Skip to content
Snippets Groups Projects

fix(flaky): ignore false positive exception

Merged Arseniy Volynets requested to merge av/issue-786 into master
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Давай поправим мелочь и зальем

  • Dmitry Rodionov approved this merge request

    approved this merge request

  • Arseniy Volynets added 39 commits

    added 39 commits

    Compare with previous version

  • Dmitry Rodionov
  • Dmitry Rodionov resolved all threads

    resolved all threads

  • Please register or sign in to reply
    Loading