Skip to content
Snippets Groups Projects
Commit 4626fa1b authored by Arseniy Volynets's avatar Arseniy Volynets
Browse files

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
parent 8c8e33cd
No related branches found
No related tags found
1 merge request!1196fix(flaky): ignore false positive exception
Pipeline #48263 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment