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

[Backport stable/1.0] Fix flakiness in AdvertisedAddressTest #7367

Merged
4 commits merged into from
Jun 25, 2021

Conversation

github-actions[bot]
Copy link
Contributor

Description

Backport of #7358 to stable/1.0.

Replaces individual Testcontainers dependencies in the parent pom for
the more general Testcontainers BOM. This simplifies dependency
management by having a single parent dependency, and child modules can
include whichever Testcontainers module they want without having to
include it in the parent module.

(cherry picked from commit 5abc1ed)
Migrates the AdvertisedAddressTest to junit 5 as part of overarching
goal to migrate all tests to junit 5.

(cherry picked from commit 68c28ed)
Ensures all nodes know about each other as initial contact points to
avoid flakiness where one node fails to probe another, and none of the
other two nodes will ever probe it back since they don't know about it.
This also avoids a bug in gossip where some times a node does not get
updates from the other nodes via fanout.

(cherry picked from commit c5a65a5)
Copy link
Member

@npepinpe npepinpe left a comment

Choose a reason for hiding this comment

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

bors merge

ghost pushed a commit that referenced this pull request Jun 25, 2021
7367: [Backport stable/1.0] Fix flakiness in AdvertisedAddressTest r=npepinpe a=github-actions[bot]

# Description
Backport of #7358 to `stable/1.0`.

Co-authored-by: Nicolas Pepin-Perreault <nicolas.pepin-perreault@camunda.com>
@ghost
Copy link

ghost commented Jun 25, 2021

Build failed:

@npepinpe
Copy link
Member

bors retry

@ghost
Copy link

ghost commented Jun 25, 2021

Build succeeded:

@ghost ghost merged commit a9976ae into stable/1.0 Jun 25, 2021
@ghost ghost deleted the backport-7358-to-stable/1.0 branch June 25, 2021 09:04
This pull request was closed.
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.

None yet

1 participant