Matt Broadstone
1ce8128b8b
SERVER-78419 Convert FSM to load workloads as modules
2023-06-29 12:14:53 +00:00
Rishab Joshi
4329ffafa3
SERVER-50442 Remove ensureIndex shell function
...
This commit replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell""
2020-11-17 14:23:10 +00:00
Arun Banala
7c196029e8
Revert "SERVER-50442 Remove ensureIndex shell function This commit also replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell"
...
This reverts commit e69c967ff8 .
2020-11-12 18:15:38 +00:00
Rishab Joshi
e69c967ff8
SERVER-50442 Remove ensureIndex shell function This commit also replaces all the usages of ensureIndex() with createIndex() in JS tests and JS shell
2020-11-12 10:38:50 +00:00
Mark Benvenuto
6dcdd23dd3
SERVER-23971 Clang-Format code
2016-05-28 17:55:12 -04:00
Mike Grundy
1be713cebb
SERVER-23067 Final round of JS linting and formatting
2016-03-18 17:10:31 -04:00
Jonathan Abrahams
4ae691e8ed
SERVER-22468 Format JS code with approved style in jstests/
2016-03-09 12:18:14 -05:00
alabid
f6a65290f2
SERVER-16648 Additional FSM-based concurrency workloads with some cleanup and blacklisting
...
Includes workloads for:
explain
compact
reindex
collMod
count
distinct
touch
$where
Added to blacklists in FSM runners
Fixed the way we check for storage engines
Added two options for arbitrary function execution against cluster:
- Specified via ClusterOptions as setupFunctions to be run on the
cluster before workloads are run
- As part of setup and teardown with the cluster provided as a third
argument to these workload functions
2015-02-05 16:14:37 -05:00
alabid
4ddf32f72c
SERVER-16648 Refactored FSM library code and added workload helpers and modifiers
...
Closes #902
Signed-off-by: Benety Goh <benety@mongodb.com>
2015-01-09 09:40:24 -05:00
alabid
c8c43855e1
SERVER-16695 Move FSM tests into new test suites
...
Closes #893
Signed-off-by: Benety Goh <benety@mongodb.com>
2014-12-31 10:11:12 -05:00