Skip to content

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Aug 25, 2025

Quarkus cannot use the port when both the application
and the dev service need to start on a shared network
(which happens during integration testing), so we need
to make developers aware of this

Copy link
Member

@yrodiere yrodiere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for taking this on!

@geoand geoand changed the title Log warning when datasource dev service port is ignored Fail when datasource dev service port is configured for shared network Aug 25, 2025
Quarkus cannot use the port when both the application
and the dev service need to start on a shared network
(which happens during integration testing), so we need
to make developers aware of this

Closes: quarkusio#49500

Co-authored-by: Yoann Rodière <[email protected]>
@geoand
Copy link
Contributor Author

geoand commented Aug 25, 2025

👍🏽

PR updated

@yrodiere yrodiere added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Aug 25, 2025
Copy link

quarkus-bot bot commented Aug 25, 2025

Status for workflow Quarkus CI

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

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
Native Tests - Windows support Setup GraalVM ⚠️ Check → Logs Raw logs 🚧

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ Gradle Tests - JDK 17

📦 integration-tests/gradle

io.quarkus.gradle.BuildConfigurationTest.buildUberJarOverride - History

  • Multiple Failures (1 failure) -- failure 1 -- [sub project 'without-configuration', package type 'uber-jar'] Expecting path: - org.assertj.core.error.AssertJMultipleFailuresError
org.assertj.core.error.AssertJMultipleFailuresError: 

Multiple Failures (1 failure)
-- failure 1 --
[sub project 'without-configuration', package type 'uber-jar'] 
Expecting path:
  /home/runner/_work/quarkus/quarkus/integration-tests/gradle/target/classes/build-configuration/without-configuration/build/without-configuration-1.0.0-SNAPSHOT-runner.jar
to exist (symbolic links were followed).

⚙️ Gradle Tests - JDK 17 Windows

📦 integration-tests/gradle

io.quarkus.gradle.BuildConfigurationTest.buildNoOverride - History

  • Multiple Failures (1 failure) -- failure 1 -- [sub project 'without-configuration', package type 'fast-jar'] Expecting path: - org.assertj.core.error.AssertJMultipleFailuresError
org.assertj.core.error.AssertJMultipleFailuresError: 

Multiple Failures (1 failure)
-- failure 1 --
[sub project 'without-configuration', package type 'fast-jar'] 
Expecting path:
  D:\a\quarkus\quarkus\integration-tests\gradle\target\classes\build-configuration\without-configuration\build\quarkus-app\quarkus-run.jar
to exist (symbolic links were followed).

@geoand geoand merged commit f57eaaf into quarkusio:main Aug 25, 2025
47 of 48 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.28 - main milestone Aug 25, 2025
@quarkus-bot quarkus-bot bot added kind/bugfix and removed triage/waiting-for-ci Ready to merge when CI successfully finishes labels Aug 25, 2025
@geoand geoand added triage/waiting-for-ci Ready to merge when CI successfully finishes release/breaking-change and removed kind/bugfix labels Aug 25, 2025
@geoand geoand deleted the #49500 branch August 25, 2025 10:59
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.

Cannot Connect to Database in Containerized Integration Test
2 participants