-
Notifications
You must be signed in to change notification settings - Fork 3k
Bump org.junit:junit-bom from 5.13.4 to 6.0.0 #50355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
1588d50
to
2e9754b
Compare
This comment has been minimized.
This comment has been minimized.
- Enhance test framework by introducing dynamic test interception with context class loader management in JUnit 5 extension. - Implement support for dynamic test invocation contexts to streamline extended testing functionality.
2e9754b
to
8781c2c
Compare
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
⌛ | Native Tests - Data7 | Logs | Raw logs | 🚧 | ||
❌ | Native Tests - Main | Build |
Failures | Logs | Raw logs | 🔍 |
❌ | JVM Integration Tests - JDK 17 | Build |
Failures | Logs | Raw logs | 🔍 |
❌ | JVM Integration Tests - JDK 17 Windows | Build |
Failures | Logs | Raw logs | 🔍 |
❌ | JVM Integration Tests - JDK 21 | Build |
Failures | Logs | Raw logs | 🔍 |
Full information is available in the Build summary check run.
You can consult the Develocity build scans.
Failures
⚙️ Native Tests - Main #
- Failing: integration-tests/main
📦 integration-tests/main
❌ io.quarkus.it.main.QuarkusTestNestedITCase$FirstNested.testTwo
line 89
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError: COUNT_BEFORE_EACH ==> expected: <9> but was: <5>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedITCase$FirstNested.testTwo(QuarkusTestNestedITCase.java:89)
❌ io.quarkus.it.main.QuarkusTestNestedITCase.
line 211
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError: COUNT_TEST ==> expected: <4> but was: <1>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedITCase.afterAll(QuarkusTestNestedITCase.java:211)
⚙️ JVM Integration Tests - JDK 17 #
- Failing: integration-tests/main
📦 integration-tests/main
❌ io.quarkus.it.main.QuarkusTestNestedTestCase$FirstNested$SecondLevelInnerNested.testOuterInstancesInAfterAll
line 165
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError: expected: <1> but was: <0>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:147)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:558)
at io.quarkus.it.main.QuarkusTestNestedTestCase$FirstNested$SecondLevelInnerNested.testOuterInstancesInAfterAll(QuarkusTestNestedTestCase.java:165)
❌ io.quarkus.it.main.QuarkusTestNestedTestCase$FirstNested.testTwo
line 91
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError: COUNT_BEFORE_EACH ==> expected: <9> but was: <5>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedTestCase$FirstNested.testTwo(QuarkusTestNestedTestCase.java:91)
❌ io.quarkus.it.main.QuarkusTestNestedTestCase.
line 219
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError: COUNT_TEST ==> expected: <4> but was: <1>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedTestCase.afterAll(QuarkusTestNestedTestCase.java:219)
⚙️ JVM Integration Tests - JDK 17 Windows #
- Failing: integration-tests/main
📦 integration-tests/main
❌ io.quarkus.it.main.QuarkusTestNestedTestCase$FirstNested$SecondLevelInnerNested.testOuterInstancesInAfterAll
line 165
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError: expected: <1> but was: <0>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:147)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:558)
at io.quarkus.it.main.QuarkusTestNestedTestCase$FirstNested$SecondLevelInnerNested.testOuterInstancesInAfterAll(QuarkusTestNestedTestCase.java:165)
❌ io.quarkus.it.main.QuarkusTestNestedTestCase$FirstNested.testTwo
line 91
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError: COUNT_BEFORE_EACH ==> expected: <9> but was: <5>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedTestCase$FirstNested.testTwo(QuarkusTestNestedTestCase.java:91)
❌ io.quarkus.it.main.QuarkusTestNestedTestCase.
line 219
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError: COUNT_TEST ==> expected: <4> but was: <1>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedTestCase.afterAll(QuarkusTestNestedTestCase.java:219)
⚙️ JVM Integration Tests - JDK 21 #
- Failing: integration-tests/main
📦 integration-tests/main
❌ io.quarkus.it.main.QuarkusTestNestedTestCase$FirstNested$SecondLevelInnerNested.testOuterInstancesInAfterAll
line 165
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError: expected: <1> but was: <0>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:147)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:558)
at io.quarkus.it.main.QuarkusTestNestedTestCase$FirstNested$SecondLevelInnerNested.testOuterInstancesInAfterAll(QuarkusTestNestedTestCase.java:165)
❌ io.quarkus.it.main.QuarkusTestNestedTestCase$FirstNested.testTwo
line 91
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError: COUNT_BEFORE_EACH ==> expected: <9> but was: <5>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedTestCase$FirstNested.testTwo(QuarkusTestNestedTestCase.java:91)
❌ io.quarkus.it.main.QuarkusTestNestedTestCase.
line 219
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError: COUNT_TEST ==> expected: <4> but was: <1>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedTestCase.afterAll(QuarkusTestNestedTestCase.java:219)
Flaky tests - Develocity
⚙️ JVM Tests - JDK 17
📦 test-framework/jacoco/runtime
❌ io.quarkus.jacoco.runtime.DataFileWatchTest.waitForPreexistingDataFileThatNeverChanges
- History
Expecting value to be false but was true
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError:
Expecting value to be false but was true
at io.quarkus.jacoco.runtime.DataFileWatchTest.waitForPreexistingDataFileThatNeverChanges(DataFileWatchTest.java:241)
⚙️ JVM Tests - JDK 17 Windows
📦 extensions/micrometer-opentelemetry/deployment
❌ io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod
- History
Stream has no elements
-java.lang.IllegalArgumentException
java.lang.IllegalArgumentException: Stream has no elements
at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lambda$lastReading$2(MetricDataFilter.java:213)
at java.base/java.util.Optional.orElseThrow(Optional.java:403)
at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lastReading(MetricDataFilter.java:213)
at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lastReadingDataPoint(MetricDataFilter.java:231)
at io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod(MicrometerTimedInterceptorTest.java:77)
⚙️ Gradle Tests - JDK 17 Windows
📦 integration-tests/gradle
❌ io.quarkus.gradle.devmode.IncludedKotlinBuildDevModeTest.main
- History
Condition with Lambda expression in io.quarkus.test.devmode.util.DevModeClient was not fulfilled within 1 minutes 30 seconds.
-org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.test.devmode.util.DevModeClient was not fulfilled within 1 minutes 30 seconds.
at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129)
at io.quarkus.test.devmode.util.DevModeClient.getHttpResponse(DevModeClient.java:164)
at io.quarkus.gradle.devmode.QuarkusDevGradleTestBase.getHttpResponse(QuarkusDevGradleTestBase.java:165)
⚙️ Native Tests - Main
📦 integration-tests/main
❌ io.quarkus.it.main.QuarkusTestNestedITCase$FirstNested$SecondLevelInnerNested.testOne
- History
COUNT_BEFORE_EACH ==> expected: <7> but was: <3>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: COUNT_BEFORE_EACH ==> expected: <7> but was: <3>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedITCase$FirstNested.testOne(QuarkusTestNestedITCase.java:79)
COUNT_BEFORE_EACH ==> expected: <3> but was: <21>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: COUNT_BEFORE_EACH ==> expected: <3> but was: <21>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedITCase$SecondNested.testOne(QuarkusTestNestedITCase.java:173)
COUNT_BEFORE_ALL ==> expected: <1> but was: <2>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: COUNT_BEFORE_ALL ==> expected: <1> but was: <2>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedITCase$FirstNested.testOne(QuarkusTestNestedITCase.java:78)
COUNT_BEFORE_ALL ==> expected: <1> but was: <2>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: COUNT_BEFORE_ALL ==> expected: <1> but was: <2>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedITCase$SecondNested.testOne(QuarkusTestNestedITCase.java:172)
COUNT_BEFORE_ALL ==> expected: <1> but was: <3>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: COUNT_BEFORE_ALL ==> expected: <1> but was: <3>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedITCase$FirstNested.testOne(QuarkusTestNestedITCase.java:78)
COUNT_BEFORE_ALL ==> expected: <1> but was: <3>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: COUNT_BEFORE_ALL ==> expected: <1> but was: <3>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedITCase$SecondNested.testOne(QuarkusTestNestedITCase.java:172)
COUNT_BEFORE_ALL ==> expected: <1> but was: <4>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: COUNT_BEFORE_ALL ==> expected: <1> but was: <4>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedITCase$FirstNested.testOne(QuarkusTestNestedITCase.java:78)
COUNT_BEFORE_ALL ==> expected: <1> but was: <4>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: COUNT_BEFORE_ALL ==> expected: <1> but was: <4>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedITCase$SecondNested.testOne(QuarkusTestNestedITCase.java:172)
❌ io.quarkus.it.main.QuarkusTestNestedITCase.test
- History
COUNT_BEFORE_ALL ==> expected: <1> but was: <2>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: COUNT_BEFORE_ALL ==> expected: <1> but was: <2>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedITCase.test(QuarkusTestNestedITCase.java:55)
COUNT_BEFORE_ALL ==> expected: <1> but was: <3>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: COUNT_BEFORE_ALL ==> expected: <1> but was: <3>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedITCase.test(QuarkusTestNestedITCase.java:55)
COUNT_BEFORE_ALL ==> expected: <1> but was: <4>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: COUNT_BEFORE_ALL ==> expected: <1> but was: <4>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedITCase.test(QuarkusTestNestedITCase.java:55)
⚙️ JVM Integration Tests - JDK 17
📦 integration-tests/main
❌ io.quarkus.it.main.QuarkusTestNestedTestCase$FirstNested$SecondLevelInnerNested.testOne
- History
COUNT_BEFORE_EACH ==> expected: <7> but was: <3>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: COUNT_BEFORE_EACH ==> expected: <7> but was: <3>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedTestCase$FirstNested.testOne(QuarkusTestNestedTestCase.java:81)
COUNT_BEFORE_EACH ==> expected: <3> but was: <23>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: COUNT_BEFORE_EACH ==> expected: <3> but was: <23>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedTestCase$SecondNested.testOne(QuarkusTestNestedTestCase.java:181)
⚙️ JVM Integration Tests - JDK 17 Windows
📦 integration-tests/main
❌ io.quarkus.it.main.QuarkusTestNestedTestCase$FirstNested$SecondLevelInnerNested.testOne
- History
COUNT_BEFORE_EACH ==> expected: <7> but was: <3>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: COUNT_BEFORE_EACH ==> expected: <7> but was: <3>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedTestCase$FirstNested.testOne(QuarkusTestNestedTestCase.java:81)
COUNT_BEFORE_EACH ==> expected: <3> but was: <23>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: COUNT_BEFORE_EACH ==> expected: <3> but was: <23>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedTestCase$SecondNested.testOne(QuarkusTestNestedTestCase.java:181)
⚙️ JVM Integration Tests - JDK 21
📦 integration-tests/main
❌ io.quarkus.it.main.QuarkusTestNestedTestCase$FirstNested$SecondLevelInnerNested.testOne
- History
COUNT_BEFORE_EACH ==> expected: <7> but was: <3>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: COUNT_BEFORE_EACH ==> expected: <7> but was: <3>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedTestCase$FirstNested.testOne(QuarkusTestNestedTestCase.java:81)
COUNT_BEFORE_EACH ==> expected: <3> but was: <23>
-org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: COUNT_BEFORE_EACH ==> expected: <3> but was: <23>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:158)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:139)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:201)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:152)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:590)
at io.quarkus.it.main.QuarkusTestNestedTestCase$SecondNested.testOne(QuarkusTestNestedTestCase.java:181)
Bumps org.junit:junit-bom from 5.13.4 to 6.0.0.
Release notes
Sourced from org.junit:junit-bom's releases.
... (truncated)
Commits
4f79594
Release 6.0.055af30a
Revert "Usedevelop/6.x
branch for junit-examples during release build"df3cfdd
Release 5.14.0fcb84a2
Disable backward compatibility check when offlinec9c8344
Prune 5.14.0 release notes03d8a72
Update broken link to using API Gaurdian with bndtools3a0b29b
Use temporary JUnit 6 logo6603caa
RenameeclipseClasspath
toeclipseConventions
to avoid confusionab3470b
Make sealedMediaType
work in Eclipsea8cd41e
Remove annotations not visible in EclipseYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)