Open dlg99 opened 3 years ago
Thread.sleep used in some unit tests (search code for it); consider replacing with Awaitility.
This is a follow up on https://github.com/apache/pulsar-adapters/pull/22#discussion_r654194531
Priority is fairly low IMO - occurences of this are very limited, test run reasonably fast AFAICT, it's unclear what specifically the tests have to wait for etc.
I will fix it @dlg99
Thread.sleep used in some unit tests (search code for it); consider replacing with Awaitility.
This is a follow up on https://github.com/apache/pulsar-adapters/pull/22#discussion_r654194531
Priority is fairly low IMO - occurences of this are very limited, test run reasonably fast AFAICT, it's unclear what specifically the tests have to wait for etc.