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

ci: moves ActiveMQ and RabbitMQ to new docker images #3640

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

codefromthecrypt
Copy link
Member

Notably, this removes a JUnit 4 dependency in activemq and should fix flakes related to ActiveMQ integration tests.

Fixes #3633

After this, I will rebase #3635 and hopefully it doesn't flake anymore. If so, I'll merge that and cut the pending minor.

collector = builder().storage(buildStorage(consumer)).build().start();

pushMessage(collector.queue, PROTO3.encodeList(spans));
Copy link
Member Author

Choose a reason for hiding this comment

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

moved this as I needed a non stopped collector instance. It doesn't change the nature of the test

@codefromthecrypt
Copy link
Member Author

Notably, this removes a JUnit 4 dependency in activemq and should fix
flakes related to ActiveMQ integration tests.

Fixes #3633

Signed-off-by: Adrian Cole <[email protected]>
@codefromthecrypt
Copy link
Member Author

rebased

@codefromthecrypt
Copy link
Member Author

kicked the JDK 11 build. I'm not sure what it hung on, but it spent 10 minutes with no feedback in the zipkin-server module. This isn't a repeating flake pattern so far..

@codefromthecrypt codefromthecrypt merged commit e86bce0 into master Dec 13, 2023
11 checks passed
@codefromthecrypt codefromthecrypt deleted the new-docker branch December 13, 2023 12:22
@codefromthecrypt
Copy link
Member Author

thanks for the support for the last week plus @anuraaga!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flakey test: ITActiveMQSender
2 participants