Alexander Neben
cc940debd7
SERVER-87442 Upgraded mac support to a newer macosx minimum ( #25244 )
...
GitOrigin-RevId: 7dd5d6ed6281064cbfc813cf4516cfbec6497012
2024-07-30 20:42:08 +00:00
George Wangensteen
440c47de8b
SERVER-92715 Mongos support for runtime parameter fuzzing ( #25419 )
...
GitOrigin-RevId: 099171ded468e3259f2b1bdfdae117514298f479
2024-07-29 16:09:23 +00:00
George Wangensteen
6086cac5f0
SERVER-92714 Add configuration support to runtime parameter fuzzing ( #25202 )
...
GitOrigin-RevId: eada66a9fb70122a166bacb2e34d12d63ed0933e
2024-07-25 21:42:42 +00:00
Zack Winter
dc5abadb3e
SERVER-92736 Update symbol mapper to use the original executed task ( #25178 )
...
GitOrigin-RevId: 28fdc45abea4f544a4d4fdb2d02eb8865a7026aa
2024-07-23 18:25:01 +00:00
Steve McClure
b4b23946cd
SERVER-90570: Enable formatting checks for buildscripts directory, excluding idl ( #22254 )
...
GitOrigin-RevId: 9d997a9f44cd43a8dec7c2a17fa2dbcd875e92f6
2024-05-16 22:07:36 +00:00
Alexander Neben
774d062184
SERVER-90498 Allow a single js suite to be run with multiple js files ( #22168 )
...
GitOrigin-RevId: b601ddb52bb21681975618429d94ba95384958fe
2024-05-14 18:16:43 +00:00
Alexander Neben
b14d1bc220
SERVER-90457 Added more typing to resmoke and changing a __call__ function to a named function ( #22140 )
...
GitOrigin-RevId: 72d216e417ceece02d6582225b6ecb0ae189bd06
2024-05-13 16:34:20 +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
Alex Neben
b665258d9d
SERVER-88970 Added yaml formatting to server repo
...
GitOrigin-RevId: 35db3811d8f749edd5b79ba910adcbc1ceb54cc4
2024-04-06 05:23:20 +00:00
Jeff Zambory
3d8c69ce8f
SERVER-88277: Report new results for SEP Google Benchmark ( #20201 )
...
GitOrigin-RevId: d021f0da2efdd155f8bc9d1e5bd75569f44f66e1
2024-03-22 04:03:37 +00:00
Jeff Zambory
3f6106a435
SERVER-87396: Add new resmoke hook to check result of a benchmark ( #19992 )
...
GitOrigin-RevId: b6d7d9b5ce1a78b9fd31c3f4272ba166be5bb852
2024-03-20 04:28:12 +00:00
Jeff Zambory
17e7a4675f
SERVER-87815: Remove legacy perf report ( #19878 )
...
GitOrigin-RevId: bb2afaa4b4f5784b2ac6c75d7977b0b041f91631
2024-03-12 22:32:52 +00:00
Jeff Zambory
cf0174b0a0
SERVER-87386: Begin tracking instruction information in benchmarks ( #19520 )
...
GitOrigin-RevId: ac2334ecac5a2b4fd6bbdcaa64245599c2fb7259
2024-03-05 00:07:04 +00:00
Mikhail Shchatko
dbd9d704a7
SERVER-72079 Replace our resmoke custom scheduler with python scheduler ( #16157 )
...
GitOrigin-RevId: d53725baf67163b74a7fdbfa2f6e3b3219f941a5
2024-03-04 18:11:07 +00:00
madelinezec
bd965e368a
SERVER-85198 create a MongoTFixture for resmoke and enable launching mongot in a single node repl set
...
GitOrigin-RevId: c5f03fef09aeb16db7e27d07ddbb55005d6e83c4
2024-02-23 19:51:06 +00:00
Trevor Guidry
343846c593
Revert "SERVER-85721 Point evergreen task log lobster links to Parsley ( #18398 )"
...
This reverts commit 9c64e5ec86a54dce701033c805f442ee7e45b419.
GitOrigin-RevId: 6e7024d0740790d35fa649b83ffd3591ac67919f
2024-02-07 00:04:53 +00:00
Trevor
5873057008
SERVER-85721 Point evergreen task log lobster links to Parsley ( #18398 )
...
GitOrigin-RevId: 9c64e5ec86a54dce701033c805f442ee7e45b419
2024-01-26 20:42:56 +00:00
Juan Gu
ec3a4a7f94
SERVER-83866 Update BACKPORTS_REQUIRED_BASE_URL from mongodb/mongo to… ( #17380 )
...
GitOrigin-RevId: 579c166256cfe8a76081ae71b095b7a4c105d252
2023-12-06 01:04:45 +00:00
Mikhail Shchatko
c019228589
SERVER-68699 Check that resmoke suite selector config has valid test paths
2023-10-11 13:49:33 +00:00
Alex Neben
5b7b433bbf
SERVER-80453 Fixed failing buildscripts test
2023-08-26 22:27:14 +00:00
Alexander Neben
3acfa6f8fb
SERVER-79559 Add open telemetry metrics to resmoke
2023-08-23 19:49:19 +00:00
Alex Neben
a9b66d89d5
Revert "SERVER-79559 Add open telemetry metrics to resmoke"
...
This reverts commit 18b0f9e7d7 .
2023-08-16 18:46:00 +00:00
Alex Neben
18b0f9e7d7
SERVER-79559 Add open telemetry metrics to resmoke
2023-08-16 00:09:41 +00:00
Steve Gross
babf160654
SERVER-76796 Enable more lint warnings and fix them
2023-07-16 01:54:51 +00:00
auto-revert-processor
8837a2dfe2
Revert "SERVER-76796 Enable more lint warnings and fix them"
...
This reverts commit 7e0887b55d .
2023-07-13 20:31:43 +00:00
Steve Gross
7e0887b55d
SERVER-76796 Enable more lint warnings and fix them
2023-07-13 15:07:11 +00:00
stevegrossmongodb
373aff474e
SERVER-76796 Upgrade several linters
2023-07-03 15:11:25 +00:00
Trevor Guidry
5e2159ea02
SERVER-72929 do not checkout old resmoke fixtures
2023-05-10 00:50:45 +00:00
Mikhail Shchatko
b1b452c5d6
SERVER-76549 Remove symbolization from macos variants
2023-04-27 12:57:20 +00:00
Namaz Gurbanov
5facb9a7c4
SERVER-66927 remove references to silentFail
2023-04-11 03:58:24 +00:00
jasurbeknurboyev
882e2e9121
SERVER-73472 Complete the name for symbolizer test
2023-01-31 13:08:38 +00:00
jasurbeknurboyev
c18ffc7044
SERVER-72866 resmoke symbolizer service raises Python error when stacktrace file isn't found
2023-01-26 23:52:18 +00:00
Alexander Neben
8829adf0f7
SERVER-72611 Debug symbols with compile variant works
2023-01-25 21:46:19 +00:00
Tommaso Tocci
70b77cf006
SERVER-72858 Do not wait for mongos retargeting in stepdown hook
2023-01-24 00:56:32 +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
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
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
Alexander Neben
97ac02fa50
SERVER-68593 Disable low value python warnings
2022-09-02 22:55:09 +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
Yu Jin Kang Park
574d60b493
SERVER-55208: Remove nojournal,duroff and evergreen variant
2022-07-06 12:17:47 +00:00
Mikhail Shchatko
17cbfe0780
SERVER-64112 Stop running applicable multiversion tests as soon as a release is EOL
2022-06-20 07:14:30 +00:00
Tausif Rahman
ca78a199dd
SERVER-65904 enable consistency checking hooks in Antithesis
2022-06-16 16:14:44 +00:00
David Bradford
8fca1562ea
SERVER-67073: Split log lines larger than logkeeper's max
2022-06-10 20:58:40 +00:00
David Bradford
0abdf7bc75
SERVER-66557: Refactor and update multiversion setup and config
2022-05-31 21:15:02 +00:00
Mikhail Shchatko
ff67413773
SERVER-65781 Run the symbolizer on CI output
2022-05-18 15:03:20 +00:00
David Bradford
3b4067a108
SERVER-65937: Support different fcv tags for lts and continuous multiversion tests
2022-05-17 01:44:05 +00:00