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
Describe the bug
Test step fragment described by validate_shared_operational_intent.md is supposed to interrupt its execution and skip the test step fragment when a new or modified operational intent is not found, but only if that is explicitly allowed by the test scenario.
In scenarios/astm/utm/test_steps.py the recent PR #376 extracted some logic out of expect_shared into _operational_intent_shared_check. Previously the returns would interrupt the execution of the flow because they were in expect_shared, but now they are not and they do not interrupt the execution anymore:
Describe the bug
Test step fragment described by validate_shared_operational_intent.md is supposed to interrupt its execution and skip the test step fragment when a new or modified operational intent is not found, but only if that is explicitly allowed by the test scenario.
In scenarios/astm/utm/test_steps.py the recent PR #376 extracted some logic out of
expect_shared
into_operational_intent_shared_check
. Previously the returns would interrupt the execution of the flow because they were inexpect_shared
, but now they are not and they do not interrupt the execution anymore:monitoring/monitoring/uss_qualifier/scenarios/astm/utm/test_steps.py
Lines 359 to 364 in d9c8ea8
monitoring/monitoring/uss_qualifier/scenarios/astm/utm/test_steps.py
Lines 414 to 419 in d9c8ea8
Possible solution
Interrupt execution in callers of
_operational_intent_shared_check
The text was updated successfully, but these errors were encountered: