Skip to content
Snippets Groups Projects

fix(flaky): ignore false positive exception

Merged Arseniy Volynets requested to merge av/issue-786 into master
  1. Aug 15, 2024
    • Arseniy Volynets's avatar
      fix(flaky): ignore false positive exception · 4626fa1b
      Arseniy Volynets authored
      - 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
      4626fa1b
Loading