Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement retry option #63

Closed
dkropachev opened this issue Aug 3, 2021 · 2 comments
Closed

Implement retry option #63

dkropachev opened this issue Aug 3, 2021 · 2 comments

Comments

@dkropachev
Copy link
Contributor

Make it possible s-b to retry failed operation on the same data

@dkropachev
Copy link
Contributor Author

In order to get there we need to refactor modes.go:

  • implement mode interface
  • put mode parameters and state into structure
  • implement each mode as instance of the interface
  • split current mode body into query/data generation and test execution
  • find a way to exclude data validation from retrying

@vponomaryov
Copy link
Contributor

Implemented here: #96

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants