florin-akermann commented on PR #15189:
URL: https://github.com/apache/kafka/pull/15189#issuecomment-1951981784

   >  Replied in-line -- in the end I don't have a strong opinion -- if you 
think it's better to use grace=MAX (instead of just "large enough 150) and add 
a new tests method just for grace, I am also happy with it.
   
   @mjsax 
   Thank you for the feedback. I opted for 'large enough' and new test methods 
just for grace.
   
   I realized that if we only want to assert that late records get dropped and 
not look at the join result then we could even reuse the same test case for all 
three involved operators (inner, left, outer) as shown in 
`KStreamKStreamWindowCloseTest`.
   
   If you agree then I would remove the 
`.recordsArrivingPostWindowCloseShouldBeDropped()` from 
   `KStreamKStreamJoinTest, KStreamKStreamLeftJoinTest and 
KStreamKStreamOuterJoinTest`.
   
   


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

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to