Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
TestSlowLogAccessor#testHigherSlowLogs failed in my CI pipeline.
SlowLogPersistentService use an EvictingQueue to handle slowLogs. and default size is 1000.
So when the write speed is fast, this UT cannot guarantee that more than 2000 slowLogs will be stored in the table (they will be evicted in the queue).
Attachments
Attachments
Issue Links
- links to