Skip to content

Commit

Permalink
Merge pull request #5641 from grondo/t3306-no-core
Browse files Browse the repository at this point in the history
testsuite: avoid artificial corefile in test
  • Loading branch information
mergify[bot] authored Dec 28, 2023
2 parents 6009b67 + afd5ecc commit beeb4ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions t/t3306-system-routercrash.t
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ This test verifies that the invariant holds when the router crashes.

export TEST_UNDER_FLUX_TOPO=kary:1

# A test below intentionally sends SIGSEGV to a broker process --
# avoid an unnecessary corefile by ensuring the corefile limit is 0
# before calling test_under_flux():
ulimit -c 0

test_under_flux 3 system

startctl="flux python ${SHARNESS_TEST_SRCDIR}/scripts/startctl.py"
Expand Down

0 comments on commit beeb4ef

Please sign in to comment.