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 = ""}
Replay via
seedis extremely useful for determining if a circumstance is flakiness or intrinsic. NonHUnitexceptions are not caught bygraphulaso unexpected IO exceptions cannot be replayed. Catching and decoratingSomeExceptionwith theseedvalue can enable this workflow.