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
aws_mechanics_test.go contains two test steps that are intended to run one after the other in order to prove that a resource can be updated (source link).
However, the two test steps are executed by passing the steps to the RTTest.Test() func, which specifies that test steps should be run in parallel (source link)
Desired behavior
The two test cases defined in this class should run sequentially, not in parallel.
Workaround
The only workaround is to requeue the test workflow.
A project maintainer will review this report and get back to you soon. If you'd like immediate help troubleshooting, please visit our Discord server.
For more information on our triage process please visit our triage overview
brooke-hamilton
changed the title
AWS test runs two test cases in parallel but should be sequential
AWS tests run two test cases in parallel that should be sequential, causing transient error
Jan 23, 2025
Steps to reproduce
There is no reliable way to reproduce the issue because it is caused by the timing of parallel tests, but it appears in this test run.
Observed behavior
aws_mechanics_test.go
contains two test steps that are intended to run one after the other in order to prove that a resource can be updated (source link).However, the two test steps are executed by passing the steps to the
RTTest.Test()
func, which specifies that test steps should be run in parallel (source link)Desired behavior
The two test cases defined in this class should run sequentially, not in parallel.
Workaround
The only workaround is to requeue the test workflow.
rad Version
0.42.0
Operating system
GitHub workflow PR validation
Additional context
No response
Would you like to support us?
AB#14145
The text was updated successfully, but these errors were encountered: