Commit Graph

6479 Commits

Author SHA1 Message Date
Janna Golden
d84d73e5ad SERVER-89216 Enable concurrency_sharded_kill_primary_with_balancer_and_config_transitions (#21820)
GitOrigin-RevId: d6e89e0f0c0ac293b1f78c7f380efd4c75969101
2024-05-09 00:22:12 +00:00
Alex Li
64c45113e3 SERVER-90277 Resmoke tracing set up should catch KeyboardInterrupt and SystemExit (#21973)
GitOrigin-RevId: 2b97def86f790965b512bbba1c6b88bba000aa64
2024-05-08 19:44:26 +00:00
Randolph Tan
6d7184ac16 SERVER-90217 Consider setting orphanCleanupDelaySecs on suites with balancer and failovers (#21955)
GitOrigin-RevId: 4781431cd3116a354a601a5e16292197a74dd1e0
2024-05-08 18:54:32 +00:00
Silvia Surroca
81212010d1 SERVER-87321 Set reshardingMinimumOperationDurationMillis to 0 in balancer suites without stepdowns (#21943)
GitOrigin-RevId: 35090901a87526a85f4b5917fd676a3c8b1f4d57
2024-05-08 18:04:16 +00:00
Jack Mulrow
e2fe52b99c SERVER-90200 Temporarily disable time series tests in suites with config shard transitions (#21917)
GitOrigin-RevId: 54ba70fb2f07b4ad7d00744b963e359f48f3b2b6
2024-05-08 04:07:16 +00:00
Vishnu K
22a5144796 SERVER-87803 remove TODO and change comment. (#21921)
GitOrigin-RevId: 716d3933bb323bdb1150aa360bd18baf9f84f223
2024-05-08 03:20:38 +00:00
Anna Wawrzyniak
702cbeec44 SERVER-88374 Add lightweight tracing profiler (#20624)
GitOrigin-RevId: 59f133372db2277c387499b2a38b9cb67d638876
2024-05-07 19:24:49 +00:00
Zixuan
11b78b36ef SERVER-90181 Block operation_latency_histogram.js from replica set endpoint suites (#21853)
GitOrigin-RevId: 7082d3667c9949ff6ecb42745e03fc3c7f867e25
2024-05-06 22:12:42 +00:00
Jason Zhang
3380054e91 SERVER-89964 Handle tests requiring multi writes in balancer enabled passthrough suites (#21766)
GitOrigin-RevId: 97932be0eb988655d033973643feabefe667eb69
2024-05-06 21:20:30 +00:00
Robert Sander
7d541ac952 SERVER-89221 Enable jstestfuzz_sharded_with_config_transitions.yml (#21808)
GitOrigin-RevId: 375c2eb9f4591a6ed1b3ab1468365006a129a70c
2024-05-06 07:25:46 +00:00
mdb-mayureshk
b5b709d1a9 SERVER-87862: Disable FTDC for streams tests (#21849)
GitOrigin-RevId: b75d72c852a3ff2febadb949ab94ef1a2d912b35
2024-05-05 22:11:05 +00:00
Adam Rayner
f31a55b83d SERVER-90184 Only load included SASL plugins on Windows
GitOrigin-RevId: a6c0787658de3b23a00da7750c660f79c6cd8d1b
2024-05-04 01:36:44 +00:00
Jack Mulrow
f0f8f576e0 SERVER-90046 Remove wait for balancer logic in config transition hook
GitOrigin-RevId: 082375bc132a2a730957b4d090a62ed9004f00f4
2024-05-03 22:15:48 +00:00
Dominic
02d7ebdec5 SERVER-83722: change IDL Parser to copy a vector directly when parsing a BSONObj (#21629)
GitOrigin-RevId: 6fd8e38a8840ad58992d724c88bd85b3fe8756ce
2024-05-03 22:15:25 +00:00
Catalin Sumanaru
61688a2977 SERVER-90102 Add assumes_unsharded_collection tag to geo_borders.js (#21758)
GitOrigin-RevId: a880a1139526c8ea259730309b34dc380c308651
2024-05-03 20:01:14 +00:00
Cheahuychou Mao
19947fb3c9 SERVER-90087 Enable basic_crud.js and query_settings_fle.js in secondary_reads_passthrough_with_replica_set_endpoint suite (#21821)
GitOrigin-RevId: 0ad23e478c375d52c5cdd771b8c59248b569fc6b
2024-05-03 15:42:56 +00:00
David Percy
70da849086 SERVER-90138 Speed up resmoke.py find-suites
Profiling showed a lot of the time was spent in two helper functions:
  - glob() which scans the filesystem for filenames that match a pattern
  - get_tags() which parses the "@tags" section of a jstest

Printing the arguments of these functions showed that a lot of the calls
are duplicates, because many suites use the same glob pattern, and many
suites want to know what tags a given test contains.

Since we already assume the resmokeconfig is not changing out from under
us, it makes sense to cache these. I don't think memory usage is a
concern because resmoke is either short-lived (as in find-suites) or it
runs subprocesses that already use a lot of memory (mongod, or a whole
sharded cluster).

On my machine these two changes brought the time down from around
1m 20s to 10s.

GitOrigin-RevId: f4538e44aaca8c1ae11c38cc48b6ec76d2a85d1b
2024-05-03 05:27:58 +00:00
Mikhail Shchatko
5445e27769 SERVER-85862 make burn_in_tests.py understand multiversion configuration (#21655)
GitOrigin-RevId: b73438a544287646699f0e711a690f8aafe345c7
2024-05-02 20:09:26 +00:00
vstojkovic-mongodb
66dd0c9c2d SERVER-86933 Add data node ingress queueing parameters to config fuzzer (#21729)
GitOrigin-RevId: 2614204b84fccddac8a2879988c64c5cdc1e526c
2024-05-02 19:23:03 +00:00
julianedwards
9b34623cd9 SERVER-77561: buffered file handler for resmoke logging (#21760)
GitOrigin-RevId: 82d4e161d6634e6b4114ba289723e8fd1500a8fe
2024-05-02 19:22:51 +00:00
kmznam
1962dabda6 SERVER-84330 implicitly create database in rename on mongos (#21312)
GitOrigin-RevId: 2dc9ff07c8abcac776d402d2dabdb3470d9e471c
2024-05-02 15:42:39 +00:00
Tommaso Tocci
36f9af0c26 SERVER-89087 Allow renaming a bucket colleciton without timeseries options (#21746)
GitOrigin-RevId: ae462dc4e58a2f493559aa051bf606e333e86e76
2024-05-02 14:31:31 +00:00
Catalin Sumanaru
224f399581 SERVER-89828 Explicitly pass the db object to query_settings_index_hi… (#21493)
GitOrigin-RevId: 881d023c82f71cb6487c0088e3e28d2c3af9238c
2024-05-02 09:26:32 +00:00
Zack Winter
398b57fd67 SERVER-90078 Add support for specifying JSON input files to deflakinator (#21744)
GitOrigin-RevId: a4250cee5f18be3b7c2b62064d272bf3ae5fc9c6
2024-05-02 01:46:18 +00:00
Jason Zhang
267a960db5 SERVER-89215 Enable sharded_jscore_txns_sharded_collections_with_config_transitions.yml (#21557)
GitOrigin-RevId: 148b8c7a11e70424ff9c0941bf687b9abbccb41e
2024-05-01 18:37:45 +00:00
Steve McClure
a67aec8ee4 SERVER-90051 Retry retrieving file content from Github repos (#21609)
GitOrigin-RevId: 0f53db625b2e1692f4001ef3f46356f4ad0b60d4
2024-05-01 17:16:55 +00:00
Cheahuychou Mao
e3822f564b SERVER-86999 Make secondary_reads_passthrough_with_replica_set_endpoint suite run FLE tests (#21726)
GitOrigin-RevId: 6382609d0da0236853c9a273f0b08d73a35e1098
2024-05-01 17:16:42 +00:00
Patrick Freed
33f38c6013 SERVER-89351 Merge generic argument and reply fields structs (#21600)
GitOrigin-RevId: abf186403bd84c0057170dd724f9d7320b3c92be
2024-04-30 23:26:25 +00:00
Trevor Guidry
12cd1e72d8 SERVER-89587 fix "config_shard: any" resmoke option with antithesis (#21584)
GitOrigin-RevId: b4bed9ebbf50015f631de5eee3671d7af8de75e5
2024-04-30 18:14:48 +00:00
Randolph Tan
7aefcc0039 SERVER-89940 Make wait in _transition_to_dedicated account for repl set failovers (#21626)
GitOrigin-RevId: f774527c407c483d01ea1a6fccf7ece9ed7deaec
2024-04-30 14:51:12 +00:00
Jason Zhang
fa46e22f82 SERVER-89864 Start sharded_collections_jscore_passthrough_with_config_transitions with 3 shards (#21527)
GitOrigin-RevId: 94eddb025d5c35a515d54f6b3c6ef4b36c2124e6
2024-04-30 14:50:59 +00:00
Ali Mir
9ef18cf1d1 SERVER-89975 Disable query_settings_size_limits.js from magic restore replica set suites (#21637)
GitOrigin-RevId: 8815d0cf22c81f7a54cb8d5e24a68950f14a6c69
2024-04-30 10:56:19 +00:00
Silvia Surroca
fbe5f3e266 SERVER-85772 Allow convertToCapped to work on unsplittable collections located outside the dbPrimary (#21288)
GitOrigin-RevId: a7a67a318f65c9b0dc836925198040ab44aefa3f
2024-04-30 07:15:46 +00:00
Zack Winter
aedbc3ffae SERVER-89241 Create Bazel-SCons Diff Tool (#21020)
GitOrigin-RevId: 1f940d0d50694faf17a6a8ae511c1fe2b6012efc
2024-04-30 03:35:01 +00:00
Marcos Grillo
f6ebcf702c SERVER-89770 Improve Windows Debugging capabilities for some types (#21470)
GitOrigin-RevId: 4e023839870b1c34c72a2e7172a103b936508174
2024-04-29 17:10:25 +00:00
Etienne Petrel
78ebd0e199 SERVER-89013 Add the autoCompact setting to the fuzzer (#21451)
GitOrigin-RevId: 3cb3c47465b655b0a5e586a2692867f047b0643b
2024-04-29 15:21:17 +00:00
Zack Winter
c770232a3d SERVER-89915 Make install_bazel.py log message more visible (#21585)
GitOrigin-RevId: 218d4df8246a088c49b8596fc2f1071579be1b18
2024-04-27 00:07:40 +00:00
Pavi Vetriselvan
4625aeaedf SERVER-89907 Add oplog application lag hook to mixed binary fuzzer repl suites (#21579)
GitOrigin-RevId: df015a779c79c59d124d79e8f8c8639d8e188fe6
2024-04-26 23:22:45 +00:00
Jack Mulrow
6f27777784 SERVER-89217 Add concurrency suite with transactions and config shard transitions (#21566)
GitOrigin-RevId: 50a1a63f7bc07572a842287e36e2953f1561d028
2024-04-26 21:41:56 +00:00
Patrick Freed
dbe6bde934 SERVER-88214 Add types to generic_argument.idl (#21574)
GitOrigin-RevId: da77159d14e989ccc8474969df68994bfc317dd9
2024-04-26 20:03:47 +00:00
Henri Nikku
a7cde8b6d9 SERVER-89895 Exclude agg_hint.js from sharded_collections_jscore_passthrough_with_config_transitions (#21554)
GitOrigin-RevId: d374ba423026ae015ea1038a88e10e86a0a99b41
2024-04-26 16:47:53 +00:00
Pavi Vetriselvan
23017acc93 SERVER-89733 Introduce initial sync passthrough with lagged sync source (#21477)
GitOrigin-RevId: a5534c1dbe30c0f6d2b377aa3f9012a1895b36cc
2024-04-26 16:03:02 +00:00
auto-revert-processor
687bd47ea1 Revert "SERVER-88214 Add types to generic_argument.idl (#21502)"
This reverts commit d4f118c6877d1658932e68e08da859c3837114b4.

GitOrigin-RevId: 39ad9666ef64cc6c79a5a861f59b69e488110d79
2024-04-26 13:43:35 +00:00
Patrick Freed
6c9d8cd52b SERVER-88214 Add types to generic_argument.idl (#21502)
GitOrigin-RevId: d4f118c6877d1658932e68e08da859c3837114b4
2024-04-26 02:49:13 +00:00
Joseph Prince
c0af924503 SERVER-88728 make heap profiler runtime configurable (#21358)
GitOrigin-RevId: 76204efd69e06960938231bdb57cd66e39c9699e
2024-04-26 02:01:13 +00:00
Jack Mulrow
c53cf5e861 SERVER-89182 Enable concurrency suite with background config shard transitions
GitOrigin-RevId: 08be2c8820d66cef838fda317475949ea7bdd13a
2024-04-25 23:01:33 +00:00
Will Buerger
feece56fc9 SERVER-89177: Tag exchange_producer.js with does_not_support_transactions (#21508)
GitOrigin-RevId: 535e84ee12c7c2843f474c24bca123fedc95ee4b
2024-04-25 19:52:10 +00:00
Jiawei Yang
69214d8705 SERVER-89722 auto retry on network error for lagOplogApplication hook (#21484)
GitOrigin-RevId: 774784311add381f4159fadfccfb5a4eed820605
2024-04-25 19:01:12 +00:00
seanzimm
8fe3e68577 SERVER-89465: Update comment for disabled test in magic restore passthroughs (#21460)
GitOrigin-RevId: d34055a993e7d61e42701fb76beb0c8e9ed6ada2
2024-04-25 16:07:11 +00:00
Zack Winter
5dd5c81935 SERVER-89821 Add EOL versions to test_package_release (#21489)
GitOrigin-RevId: 26df505b0ee2ee8933fed6a6e8c01ea539887af5
2024-04-25 02:32:24 +00:00