Closed Jammjammjamm closed 5 months ago
Attention: Patch coverage is 97.05882%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 79.71%. Comparing base (
c3eb7c2
) to head (8e89feb
).
Files | Patch % | Lines |
---|---|---|
lib/inferno/dsl/suite_endpoint.rb | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Summary
When there are multiple consecutive wait tests, there is a race condition which can put Inferno into a state where it fails to resume the test run. This branch reverts
resume_test_route
to no longer be based on suite endpoints which should prevent Inferno from getting into that bad state.Testing Guidance
Locally in the PAS test kit, run
bundle update inferno_core
, which should bump core to0.4.37
. In the client suite, run theDemonstrate Workflow Support
group, which should end up in a bad state:This change was released as
0.4.37.dev
so that we could use it in the connectathon. If you set core's version to0.4.37.dev
in the PAS test kit, or run the same tests on QA, they should no longer hang at this point.