Skip to content

Conversation

ozangunalp
Copy link
Contributor

@ozangunalp ozangunalp requested a review from geoand July 9, 2025 08:19
@quarkus-bot quarkus-bot bot added the area/core label Jul 9, 2025
Copy link

quarkus-bot bot commented Jul 9, 2025

Status for workflow Quarkus CI

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

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ JVM Integration Tests - JDK 17

📦 integration-tests/kafka-devservices

io.quarkus.it.kafka.continuoustesting.DevServicesDevModeTest.testDevModeServiceDoesNotRestartContainersOnCodeChange - History

  • expected: <false> but was: <true> - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertFalse.failNotFalse(AssertFalse.java:63)
	at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:36)
	at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:31)
	at org.junit.jupiter.api.Assertions.assertFalse(Assertions.java:231)
	at io.quarkus.it.kafka.continuoustesting.DevServicesDevModeTest.testDevModeServiceDoesNotRestartContainersOnCodeChange(DevServicesDevModeTest.java:81)

⚙️ JVM Integration Tests - JDK 21

📦 integration-tests/kafka-devservices

io.quarkus.it.kafka.continuoustesting.DevServicesDevModeTest.testDevModeServiceDoesNotRestartContainersOnCodeChange - History

  • expected: <false> but was: <true> - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: expected: <false> but was: <true>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertFalse.failNotFalse(AssertFalse.java:63)
	at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:36)
	at org.junit.jupiter.api.AssertFalse.assertFalse(AssertFalse.java:31)
	at org.junit.jupiter.api.Assertions.assertFalse(Assertions.java:231)
	at io.quarkus.it.kafka.continuoustesting.DevServicesDevModeTest.testDevModeServiceDoesNotRestartContainersOnCodeChange(DevServicesDevModeTest.java:81)

@geoand geoand merged commit 9fa5e06 into quarkusio:main Jul 9, 2025
57 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.25 - main milestone Jul 9, 2025
@geoand
Copy link
Contributor

geoand commented Jul 14, 2025

Unfortunately I was not careful enough when I brought this up and I saw from another CI failure that we need this one back:

    public DevServiceDescriptionBuildItem(String name, ContainerInfo containerInfo,
            Map<String, String> configs) {
        this(name, null, () -> containerInfo, configs);
    }

Do you want me to add it @ozangunalp ?

geoand added a commit to geoand/quarkus that referenced this pull request Jul 15, 2025
This is used in the Wiremock extension in the quarkiverse

- Follows up on: quarkusio#48849
@geoand
Copy link
Contributor

geoand commented Jul 15, 2025

#48921

geoand added a commit to geoand/quarkus that referenced this pull request Jul 15, 2025
This is used in the Wiremock extension in the quarkiverse

- Follows up on: quarkusio#48849
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants