Skip to content

Commit

Permalink
Updated mempool_overflow test to only run during single rank tests. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
feldergast authored and jmlapre committed Apr 26, 2023
1 parent 0018981 commit 10c8b2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testsuite_default_MemPoolTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,12 @@ def tearDown(self):

#####

@unittest.skipIf(testing_check_get_num_ranks() > 1, "Test only supports single rank runs")
def test_MemPool_overflow(self):
self.Statistics_test_template("overflow", 4) # force 4 threads

def test_MemPool_undeleted_items(self):
self.Statistics_test_template("undeleted_items") # force 4 threads
self.Statistics_test_template("undeleted_items")

#####

Expand Down

0 comments on commit 10c8b2b

Please sign in to comment.