krishvishal opened a new pull request, #3052:
URL: https://github.com/apache/iggy/pull/3052

   Closes #3050
   
   ## Rationale
   
   The processed_column_source_marks_rows_after_producing test fails 
intermittently on CI because the postgres source connector (polling every 10ms) 
can process rows between the insert and the initial count_unprocessed check.
                                                                                
                                                                                
                                 
   The strict assertions `unprocessed == 3` and `processed == 0` are replaced 
with a single `unprocessed + processed == 3` check that verifies all rows exist 
without being timing-sensitive. The final polling loop already asserts the 
actual behavior under test: `processed == 3`, `unprocessed == 0`, and `total == 
3`.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to