Skip to content

Commit

Permalink
Turn off this test due to it occasionally encountering a sporadic fai…
Browse files Browse the repository at this point in the history
…lure (chapel-lang#25235)

[reviewed by @jeremiah-corrado]

There's probably a race in the test or the context manager it relies on,
but given that this is a proof-of-concept rather than a piece of code we
want people to rely on, just avoid the problem for now by turning the
test off and leave a note warning about the race.

I wasn't able to observe the sporadic failure on OSX, but I was seeing
it very rarely on linux - in 5 out of 2200 runs. Running the other tests
in the directory around 1000 times didn't reveal any sporadic behavior
for them, so don't turn them off.

Ran a fresh checkout of the directory to verify that the test no longer
runs
  • Loading branch information
lydia-duncan authored Jun 12, 2024
2 parents cd3dea7 + 8aeff86 commit 441a358
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/library/draft/DistributedMap/v3/staticMemManager.chpl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// WARNING: this test has some race in it. Please find it before re-enabling
// the test!
use DistributedMap;

const n = 200;
Expand Down
Empty file.

0 comments on commit 441a358

Please sign in to comment.