summaryrefslogtreecommitdiff
path: root/buildscripts
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2020-01-15 15:13:16 +0000
committerevergreen <evergreen@mongodb.com>2020-01-15 15:13:16 +0000
commit1156b8a0008afc68d86e41400baf0f7f4e683210 (patch)
tree275cbb24fe377e52a13cd93dfffac6170ef74611 /buildscripts
parent4119889d9cf5d3e1b9e23ecd112c7d4bf9773390 (diff)
downloadmongo-1156b8a0008afc68d86e41400baf0f7f4e683210.tar.gz
SERVER-45564 test SIGUSR2 multithread stacktrace
Diffstat (limited to 'buildscripts')
-rw-r--r--buildscripts/resmokeconfig/suites/libunwind.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/libunwind.yml b/buildscripts/resmokeconfig/suites/libunwind.yml
new file mode 100644
index 00000000000..1ee185e1c60
--- /dev/null
+++ b/buildscripts/resmokeconfig/suites/libunwind.yml
@@ -0,0 +1,15 @@
+test_kind: js_test
+
+selector:
+ roots:
+ - jstests/libunwind/*.js
+
+executor:
+ config:
+ shell_options:
+ readMode: commands
+ fixture:
+ class: MongoDFixture
+ mongod_options:
+ set_parameters:
+ enableTestCommands: 1