Skip to content

Commit dff6cf6

Browse files
committed
Untag transient in test_concurrent_futures
1 parent c278495 commit dff6cf6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/test_concurrent_futures.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnFailingInitializerTest.test_initializer
4747
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnInitializerTest.test_initializer
4848
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_idle_process_reuse_multiple
49-
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_idle_process_reuse_one
5049
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_killed_child
5150
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_map
5251
*graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_map_chunksize

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,8 @@ def update_unittest_tags(args):
664664
'graalpython.lib-python.3.test.test_threading.ThreadingExceptionTests.test_print_exception*',
665665
# GC-related transients
666666
'test.test_importlib.test_locks.*_LifetimeTests.test_all_locks',
667+
# Transiently ends up with 2 processes
668+
'graalpython.lib-python.3.test.test_concurrent_futures.ProcessPoolSpawnProcessPoolExecutorTest.test_idle_process_reuse_one',
667669
]
668670

669671
result_tags = linux_tags & darwin_tags

0 commit comments

Comments
 (0)