fix(flaky): ignore false positive exception
All threads resolved!
All threads resolved!
Summary
- fix(flaky): ignore false positive exception
- Currently we use Retriable for handling flaky sql tests (temporary solution). If our sql query succeeded but on client the timeout was raised, Retriable will execute the query again. This may lead to situation, when we will get an error for violating unique index. This commit ignores this error
- Close #786 (closed)
- Cherry-pick to: none
- Docs follow-up: not necessary
Edited by Arseniy Volynets
Merge request reports
Activity
assigned to @senya_volynets
requested review from @d.rodionov
- Resolved by Dmitry Rodionov
- Resolved by Dmitry Rodionov
added 39 commits
-
fbddc40d...8c8e33cd - 38 commits from branch
master
- 4626fa1b - fix(flaky): ignore false positive exception
-
fbddc40d...8c8e33cd - 38 commits from branch
- Resolved by Dmitry Rodionov
Please register or sign in to reply