Commit e3512c4
authored
Fix flaky test SyncQueueTest.ConcurrentUsage (#744)
Fix for flaky test SyncQueueTest.ConcurrentUsage which was failed due
to SyncQueue emptiness check that could be true before all tasks were
actually complete.
Resolves: OLPEDGE-1713
Signed-off-by: Serhii Lozynskyi <[email protected]>1 parent b99d11f commit e3512c4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments