Skip to content

Bugfix: CI jobs should fail if any unit test fails - #1920

Draft
kennyweiss wants to merge 2 commits into
developfrom
bugfix/kweiss/docker-ci
Draft

Bugfix: CI jobs should fail if any unit test fails#1920
kennyweiss wants to merge 2 commits into
developfrom
bugfix/kweiss/docker-ci

Conversation

@kennyweiss

@kennyweiss kennyweiss commented Jul 16, 2026

Copy link
Copy Markdown
Member

Summary

Steps:

  • Add or_die to make_test
  • Disable the failing tests
  • Fix and re-enable the tests
  • Add or_die to run_benchmarks

Screenshot

image

from: https://github.com/llnl/axom/actions/runs/27728595865/job/82030406017?pr=1882

@kennyweiss kennyweiss added the bug Something isn't working label Jul 16, 2026
kennyweiss and others added 2 commits July 16, 2026 23:42
Run the `make test` command through `or_die` to exit with a non-zero
status if any test fails.
… scope

This is an attempt to fix failing CI in docker plans using shared build and gcc.
Some quest_inout tests are failing w/ memory corruption due to bad destruction order
w/ slic::finalize.
@kennyweiss
kennyweiss force-pushed the bugfix/kweiss/docker-ci branch from 6b48d4e to fa4d770 Compare July 17, 2026 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant