MINOR: fix failing Streams system tests#5928
Conversation
|
Triggered system test: https://jenkins.confluent.io/job/system-test-kafka-branch-builder/2086/ Call for review @guozhangwang @bbejeck @vvcephei |
|
Also Have seen this once in a while lately -- we should investigate. Other Jenkins test failures seems to be unrelated. Retest this please. |
Fine with me |
|
@mjsax as side note this PR will help me as I'm working on another system test for broker upgrades and experienced the same failures |
|
@bbejeck Merge to trunk. You can rebase your PR to pick up the fix. |
|
Thanks @mjsax! |
Reviewers: Guozhang Wang <guozhang@confluent.io>, Bill Bejeck <bill@confluent.io>, John Roesler <john@confluent.io>
In #5850 the output that prints the current Kafka version was reformatted (space before
:was removed):Old format:
New format:
This breaks some Streams system tests that grep the logs for this line.