Skip to content

Fix active status priority overriding failures#587

Open
andmat900 wants to merge 1 commit intoeiffel-community:mainfrom
andmat900:20260402_fix_active_status_priority
Open

Fix active status priority overriding failures#587
andmat900 wants to merge 1 commit intoeiffel-community:mainfrom
andmat900:20260402_fix_active_status_priority

Conversation

@andmat900
Copy link
Copy Markdown
Contributor

Applicable Issues

Fixes #586

Description of the Change

Reorder the if blocks in reconcileActiveStatus so that SuiteRunner=Active is checked first (lowest priority), preventing it from overriding failure or completion states.

Alternate Designs

Could use if/else if chains instead, but that would be a larger refactor.

Possible Drawbacks

None expected.

Sign-off

Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or

(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or

(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.

(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.

Signed-off-by: Andrei Matveyeu, andrei.matveyeu@axis.com

Change-Id: Ib706ee3c0885091d32f801570d54c7a6dc7a98e0
Signed-off-by: Andrei Matveyeu <andreimu@axis.com>
@andmat900 andmat900 requested a review from a team as a code owner April 2, 2026 10:16
@andmat900 andmat900 requested review from fredjn and t-persson April 2, 2026 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multi-suite E2E test stuck Active when environment provisioning fails

2 participants