-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[controller][test] Fix race condition during controller startup and f…
…ix flakies (#714) - Setup admin topic for a cluster before running cluster initialization routines - Close cluster wrapper at the end of test in `PartialUpdateClusterConfigTest` - Close local broker created during `TestActiveActiveIngestion::testAAIngestionWithStoreView` - Use `volatile` `PubSubProducerAdapter::forceClosed` flag to make update visible to a callback thread - Use unique data paths for venice-server-data in `AbstractClientEndToEndSetup` to avoid race condition
- Loading branch information
1 parent
461df8c
commit 0ad5eba
Showing
8 changed files
with
658 additions
and
644 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
701 changes: 351 additions & 350 deletions
701
...mmon/src/integrationTest/java/com/linkedin/venice/endToEnd/TestActiveActiveIngestion.java
Large diffs are not rendered by default.
Oops, something went wrong.
576 changes: 288 additions & 288 deletions
576
...mon/src/integrationTest/java/com/linkedin/venice/endToEnd/TestChangeCaptureIngestion.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters