diff options
author | Eric Milkie <milkie@10gen.com> | 2016-06-17 13:40:03 -0400 |
---|---|---|
committer | Eric Milkie <milkie@10gen.com> | 2016-06-21 15:32:36 -0400 |
commit | d8d3f3747f8fa62320b727935b3c64c28e15ae88 (patch) | |
tree | ce333d93f56dea37d5f2b52b43ead15af2482517 | |
parent | d3c81ef49f77a0bae5e0ebe9dd002df98348c8f2 (diff) | |
download | mongo-d8d3f3747f8fa62320b727935b3c64c28e15ae88.tar.gz |
SERVER-24639 blacklist an FSM workload that contains background indexes, to avoid backup_restore.js from fasserting when shutting down
(cherry picked from commit 54d157aebd4bd9a3ab74b66ee2390c75a910c670)
-rw-r--r-- | jstests/noPassthrough/backup_restore.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/noPassthrough/backup_restore.js b/jstests/noPassthrough/backup_restore.js index e994aeda66c..151cc3ac6b6 100644 --- a/jstests/noPassthrough/backup_restore.js +++ b/jstests/noPassthrough/backup_restore.js @@ -68,6 +68,7 @@ " 'auth_create_role.js'," + " 'auth_create_user.js'," + " 'auth_drop_role.js'," + " 'auth_drop_user.js'," + " 'reindex_background.js'," + " 'yield_sort.js'," + + " 'create_index_background.js'," + "].map(function(file) { return dir + '/' + file; });" + "Random.setRandomSeed();" + // run indefinitely "while (true) {" + " try {" + |