You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed the KafkaRetryTest in utils/kafka module is waiting up to one minute before it throws TestAbortedException to skip the test...
I wonder if we could relocate the test to the storage/streams or storage/kafkasql modules to ensure it is triggered only when it's expected to be executed, otherwise we are making the rest of the builds much slower.
looks like @alesj wrote that test, what do you think?
The text was updated successfully, but these errors were encountered:
I noticed the
KafkaRetryTest
inutils/kafka
module is waiting up to one minute before it throwsTestAbortedException
to skip the test...I wonder if we could relocate the test to the
storage/streams
orstorage/kafkasql
modules to ensure it is triggered only when it's expected to be executed, otherwise we are making the rest of the builds much slower.looks like @alesj wrote that test, what do you think?
The text was updated successfully, but these errors were encountered: