KAFKA-8026: Fix flaky regex source integration test 1.0#6463
Conversation
|
Java 7 and Java 8 passed. Java 10 failed. retest this please |
|
Unrelated test failures in Java10. Java7 timed out. Java8 passed. Retest this please. |
|
I think Java10 cannot pass on older branches. LGTM. |
|
Java 7 and 8 passed, Java 10 failures unrelated. retest this please. |
|
@mjsax I've fixed the |
|
Java 7 passed, Java 8 and 10 failures unrelateed retest this please |
|
Still +1 (note, I think that Java10 cannot pass Jenkins on Call for second review anyof @guozhangwang @vvcephei @ableegoldman |
|
Java 7 passed Java 8 failed retest this please |
| CLUSTER.bootstrapServers(), | ||
| STRING_SERDE_CLASSNAME, | ||
| STRING_SERDE_CLASSNAME, | ||
| properties); |
There was a problem hiding this comment.
Could also purge the local state before tests, just in case.
This PR is an attempt to fix the RegexSourceIntegrationTest flakiness. My investigation did not reveal any issues, and I was unable to reproduce the failure locally. So I've taken some steps to eliminate what I think could be a race condition in the test.
This is a mirror image of #6459 and is the fix for
1.0Committer Checklist (excluded from commit message)