Disable nosv dtlock test
It consumes a lot of resources and can deadlock when running multiple nosv instances in parallel.
This commit is contained in:
parent
f42bbec43f
commit
8b2d1640d7
12
nosv-disable-dtlock-test.patch
Normal file
12
nosv-disable-dtlock-test.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/tests/Makefile.am b/tests/Makefile.am
|
||||
index 2b986743..ae424087 100644
|
||||
--- a/tests/Makefile.am
|
||||
+++ b/tests/Makefile.am
|
||||
@@ -55,7 +55,6 @@ regression_tests = regression-attach-is.test \
|
||||
regression-parallel-tasks-submission.test
|
||||
|
||||
unit_tests = unit-backbone-pressure.test \
|
||||
- unit-dtlock.test \
|
||||
unit-ring-buffer.test \
|
||||
unit-heap.test
|
||||
|
||||
@ -17,6 +17,8 @@ let
|
||||
src = nosv;
|
||||
version = getVersion nosv;
|
||||
|
||||
patches = (old.patches or []) ++ [ ./nosv-disable-dtlock-test.patch ];
|
||||
|
||||
doCheck = true;
|
||||
inherit requiredSystemFeatures;
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user