Skip to content

Commit 0e4d184

Browse files
DinoVmeta-codesync[bot]
authored andcommitted
Disable new test on 3.14
Summary: jemalloc spins up a new background thread on startup. This test is forking and when it forks w/ a 2nd thread a warning is printed. This causes the stderr check to fail. Reviewed By: alexmalyshev Differential Revision: D98016650 fbshipit-source-id: 31ec371b3cafdbdc47cbb402dc625584a79b33b9
1 parent a689d5a commit 0e4d184

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

cinderx/TestScripts/cinder_skip_test.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,7 @@ test.test_sysconfig.TestSysConfig.test_soabi
116116
# these esoteric tests fail on some versions
117117
test.test_subprocess.ProcessTestCase.test_executable_without_cwd
118118
test.test_subprocess.ProcessTestCaseNoPoll.test_executable_without_cwd
119+
120+
# jemalloc creates a background thread which causes extra output to get
121+
# spewed to stderr on fork.
122+
test.test_perf_profiler.TestPerfTrampoline.test_trampoline_works_after_fork_with_many_code_objects

0 commit comments

Comments
 (0)