[
https://issues.apache.org/jira/browse/KAFKA-9819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17083734#comment-17083734
]
ASF GitHub Bot commented on KAFKA-9819:
---------------------------------------
mjsax commented on pull request #8488: KAFKA-9819: Fix flaky test in
StoreChangelogReaderTest
URL: https://github.com/apache/kafka/pull/8488
Call for review @ableegoldman @vvcephei
The test failed with some log message from `AdminClient` however, we don't
use any admin client in this test. Thus, we should not get the JVM shared root
logger, but only the logger for the test class.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Flaky Test StoreChangelogReaderTest#shouldNotThrowOnUnknownRevokedPartition[0]
> ------------------------------------------------------------------------------
>
> Key: KAFKA-9819
> URL: https://issues.apache.org/jira/browse/KAFKA-9819
> Project: Kafka
> Issue Type: Bug
> Components: streams
> Reporter: Sophie Blee-Goldman
> Assignee: Matthias J. Sax
> Priority: Major
> Labels: flaky-test
>
> h3. Error Message
> java.lang.AssertionError: expected:<[test-reader Changelog partition
> unknown-0 could not be found, it could be already cleaned up during the
> handlingof task corruption and never restore again]> but was:<[[AdminClient
> clientId=adminclient-91] Connection to node -1 (localhost/127.0.0.1:8080)
> could not be established. Broker may not be available., test-reader Changelog
> partition unknown-0 could not be found, it could be already cleaned up during
> the handlingof task corruption and never restore again]>
> h3. Stacktrace
> java.lang.AssertionError: expected:<[test-reader Changelog partition
> unknown-0 could not be found, it could be already cleaned up during the
> handlingof task corruption and never restore again]> but was:<[[AdminClient
> clientId=adminclient-91] Connection to node -1 (localhost/127.0.0.1:8080)
> could not be established. Broker may not be available., test-reader Changelog
> partition unknown-0 could not be found, it could be already cleaned up during
> the handlingof task corruption and never restore again]>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)