-
Notifications
You must be signed in to change notification settings - Fork 259
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
Fixes for Kafka Tests following the Proactor/Reactor split #3447
Merged
Merged
Changes from 21 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
a7381af
fix: broken Kafka test
iancooper e168be4
fix: simplify the management of kafka tests with directories
iancooper 88c18b9
fix: make time base test more reliable
iancooper e66900b
chore: note issue with test and schema registry
iancooper 5bae366
fix: issues with posting a message with delay
iancooper 265f33d
fix: fix issues with timing
iancooper 7b2d509
chore: merge branch 'master' into kafka_fixes
iancooper 9a6bd5e
chore: merge branch 'master' into kafka_fixes
iancooper b12dfd9
chore merge branch ':master' into kafka_fixes
iancooper 8daba2b
chore: merge branch 'master' into kafka_fixes
iancooper fb5dd01
chrore: merge branch 'master' into kafka_fixes
iancooper 6955810
fix: time and date issues caused by inconsistency between invariant a…
iancooper b6655bf
fix: note around skip tests that breaks if Docker container does not …
iancooper c9e8f37
chore: merge branch 'master' into kafka_fixes
iancooper 864af0e
fix: kafka producer should flush on close; test uses assume not create
iancooper 90f33ed
fix: make the kafka tests more robust
iancooper d3dee33
chore: merge branch 'master' into kafka_fixes
iancooper 5132b01
fix: when we don't publish on async, must manually raise deliveryreport
iancooper 3031f44
fix: close of consumer now more reliable in flushing offsets
iancooper ce7f550
chore: Merge branch 'master' into kafka_fixes
iancooper 47fe38a
fix: try to make more reliable, changes to receive. many proactor tes…
iancooper 0f5dfa7
chore: skip another test impacted by timing in CI
iancooper 779ded8
chore: move tests to fragile that don't execute well in CI - many won…
iancooper 7da8749
chore: merge branch 'master' into kafka_fixes
iancooper bef2276
chore: ensure fragile tests marked as such for CI
iancooper 22e8ffb
chore: merge branch 'master' into kafka_fixes
iancooper c993c0a
chore: kill Confluent tests, they are not being run ever
iancooper 15c7837
chore: another CI fragile test
iancooper af5c9fb
Merge branch 'master' into kafka_fixes
iancooper File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ New issue: Code Duplication
The module contains 4 functions with similar structure: CommitAllOffsets,CommitOffsets,PurgeAsync,ReceiveAsync
Suppress