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:
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;
|
src = nosv;
|
||||||
version = getVersion nosv;
|
version = getVersion nosv;
|
||||||
|
|
||||||
|
patches = (old.patches or []) ++ [ ./nosv-disable-dtlock-test.patch ];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
inherit requiredSystemFeatures;
|
inherit requiredSystemFeatures;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user