Skip to content
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

Fix Pulsar DevService network for @QuarkusIntegrationTest for docker-image-building #44265

Merged
merged 2 commits into from
Nov 12, 2024

Conversation

jgardo
Copy link
Contributor

@jgardo jgardo commented Nov 1, 2024

Fixes #44264

Tested manually for project attached to #44264

Unfortunately I couldn't find any test verifying @QuarkusIntegrationTest of created docker image...

Such tests occurred in the past, but they were dropped in PR #31295 . I suppose these tests were dropped intentionally, as time of CI build was too long.

This comment was marked as resolved.

This comment has been minimized.

@jgardo jgardo force-pushed the bugfix/pulsar-dev-services-in-it branch from 61d1823 to 6f99bbc Compare November 4, 2024 20:50

This comment has been minimized.

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

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

I think this looks good, thanks! But I prefer having @ozangunalp 's blessing too.

Copy link
Contributor

@ozangunalp ozangunalp left a comment

Choose a reason for hiding this comment

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

Looks good. My comment is mostly nitpicking.

container.start();

return getRunningService(container.getContainerId(), container::close, container.getPulsarBrokerUrl(),
container.getHttpServiceUrl());
var pulsarBrokerUrl = container.getPulsarBrokerUrl();
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd do all this inside the PulsarContainer.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sure, moved.

Copy link

quarkus-bot bot commented Nov 12, 2024

Status for workflow Quarkus CI

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

✅ 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.

@ozangunalp ozangunalp merged commit bbe15e8 into quarkusio:main Nov 12, 2024
20 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.17 - main milestone Nov 12, 2024
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.

Failing pulsar-devservice-containing @QuarkusIntegrationTest for container-image.build=true on MacOS
3 participants