Skip to content

DO NOT MERGE: remote test setup failures are ignored#24697

Closed
mtrmac wants to merge 2 commits intocontainers:mainfrom
mtrmac:test-failure-ignored
Closed

DO NOT MERGE: remote test setup failures are ignored#24697
mtrmac wants to merge 2 commits intocontainers:mainfrom
mtrmac:test-failure-ignored

Conversation

@mtrmac
Copy link
Copy Markdown
Contributor

@mtrmac mtrmac commented Nov 27, 2024

Per #24686 (comment) :

https://cirrus-ci.com/task/6587238856785920 reports success, but the detailed logs https://api.cirrus-ci.com/v1/task/6587238856785920/logs/main.log show 4 failed tests (all in the setup phase).

This is an attempt to reproduce, and add more debug logging.

Does this PR introduce a user-facing change?

None

We have seen the test failure ignored; testing.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
@openshift-ci openshift-ci bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. release-note-none labels Nov 27, 2024
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci bot commented Nov 27, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mtrmac

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 27, 2024
@mtrmac mtrmac force-pushed the test-failure-ignored branch from 3ee7a87 to f2dfbba Compare November 27, 2024 20:08
Makefile Outdated
Comment on lines +709 to +710
PODMAN=$(CURDIR)/bin/podman QUADLET=$(CURDIR)/bin/quadlet bats -T --filter-tags '!ci:parallel' test/system/ ; out=$?; echo "===LOCALSYSTEM SERIAL EXIT STATUS = $$out"; exit $$out
PODMAN=$(CURDIR)/bin/podman QUADLET=$(CURDIR)/bin/quadlet bats -T --filter-tags ci:parallel -j $$(nproc) test/system/ ; out=$?; echo "===LOCALSYSTEM PARALLEL EXIT STATUS = $$out"; exit $$out
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please see #24698. I am so sorry.

Copy link
Copy Markdown
Contributor Author

@mtrmac mtrmac Nov 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I was not even looking at the right Make rule. Thank you!

Signed-off-by: Eduardo Santiago <ed@edsantiago.com>
@mtrmac mtrmac force-pushed the test-failure-ignored branch from f2dfbba to 5bffa4d Compare November 27, 2024 20:36
@mtrmac
Copy link
Copy Markdown
Contributor Author

mtrmac commented Nov 27, 2024

Rebased to include #24698, so this should now report a failure.

@mtrmac
Copy link
Copy Markdown
Contributor Author

mtrmac commented Nov 27, 2024

All remote tests failures are now correctly detected here, confirming the fix in #24698 .

@mtrmac mtrmac closed this Nov 27, 2024
@mtrmac mtrmac deleted the test-failure-ignored branch November 27, 2024 21:38
@stale-locking-app stale-locking-app bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Feb 26, 2025
@stale-locking-app stale-locking-app bot locked as resolved and limited conversation to collaborators Feb 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. release-note-none

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants