-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes for Kafka Tests following the Proactor/Reactor split (#3447)
* fix: broken Kafka test * fix: simplify the management of kafka tests with directories * fix: make time base test more reliable * chore: note issue with test and schema registry * fix: issues with posting a message with delay * fix: fix issues with timing * fix: time and date issues caused by inconsistency between invariant and local culture decisions. Use invariant * fix: note around skip tests that breaks if Docker container does not set auto-create for Kafka topics to false. * fix: kafka producer should flush on close; test uses assume not create * fix: make the kafka tests more robust * fix: when we don't publish on async, must manually raise deliveryreport * fix: close of consumer now more reliable in flushing offsets * fix: try to make more reliable, changes to receive. many proactor tests can only run locally, due to timing issues * chore: skip another test impacted by timing in CI * chore: move tests to fragile that don't execute well in CI - many won't run locally if not in debug, but better to note these over never running * chore: ensure fragile tests marked as such for CI * chore: kill Confluent tests, they are not being run ever * chore: another CI fragile test
- Loading branch information
Showing
33 changed files
with
650 additions
and
1,607 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
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
Oops, something went wrong.