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

Catch SomeException and decorate with seed #44

Open
eborden opened this issue Jun 22, 2020 · 0 comments
Open

Catch SomeException and decorate with seed #44

eborden opened this issue Jun 22, 2020 · 0 comments

Comments

@eborden
Copy link
Contributor

eborden commented Jun 22, 2020

Replay via seed is extremely useful for determining if a circumstance is flakiness or intrinsic. Non HUnit exceptions are not caught by graphula so unexpected IO exceptions cannot be replayed. Catching and decorating SomeException with the seed value can enable this workflow.

SqlError {sqlState = "57014", sqlExecStatus = FatalError, sqlErrorMsg = "canceling statement due to statement timeout", sqlErrorDetail = "", sqlErrorHint = ""}
@pbrisbin pbrisbin moved this to To do in Open Source Jun 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 👜 To do
Development

No branches or pull requests

1 participant