Tausif Rahman
faa2a3b784
SERVER-72928 Expand burn-in-tags to all required & suggested variants
...
(cherry picked from commit a4837acbd3 )
(cherry picked from commit 71d027b52c )
2023-06-01 19:45:32 +00:00
Mikhail Shchatko
73d0f845e0
SERVER-73707 Evergreen timeout calculation fixes and cleanups
2023-02-20 10:56:08 +00:00
Mikhail Shchatko
2623896c87
SERVER-73003 Use correct project when getting historical test runtime data
2023-01-19 18:13:11 +00:00
Mikhail Shchatko
6d1f601085
SERVER-72827 Filter out historic runtimes of non-passing tests
2023-01-18 13:13:46 +00:00
Jeff Zambory
81b9c1abbc
SERVER-71473: Begin using the new test stats location
2022-11-22 19:54:15 +00:00
Alexander Neben
97ac02fa50
SERVER-68593 Disable low value python warnings
2022-09-02 22:55:09 +00:00
Mikhail Shchatko
1b12c64915
SERVER-65965 Cleanup old generation tasks code
2022-08-25 08:35:30 +00:00
David Bradford
1f60e18fd7
SERVER-65835: Refactor how task timeouts are determined
2022-04-27 20:34:26 +00:00
Richard Samuels
0d9705653d
SERVER-62992 Remove need for resmoke.ini
2022-04-08 14:27:40 +00:00
David Bradford
0a079df588
SERVER-63827: Determine task timeout at the start of task execution
2022-03-04 15:20:51 +00:00
David Bradford
d883e3e0c2
Revert "SERVER-63827: Determine task timeout at the start of task execution"
...
This reverts commit 4080bd6938 .
2022-03-02 20:57:30 +00:00
David Bradford
4080bd6938
SERVER-63827: Determine task timeout at the start of task execution
2022-03-02 15:55:39 +00:00
Ryan Egesdahl
daa41cae38
SERVER-60221 Merge Windows suggested build variants into required
...
We've fixed many of the reasons building and testing on Windows was
slow, which was the reason we had disabled some of the more expensive
tests on its "required" build variants. The tests that were only in the
"suggested" build variants have been merged into the "required" build
variants.
2021-10-21 22:20:55 +00:00
Moustafa Maher Khalil
74ae80e68d
SERVER-60393 increase replica_sets_jscore_passthrough time limit to 3hr
2021-10-19 00:41:41 +00:00
Samy Lanka
a649a00207
SERVER-58806 Increase task timeout for replica_sets_jscore_passthrough on Enterprise MacOS
2021-07-28 20:38:17 +00:00
Moustafa Maher
9dd18d7328
SERVER-58565 Adjust timeout for replica_sets_jscore_passthrough
2021-07-28 01:15:35 +00:00
ali-mir
44c0877706
SERVER-58133 Use generated task for replica_sets_jscore_passthrough on Enterprise macOS via Rosetta 2 and extend timeout for macOS task
2021-07-15 20:25:43 +00:00
Ali Mir
fbe9e6104e
SERVER-57349 Adjust timeout for replica_sets_jscore_passthrough on DEBUG and Windows variants
2021-06-07 22:09:06 +00:00
Robert Guo
580353e16b
SERVER-55945 increase timeout of benchmarks_orphaned
2021-05-13 14:42:45 +00:00
David Bradford
94fe70d102
SERVER-56582: Adjust timeouts of windows-debug and code-coverage build variants
2021-05-04 13:41:04 +00:00
David Bradford
85fe3d4ca7
SERVER-56184: Update replica_sets task timeout for windows
2021-04-20 14:13:27 +00:00
David Bradford
0d3bc8f05b
SERVER-55048: Relax timeouts for debug build variants
2021-03-09 20:04:40 +00:00
David Bradford
8ba3957bc3
SERVER-54612: Ensure tighter timeouts for commit-queue patches
2021-03-02 17:35:29 +00:00
Richard Samuels
80caa45a40
SERVER-51097 Reduce maximum runtime of unittests "run tests" phase
2020-11-05 16:41:31 +00:00
David Bradford
7acaf5a829
SERVER-50641: Set more aggressive timeouts for commit-queue tasks
2020-09-02 18:25:20 +00:00
Andrew Morrow
93cfea46d9
SERVER-44549 Remove the mobile storage engine
...
mode change 100644 => 100755 buildscripts/evergreen_task_timeout.py
delete mode 100644 buildscripts/resmokeconfig/suites/disk_mobile.yml
delete mode 100644 src/mongo/db/storage/mobile/SConscript
delete mode 100644 src/mongo/db/storage/mobile/mobile_index.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_index.h
delete mode 100644 src/mongo/db/storage/mobile/mobile_index_test.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_init.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_kv_engine.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_kv_engine.h
delete mode 100644 src/mongo/db/storage/mobile/mobile_kv_engine_test.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_options.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_options.h
delete mode 100644 src/mongo/db/storage/mobile/mobile_options.idl
delete mode 100644 src/mongo/db/storage/mobile/mobile_options_mongod.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_record_store.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_record_store.h
delete mode 100644 src/mongo/db/storage/mobile/mobile_record_store_test.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_recovery_unit.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_recovery_unit.h
delete mode 100644 src/mongo/db/storage/mobile/mobile_session.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_session.h
delete mode 100644 src/mongo/db/storage/mobile/mobile_session_pool.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_session_pool.h
delete mode 100644 src/mongo/db/storage/mobile/mobile_sqlite_statement.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_sqlite_statement.h
delete mode 100644 src/mongo/db/storage/mobile/mobile_util.cpp
delete mode 100644 src/mongo/db/storage/mobile/mobile_util.h
delete mode 100755 src/third_party/scripts/sqlite_get_sources.sh
delete mode 100644 src/third_party/shim_sqlite.cpp
delete mode 100644 src/third_party/sqlite-amalgamation-3260000/SConscript
delete mode 100644 src/third_party/sqlite-amalgamation-3260000/patches/gethostuuid.patch
delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/shell.c
delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/sqlite3.c
delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/sqlite3.h
delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/sqlite3ext.h
2020-02-03 17:38:53 +00:00
Mathew Robinson
f4feba485b
SERVER-40542 Remove references to pip2
2019-04-10 11:42:47 -04:00
Mathew Robinson
8dd6d47557
SERVER-32295 Support Python 3
2019-04-08 14:08:49 -04:00
Jonathan Abrahams
fa908b8244
SERVER-32223 Add enterprise-rhel-62-64-bit-required-inmem build variant in evergreen.yml to run burn_in_tests
2018-07-06 13:01:30 -04:00
Jonathan Abrahams
4c385bcfb4
SERVER-35990 Update evergreen_task_timeout.py REQUIRED_BUILD_VARIANTS list
2018-07-06 10:15:38 -04:00
David Bradford
3d9ad82701
SERVER-34832: Change evergreen timeout of auth on linux-debug to 1 hour
2018-05-04 14:49:42 -04:00
David Bradford
7085d08f22
SERVER-34696: Add 30 minute timeout for tests in evergreen
2018-05-01 17:35:25 -04:00