[ https://issues.apache.org/jira/browse/KAFKA-8940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
A. Sophie Blee-Goldman updated KAFKA-8940: ------------------------------------------ Description: The test does not properly account for windowing. See this comment for full details. We can patch this test by fixing the timestamps of the input data to avoid crossing over a window boundary, or account for this when verifying the output. Since we have access to the input data it should be possible to compute whether/when we do cross a window boundary, and adjust the expected output accordingly was:The test does not properly account for windowing. See [this comment|https://issues.apache.org/jira/browse/KAFKA-8940?focusedCommentId=17214850&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17214850] for full details > Flaky Test SmokeTestDriverIntegrationTest.shouldWorkWithRebalance > ----------------------------------------------------------------- > > Key: KAFKA-8940 > URL: https://issues.apache.org/jira/browse/KAFKA-8940 > Project: Kafka > Issue Type: Bug > Components: streams, unit tests > Reporter: Guozhang Wang > Priority: Major > Labels: flaky-test, newbie++ > > The test does not properly account for windowing. See this comment for full > details. > We can patch this test by fixing the timestamps of the input data to avoid > crossing over a window boundary, or account for this when verifying the > output. Since we have access to the input data it should be possible to > compute whether/when we do cross a window boundary, and adjust the expected > output accordingly -- This message was sent by Atlassian Jira (v8.3.4#803005)