Tausif Rahman
1a5cf4b82f
SERVER-72348 Use the new mongo-tooling-metrics library
2023-01-10 19:15:35 +00:00
Max Hirschhorn
afd5fda2f8
SERVER-72613 Run gdb with --readnever when only taking core dumps.
2023-01-09 16:52:58 +00:00
Kshitij Gupta
397fbc4191
SERVER-72058: shardingtest can come up with catalog shard
2023-01-05 22:11:15 +00:00
seanzimm
d1a67f1233
SERVER-72491: Remove random chance to immediately promote initial sync node
2023-01-04 16:01:53 +00:00
Alexander Neben
40e2c70e4b
SERVER-72412 Added direct connection to powercycle tests
2022-12-29 17:43:19 +00:00
Juan Gu
6cd0e5c322
SERVER-70802 Ensure data files are uploaded on Evergreen timeout
2022-12-21 01:00:24 +00:00
Andrew Morrow
7657e615d2
SERVER-62994 Use v4 toolchain for everything except clang format
...
It has been a pleasure working here and quite the wild ride.
Good luck everyone.
2022-12-13 23:03:13 +00:00
Trevor Guidry
b4a126b43a
SERVER-61794 update pymongo to 4.3.3
2022-12-13 18:02:47 +00:00
Louis Williams
933170f40f
SERVER-71362 Lower the number tickets in config fuzzers
2022-12-13 10:36:50 +00:00
Trevor Guidry
139170c979
SERVER-71834 use runAllFeatureFlagTests in local resmoke invocations
2022-12-09 20:35:11 +00:00
Didier Nadeau
c5c19f011f
SERVER-71260 Add tenantIds parameter to donorStartMigration
2022-12-09 05:16:24 +00:00
Daniel Moody
fb23430fd3
SERVER-62995 SERVER-62074 update pretty printers to work with v4 and add tests
2022-12-05 14:38:52 +00:00
jasurbeknurboyev
f8d272de5c
SERVER-71548 Avoid deleting files after symbolization
2022-12-05 13:17:22 +00:00
Alexander Neben
869c7519c2
Revert "SERVER-71548 Avoid deleting files after symbolization"
...
This reverts commit 5f7a95abee .
2022-11-28 23:02:18 +00:00
Tausif Rahman
b06927da23
SERVER-71506 Refactor tooling metrics
2022-11-28 18:43:41 +00:00
jasurbeknurboyev
5f7a95abee
SERVER-71548 Avoid deleting files after symbolization
2022-11-25 18:03:49 +00:00
auto-revert-processor
86dc934a4e
Revert "SERVER-71548 Avoid deleting files after symbolization"
...
This reverts commit 9e64ace5f6 .
2022-11-24 15:26:32 +00:00
jasurbeknurboyev
9e64ace5f6
SERVER-71548 Avoid deleting files after symbolization
2022-11-24 09:51:43 +00:00
Vesselina Ratcheva
b666bed6d4
SERVER-65977 Create initial sync concurrency suite on sharded sets
2022-11-21 07:28:59 +00:00
mathisbessamdb
4fd85ab061
SERVER-71179 Update the ShardSplitCommands to use the TenantId class
2022-11-18 23:58:48 +00:00
Kshitij Gupta
e489daae84
SERVER-71448: Add resmoke option for optional config server.
2022-11-18 21:13:11 +00:00
Pierlauro Sciarelli
1ce4ee1e38
SERVER-71435 Increse verbosity level for range-deleter in resmoke
2022-11-17 11:17:25 +00:00
Trevor Guidry
22f38cf147
SERVER-63104 add resmoke argument for generating all_feature_flags.txt locally
2022-11-16 18:42:54 +00:00
Matt Broadstone
32ced838bc
SERVER-71293 Don't close shared logger after retiring donor
2022-11-14 20:24:38 +00:00
Tausif Rahman
93612bf95f
SERVER-69636 Collect SCons Metrics
2022-11-14 16:14:16 +00:00
Uladzimir Makouski
d772a25a93
Revert "SERVER-69636 Collect SCons Metrics"
...
This reverts commit 3a4d6fdeb7 .
2022-11-09 12:09:49 +00:00
Tausif Rahman
3a4d6fdeb7
SERVER-69636 Collect SCons Metrics
2022-11-08 16:32:27 +00:00
kauboy26
09aeac0a7d
SERVER-70585 ContinuousStepdown can run indefinitely if mongod crashes while stepping down
2022-11-07 18:47:06 +00:00
Tausif Rahman
4e0c546d12
SERVER-69837 Cron to publish metrics collected from project
2022-10-24 19:52:20 +00:00
jasurbeknurboyev
a80bb2bae4
SERVER-61432 symbolizer should not change global logging config
2022-10-24 16:01:40 +00:00
Tausif Rahman
8a0aabdf03
SERVER-69635 Collect Resmoke metrics
2022-10-19 20:20:31 +00:00
julianedwards
4b08c5ca99
SERVER-70483 Pass task execution to Logkeeper
2022-10-17 17:01:18 +00:00
Rob Guo
8461ed0306
SERVER-70488 Revert "SERVER-68244 discard logs from some successful patch build tests"
2022-10-12 14:42:23 +00:00
Sergey Galtsev
b61927c6cd
SERVER-69884 filter out tests with featureFlagXXX from selinux
2022-10-10 15:43:40 +00:00
Jennifer Peshansky
493be29d4e
SERVER-70045 Do not re-set the random seed
2022-10-05 20:34:23 +00:00
Haley Connelly
a4a3eba2a0
SERVER-69850 Prevent compact command from running when the config fuzzer is enabled
2022-09-28 13:24:47 +00:00
Max Hirschhorn
6552887793
SERVER-69944 Switch to use Python's built-in recursive glob support.
...
When splitting a path of the form "a/*/b/**", globstar.iglob() would
previously have attempted to walk "a/*" as a literal directory instead
of expanding the glob pattern into a list of directories and walking
each of them.
2022-09-23 22:47:05 +00:00
mathisbessamdb
55f4d89a5b
SERVER-66147 add support of vanilla passthrough test for shard merge protocol
2022-09-15 21:54:28 +00:00
Daniel Gottlieb
ff2fffdf49
SERVER-69001: Have initial sync persist its last oplog time into the minvalid document.
2022-09-15 19:50:40 +00:00
Sulabh Mahajan
1b94240709
SERVER-66770 Add more WiredTiger configurations to config fuzz
2022-09-15 11:57:01 +00:00
Rishab Joshi
e6b184b48b
SERVER-66641 Introduce multi-tenancy for change collections.
2022-09-15 11:29:18 +00:00
Alexander Neben
97ac02fa50
SERVER-68593 Disable low value python warnings
2022-09-02 22:55:09 +00:00
Rishab Joshi
9ca61a6d17
SERVER-67634 Ensure that change collections are never used on config
...
servers.
2022-08-23 21:07:02 +00:00
mathisbessamdb
e8e41877b7
SERVER-68909 Safely handle creating a client connection exception when checking for shard merge feature flag in passthrough
2022-08-18 15:00:54 +00:00
mathisbessamdb
f6f9f3232b
SERVER-68605 blacklist all the passthrough for shard merge
2022-08-11 19:16:25 +00:00
Rishab Joshi
7be22a4e69
SERVER-66631 Implement command to enable and disable the change stream.
2022-08-11 18:34:34 +00:00
Mikhail Shchatko
50410a5290
SERVER-68632 Lock threads when collecting stacktrace files
2022-08-10 07:41:47 +00:00
Robert Guo
6bab1a4ac1
SERVER-68244 discard logs from some successful patch build tests
2022-08-05 03:20:28 +00:00
Zakhar Kleyman
cbc5c9322a
SERVER-68574 switch resmoke to logkeeper2
2022-08-05 02:01:55 +00:00
Daniel Moody
f0fe2f924d
SERVER-65508 detect existing resmoke processes which could cause issues for tests
2022-07-28 20:16:16 +00:00