You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
139075: roachtest: mark polled VM preemptions as non reportable r=srosenberg a=DarrylWong
Previously, polled VM preemptions would simply cancel the test, as post test processing would recheck for preemptions again. However, we've seen some cases in AWS where the post test check returns no preemptions despite the polling returning preemptions.
This may be just be the AWS check being eventually consistent, so we want to avoid posting if either check finds preemptions.
----
The second change resets failures in the case of a vm preemption, in case a timeout occurred which normally takes precedence over all other failures. While a timeout suggests that something should be fixed with the test (usually respecting the test context cancellation), we see that in practice, engineers tend to close the issue without investigating as soon as they see the preemption.
This also removes the potential duplicate vm_preemption failure that may have been added by the preemption polling.
Fixes: #139004Fixes: #139931
Release note: none
Epic: none
Co-authored-by: DarrylWong <[email protected]>
0 commit comments