mjsax commented on pull request #8600:
URL: https://github.com/apache/kafka/pull/8600#issuecomment-623237799


   Java 8 passed.
   Java 11: 
`org.apache.kafka.streams.integration.GlobalKTableIntegrationTest.shouldKStreamGlobalKTableLeftJoin`
 (note it's not the EOS test)
   Java 14:
   ```
   
org.apache.kafka.streams.integration.GlobalKTableEOSIntegrationTest.shouldKStreamGlobalKTableLeftJoin[exactly_once_beta]
   
org.apache.kafka.streams.integration.GlobalKTableIntegrationTest.shouldKStreamGlobalKTableLeftJoin
   ```
   
   Java 14 EOS test failed with:
   ```
   java.lang.AssertionError: Condition not met within timeout 30000. waiting 
for final values
     expected: {a=1+F, b=2+G, c=3+H, d=4+I, e=5+J}
     received: {a=1+F, b=2+G, c=3+C, d=4+I, e=5+J}
   ```
   
   It seem we are missing one update, but it's unclear why/how an input record 
could get dropped... Will investigate further.


----------------------------------------------------------------
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]


Reply via email to