Convert kafka-clients unit test from groovy to java#7770
Conversation
mateuszrzeszutek
left a comment
There was a problem hiding this comment.
I left a couple of comments, they're mostly about minor style issues. Overall it looks great, thanks @cuichenli !
| testing.waitForTraces(1); | ||
| testing.waitAndAssertTraces( |
There was a problem hiding this comment.
The waitAndAssertTraces() method already waits for 1 completed trace, there should be no need to call waitForTraces() explicitly
| testing.waitForTraces(1); | |
| testing.waitAndAssertTraces( | |
| testing.waitAndAssertTraces( |
There was a problem hiding this comment.
removed most testing.waitForTraces but kept two where there is no testing.waitAndAssertTraces
Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
|
@mateuszrzeszutek thanks for your comments, updated accordingly. please take a look again. thanks! |
|
The latest dep version tests are failing against an errorprone warning You might want to add |
|
@mateuszrzeszutek thanks, all the tests passed |
No description provided.