Jacob Evans
b202ee3df4
SERVER-43966 Remove manual internal query flag toggling from map_reduce_validation.js
2019-10-14 18:46:40 +00:00
Nicholas Zolnierz
8dfa17e159
SERVER-43962 Assert on valid target namespace in $out/$merge static create methods
2019-10-14 13:36:37 +00:00
Robert Guo
fd0287c305
SERVER-43956 don't use unix line endings to determine timeouts
2019-10-14 11:58:43 +00:00
Nicholas Zolnierz
6b345cce21
SERVER-43626 MR Agg: Fail and cleanup cursors when a sharded mapReduce cannot fit in a single batch response
2019-10-11 18:49:51 +00:00
Robert Guo
e178d59bf3
SERVER-43956 use unix line ending for burn_in_tests.py
2019-10-11 16:17:42 +00:00
Cheahuychou Mao
4a82f6d558
SERVER-33931 Make sharded cluster fixture start shards as single node replica sets
2019-10-10 20:35:35 +00:00
Carl Worley
3060375e3b
SERVER-41778 Increase log verbosity of the COMMAND component to level 2 in jstestfuzz suites
2019-10-10 15:57:44 +00:00
Cheahuychou Mao
67302fce7c
SERVER-38875 Make tests start shards as replica sets instead of standalones after auth cluster time gossiping fix
2019-10-10 15:42:06 +00:00
Nicholas Zolnierz
13c2e614e0
SERVER-42942 M/R Agg: Implement translation for cluster mapReduce command
2019-10-08 22:18:54 +00:00
Jason Chan
4540bfd836
SERVER-42776 Support mixed version test suites with ShardedClusterFixture
2019-10-08 19:54:00 +00:00
John Chen
8cd7f1a4cd
SERVER-43850 use os.name instead of os.family to check ubuntu
2019-10-07 18:17:41 +00:00
A. Jesse Jiryu Davis
2664c92b22
SERVER-43703 On shutdown check rsSyncApplyStop is disabled
...
The previous code had a race: if the test disables the rsSyncApplyStop
failpoint and immediately kills mongod, then mongod could fassert. Now
it fasserts only if the failpoint is still enabled on shutdown.
2019-10-05 02:49:43 +00:00
Misha Tyulenev
ef04738ab1
Revert "SERVER-42982 unblacklist multiVersion/upgrade_downgrade_cluster.js"
2019-10-04 21:35:36 +00:00
Judah Schvimer
d9e67706b8
SERVER-42951 Test that CRUD operations outside transactions don't throw LockTimeout
2019-10-04 18:33:43 +00:00
Misha Tyulenev
aa2ccf6e19
SERVER-42982 unblacklist multiVersion/upgrade_downgrade_cluster.js
2019-10-03 21:44:34 +00:00
Lingzhi Deng
4d9a6a2ae4
SERVER-43481: Unblacklist indexed_insert_text.js and indexed_insert_text_multikey.js from kill/terminal concurrency stepdown suites
2019-10-03 19:30:56 +00:00
Arun Banala
7f7545b75f
SERVER-42811 M/R Agg: Support referencing 'scope' variables in translated aggregation pipeline on mongod
2019-10-03 10:52:40 +00:00
Jason Chan
8621e2f240
SERVER-42774 When randomBinVersions is set, randomly assign node binary versions for ReplSetTest
2019-10-02 20:49:03 +00:00
David Bradford
96fe4ec191
SERVER-43732: correctly detect new files for burn_in_tests
2019-10-01 22:54:41 +00:00
Charlie Swanson
94545ee7be
SERVER-43304 Modernize mr1.js
...
This reverts commit be1be55d99 .
2019-10-01 19:53:39 +00:00
Mathew Robinson
0a51d827a9
SERVER-43471 scons.py should not swallow ImportError
2019-10-01 14:11:47 +00:00
Jason Chan
8e8428e17f
Revert "SERVER-42774 When randomBinVersions is set, randomly assign node binary versions for ReplSetTest"
...
This reverts commit 75a8730068 .
2019-09-30 22:18:39 +00:00
Jason Chan
75a8730068
SERVER-42774 When randomBinVersions is set, randomly assign node binary versions for ReplSetTest
2019-09-30 18:05:37 +00:00
Arun Banala
3e320ee9de
SERVER-38167 Use 'requires_profiling' tag to exclude profile tests from core passthroughs
2019-09-30 17:34:40 +00:00
Suganthi Mani
be1be55d99
Revert "SERVER-43304 Modernize mr1.js"
...
This reverts commit 9faba94cb8 .
2019-09-30 14:52:51 +00:00
Billy Donahue
c8b9b377df
SERVER-43659 better diagnostics on resmoke subprocess errors
2019-09-30 06:52:38 +00:00
David Bradford
a142048ee2
SERVER-43667: ensure burn_in_tags updates key permissions for tests
2019-09-27 21:50:43 +00:00
Charlie Swanson
b16985b58e
SERVER-42691 Modernize mapReduce tests in sharding directory
2019-09-27 17:01:34 +00:00
Charlie Swanson
9faba94cb8
SERVER-43304 Modernize mr1.js
2019-09-27 16:19:44 +00:00
Jason Chan
e7c7a2ab45
SERVER-42777 Add ability to generate mixed version test suites using generate.tasks
2019-09-25 21:52:41 +00:00
Mathew Robinson
39daf64f53
SERVER-43634 Report different errors for missing scons and fail to import scons
2019-09-25 18:08:26 +00:00
Haley Connelly
996f1ed140
SERVER-42524 remove the touch command
2019-09-25 17:03:51 +00:00
Mathew Robinson
e86636d791
SERVER-43008 Update burn_in_tests.py to new resmoke API
2019-09-25 00:22:46 +00:00
Alex Taskov
108425fdd0
SERVER-42866 Trigger a logical session cache refresh on all shards in the ShardedCluster test fixture before running test
2019-09-24 18:26:26 +00:00
Arun Banala
60518c8920
SERVER-29794 Adding a comment to all commands
2019-09-24 16:50:09 +00:00
Blake Oler
2f5feed026
SERVER-42390 Allow documents in a sharded collection to not contain all shard key fields
2019-09-24 15:38:39 +00:00
Jason Chan
099f6294f7
SERVER-42528 Unblacklist await_prepared_transactions_on_fcv_downgrade.js from large txn test suites
2019-09-24 14:42:43 +00:00
Matthew Saltz
89f0a9ab0b
SERVER-43397 Blacklist FSM workloads that perform multi-deletes from balancer and migration suites
2019-09-23 20:25:07 +00:00
Mathew Robinson
e5c1e0b8da
SERVER-43088 Make test suite and logger configuration directories configurable in resmoke
2019-09-23 19:58:15 +00:00
Nicholas Zolnierz
409713e3b6
SERVER-43381 Create core and sharding suites for new MR implementation
2019-09-23 13:42:36 +00:00
Blake Oler
65142a88a9
SERVER-43380 Blacklist drop_collection_in_admin_and_config_dbs from sharding stepdown suite
2019-09-20 19:26:38 +00:00
Ben Caimano
bc11369435
SERVER-42165 Replace uses of stdx::mutex with mongo::Mutex
2019-09-17 23:22:19 +00:00
Ryan Timmons
6e07d3555e
SERVER-43253 Fix noPassthrough
2019-09-17 14:53:08 +00:00
Arun Banala
3897a749da
SERVER-42687 M/R Agg: Update FSM tests
2019-09-16 21:36:09 +00:00
John Chen
0d0c7ec99f
SERVER-37768 Added Debian10 build variant
2019-09-16 19:36:56 +00:00
Ryan Timmons
9c15f7ff0f
SERVER-43253 Resmoke passes pids of peer mongo* process in TestData
2019-09-16 18:17:40 +00:00
Arun Banala
2f21c91f3c
SERVER-43319 Increase cursor timeout for 'concurrency_simultaneous' fixtures
2019-09-16 13:41:33 +00:00
David Bradford
707ee6aa02
SERVER-43067: Add acceptance tests for generate__resmoke_tasks
2019-09-13 18:08:37 +00:00
Charlie Swanson
a6f32b216f
SERVER-43020 Beef up mapReduce validation
2019-09-12 15:42:16 +00:00
Janna Golden
0976659859
SERVER-43209 Blacklist track_unsharded_collections_rename_collection.js from config stepdown suite
2019-09-12 15:20:14 +00:00