Commit 275c944
authored
KAFKA-19956: Fix flaky testRemoteAssignorRange (#21060)
This has been flaky, failing with "Topic does not exist" received in a
response to a commit.
This could happen given that the test had the default auto-commit
enabled and was not explicitly closing the consumer (consumer.close
triggered as part of the test infra tear down, which does close with
timeout 0). Seems the topic could end up deleted before the auto-commit
on close was processed.
Disabling auto-commit, not needed for the test.
Reviewers: Andrew Schofield <aschofield@confluent.io>1 parent a9dff62 commit 275c944
File tree
1 file changed
+1
-0
lines changed- core/src/test/scala/integration/kafka/api
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
272 | 273 | | |
273 | 274 | | |
274 | 275 | | |
| |||
0 commit comments