Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2025

Bumps org.junit:junit-bom from 5.13.4 to 6.0.0.

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.0...r6.0.0

JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-RC2...r6.0.0-RC3

JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0-RC1...r6.0.0-RC2

JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-M2...r6.0.0-RC1

JUnit 6.0.0-M2 = Platform 6.0.0-M2 + Jupiter 6.0.0-M2 + Vintage 6.0.0-M2

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-M1...r6.0.0-M2

... (truncated)

Commits
  • 4f79594 Release 6.0.0
  • 55af30a Revert "Use develop/6.x branch for junit-examples during release build"
  • df3cfdd Release 5.14.0
  • fcb84a2 Disable backward compatibility check when offline
  • c9c8344 Prune 5.14.0 release notes
  • 03d8a72 Update broken link to using API Gaurdian with bndtools
  • 3a0b29b Use temporary JUnit 6 logo
  • 6603caa Rename eclipseClasspath to eclipseConventions to avoid confusion
  • ab3470b Make sealed MediaType work in Eclipse
  • a8cd41e Remove annotations not visible in Eclipse
  • Additional commits viewable in compare view

Dependabot compatibility score

You 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)

@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Sep 30, 2025
@quarkus-bot quarkus-bot bot added area/arc Issue related to ARC (dependency injection) area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/platform Issues related to definition and interaction with Quarkus Platform labels Sep 30, 2025

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.
@gastaldi gastaldi force-pushed the dependabot/maven/main/org.junit-junit-bom-6.0.0 branch from 2e9754b to 8781c2c Compare October 2, 2025 00:01
Copy link

quarkus-bot bot commented Oct 2, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 8781c2c.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
Native Tests - Data7 ⚠️ Check → 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/arc Issue related to ARC (dependency injection) area/dependencies Pull requests that update a dependency file area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle area/platform Issues related to definition and interaction with Quarkus Platform area/testing triage/flaky-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant