vamossagar12 commented on issue #2237:
URL: https://github.com/apache/fluss/issues/2237#issuecomment-3690222040

   Is this related to just the`testPartitionedTable`? I see that we have event 
watchers but at the end of each test, 
   
   ```
       @AfterEach
       void after() {
           if (tableChangeWatcher != null) {
               tableChangeWatcher.stop();
           }
       }
   ```
   
   we stop the tableChangeWatcher. Should we also invoke 
`TestingEventManager.clearEvents` to ensure all events are cleared? This way, 
we shouldn't be dependent on the event change listener to be processed, in case 
some events can't be processed? 


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