Jason Zhang
664c4ab229
SERVER-50440 Make TenantMigrationAccessBlockerByPrefix include '_' when doing lookup
2020-09-08 19:54:24 +00:00
Nick Zolnierz
4edfad49d1
SERVER-50246 Fix $unionWith explain with mode 'executionStats' to account for pushed down stages
2020-09-08 17:33:57 +00:00
A. Jesse Jiryu Davis
ec0866979a
SERVER-50784 Restore cluster settings after all JS test fuzzer suites
2020-09-08 16:06:01 +00:00
Nick Zolnierz
f265019ab7
SERVER-50642 Move to generic grammar.yy and avoid constructing vector of BSONElements in lexer
2020-09-08 14:19:50 +00:00
David Percy
a08a00b6c5
SERVER-49102 Custom filter for logging/profiling
2020-09-04 04:15:57 +00:00
Mark Benvenuto
c6b83aca3a
SERVER-50367 Add IDL support for feature flags
2020-09-03 02:44:31 +00:00
Ian Boros
3aa02c9ed1
SERVER-50384 Add sharding passthroughs for v1 update oplog format
2020-09-03 00:16:05 +00:00
David Bradford
7acaf5a829
SERVER-50641: Set more aggressive timeouts for commit-queue tasks
2020-09-02 18:25:20 +00:00
Lingzhi Deng
728b9b3039
SERVER-49520: Add linter rule for generic FCV references
2020-09-02 04:09:13 +00:00
Judah Schvimer
c92b00753d
SERVER-48813 Add flag guard for tenant migrations and recipientForgetMigration command stub
2020-09-01 18:02:12 +00:00
Richard Samuels
151d886e80
SERVER-50449 Add gdb helper scripts for UndoDB
2020-09-01 15:48:47 +00:00
Ryan Egesdahl
ca4df25002
SERVER-50592 Update mypy and GitPython pip requirements
...
Update the mypy and GitPython pip modules that are required for linting
builds before commits to compatible versions rather than hard version
requirements.
2020-09-01 01:19:35 +00:00
Spencer T Brody
3f525f9a92
SERVER-46187 When sending commands within the cluster attach maxTimeMSOpOnly with remaining time from the opCtx
2020-08-30 18:36:03 +00:00
Spencer T Brody
060d3119db
SERVER-46187 Unblacklist tests now that that sharded maxTimeMs works properly
...
This reverts commit 3e8fea7b03
2020-08-30 18:36:03 +00:00
Cheahuychou Mao
7b0f4781f8
SERVER-50104 Make the test hook run a background migration on the data used by tests
2020-08-28 23:40:27 +00:00
Judah Schvimer
c932e02133
SERVER-49779 Create a log component for tenant migrations
2020-08-27 19:36:07 +00:00
Gregory Wlodarek
18f397e322
SERVER-48021 Add WT debug table logging to selected tests
2020-08-27 18:09:05 +00:00
Cheahuychou Mao
6791200c05
SERVER-50104 Add a test hook that runs a background migration that involves only the donor side on a database that no tests use
2020-08-27 02:19:18 +00:00
Arun Banala
019fa81486
SERVER-47856 Use $v:2 delta oplog entries by default
2020-08-26 19:41:09 +00:00
David Bradford
ac966012c5
SERVER-50401: Use evergreen manifest to determine revisions to compare against
2020-08-26 15:58:35 +00:00
Cheahuychou Mao
2dbf299e8e
SERVER-50104 Add a tenant migration jscore passthrough that uses ReplicaSetFixture
2020-08-24 17:49:09 +00:00
Andrew Morrow
29ec0810ce
SERVER-48282 Add RHEL8.2 arm64 builders
2020-08-21 23:45:06 +00:00
Richard Samuels
217ce7d8b2
SERVER-50354 Fix mongodb-javascript-stack gdb command to allow printing stacktraces
2020-08-21 19:36:09 +00:00
Ryan Timmons
267ac7c98b
SERVER-50277 Performance Yaml Cleanups pt 1
2020-08-20 23:40:24 +00:00
Daniel Gottlieb
7ab67b9007
SERVER-50282: Generate debugging setup script for spawnhosts that load artifacts with coredumps.
2020-08-20 15:52:58 +00:00
XueruiFa
d3169bf266
SERVER-49377: Ensure transactions inherit API parameters of initiating command
2020-08-19 20:18:54 +00:00
Carl Raiden Worley
2ead81e671
SERVER-50362 Add resilience to repeat execution for multiversion tag generation
2020-08-19 17:42:34 +00:00
Gregory Wlodarek
454334fabc
Revert "SERVER-50251: Re-enable initial_sync_fails_unclean_restart.js for replica_sets_multiversion"
...
This reverts commit bd0c05a484 .
2020-08-19 02:21:58 +00:00
Justin Seyster
14dc7f9b36
SERVER-49227 Add aggregation_slot_based_execution suite
2020-08-19 01:15:18 +00:00
Lingzhi Deng
bd0c05a484
SERVER-50251: Re-enable initial_sync_fails_unclean_restart.js for replica_sets_multiversion
2020-08-18 19:14:20 +00:00
Carl Raiden Worley
de4edaa993
SERVER-50352 Add understanding of previous syntax for multiversion exclusions
2020-08-18 16:27:03 +00:00
Ruoxin Xu
0c5250b5ac
SERVER-50109 Add change streams passthrough which enables use of $v:2 delta oplog entries
2020-08-18 12:36:32 +00:00
Jason Chan
91e3352a1a
SERVER-49756 Add downgradeOnDiskChanges parameter to setFeatureCompatibilityVersion
2020-08-18 00:23:39 +00:00
David Bradford
4b454dbdaf
SERVER-49945: move mypy.ini to .mypy.ini
2020-08-17 18:11:41 +00:00
Carl Raiden Worley
c318aff369
SERVER-48048 Use resmoke tag files for multiversion blacklisting
2020-08-17 17:07:22 +00:00
Pavi Vetriselvan
ea3f3e8f52
SERVER-50083 disable election handoff in reconfig kill primary and stepdown suites
2020-08-17 13:13:43 +00:00
Justin Seyster
a629d56622
SERVER-49227 Add jsCore_slot_based_execution suite
2020-08-14 18:20:52 +00:00
David Storch
e0bbfe1193
SERVER-40317 Fail query when $facet intermediate output exceeds 100MB
...
Co-authored-by: Justin Seyster <justin.seyster@mongodb.com >
Co-authored-by: Jacob Evans <jacob.evans@10gen.com >
2020-08-14 16:29:30 +00:00
David Bradford
53b690294d
SERVER-50290: Cap number of subtasks generated
2020-08-13 18:42:08 +00:00
XueruiFa
ad6221ad00
SERVER-49922: Make schema_validator_with_expr_variables.js less heavy
2020-08-13 15:12:38 +00:00
vrachev
5266a96260
SERVER-46687 Run hang-analyzer from resmoke and integrate with archival
2020-08-13 01:05:45 +00:00
Cheahuychou Mao
3813db066f
SERVER-49436 Change migrations_with_mixed_fcv.js test to reflect current FCV/migration interactions
2020-08-12 18:33:47 +00:00
Lingzhi Deng
d598744856
SERVER-50140: Initial sync cannot survive unclean restart of the sync source
2020-08-12 17:52:42 +00:00
Blake Oler
c9a0f0ff21
SERVER-47273 Remove blacklist for fixed test
2020-08-12 13:32:33 +00:00
Ted Tuckman
274192ab7d
SERVER-49649 Fix union inner pipeline explain
2020-08-11 23:16:44 +00:00
Lingzhi Deng
bbe29a4bf1
SERVER-49066: Extend generic targeted multiversion tests to include new mixed binary version configurations
2020-08-10 18:47:05 +00:00
Lingzhi Deng
42fbd71072
SERVER-50190: Exclude requires_capped tag from concurrency_replication_multi_stmt_txn_ubsan.yml
2020-08-10 16:28:14 +00:00
Daniel Gottlieb
d774ce166f
SERVER-50188: Allow multiple setParameters for the same key if their value is also identical.
2020-08-10 13:56:23 +00:00
Carl Raiden Worley
16dbe5a28b
SERVER-50085 Make it easier to correlate mongo process names, ports, PIDs in logs of fixtures started by resmoke
2020-08-07 19:21:33 +00:00
Tommaso Tocci
8d2bd0780a
SERVER-49413 Re-enable tests in multiversion suites that were blacklisted in 4.4
2020-08-07 15:30:16 +00:00