Commit Graph

6003 Commits

Author SHA1 Message Date
Gabriel Marks
5d61682b27 SERVER-76856 Ensure cluster parameters behave the same between FCV version and matching binary version (#17575)
GitOrigin-RevId: a403c44ba837a172ce8053ee5adc150d5fd2fd1a
2024-01-11 03:28:24 +00:00
Damian Wasilewicz
d99f21405a SERVER-84349: Remove dbhash2.js (#17949)
GitOrigin-RevId: 793789b37a8089e03b514e1117f5a90ff1540e2a
2024-01-10 16:08:01 +00:00
Alyssa Wagenmaker
961d9cd919 SERVER-84632 Absorb query stats not enabled errors in RunQueryStats hook setup (#17929)
GitOrigin-RevId: 46aef6d17593c49faa83ea861452e92ef8214d07
2024-01-08 23:36:50 +00:00
Catalin Sumanaru
5b57e0c3ec SERVER-84047 Introduce cursor_hints_to_query_settings test suite (#17534)
GitOrigin-RevId: 9d793e0bc1498580a1e65764da9786d4e01e24fb
2024-01-08 15:18:03 +00:00
Nick Zolnierz
88813d2c97 SERVER-80679 Update optimizer gdb tests to assert on string output (#15580)
GitOrigin-RevId: f7d8e7c396067c7254bf7b0b4fc1ea4370cfec6c
2024-01-08 14:34:27 +00:00
Romans Kasperovics
5ea2dcd58e SERVER-84622 Run index_filters_to_query_settings on replica set
SERVER-81099 prohibited query settings commands on
standalone, but this test suite was forgotten.

GitOrigin-RevId: 8ceb8ce38be5950ac826dc6a0352e85ade2e513f
2024-01-08 13:50:07 +00:00
romanskas
8934a112be SERVER-81099 Ban setQuerySettings on standalone (#17559)
SERVER-81099 Ban setQuerySettings on standalone

SERVER-78801 introduced checks for lost updates prohibiting concurrent
modification of query settings. These checks rely on a vector clock,
which is
not functioning correctly in standalone deployment resulting in an
internal
error. Therefore, we prohibit query settings modification on standalone.

GitOrigin-RevId: 873c971a9b8c384943ac89c43a73c7da8b4a0fb1
2024-01-06 02:38:38 +00:00
Daniel Moody
4fc8a428d2 SERVER-84502 prevent package release testing on non master evergreen projects (#17850)
GitOrigin-RevId: 99ab315f142a4e42109d9643885b3b9e28a47f26
2024-01-05 20:10:14 +00:00
Sophia Tan
4617e4b3b4 SERVER-74910 Create concurrency test suite that runs with multitenancySupport enabled
GitOrigin-RevId: 6ce2f945b3632a8b32b62300e4d666fdc4037229
2024-01-05 17:34:20 +00:00
Kaloian Manassiev
cb863af65b SERVER-84563 Fix the pretty printer for StringData (#17877)
GitOrigin-RevId: 85dd80db547fb09bb39235d537dc40ff3c6c9266
2024-01-04 19:29:38 +00:00
Sandeep Dhoot
937c16dac5 SERVER-81862: Remove streams_auth test suite.
GitOrigin-RevId: ff6e453f7b78deb1b38c8ed17ea83ee44e1429c5
2024-01-04 05:59:33 +00:00
Alyssa Wagenmaker
350d4728c0 SERVER-83946 Enable query stats for the mutational fuzzers (#17851)
SERVER-83946 Enable query stats for the mutational fuzzers
Set query stats server parameters on base mutational fuzzer suites. This
carries over to concurrent suites automatically. Auto-generated
multiversion suites must be updated to match as well, but we use resmoke
utils to filter out the query stats parameters on older versions since
they aren't supported there yet.

GitOrigin-RevId: 27bed7736ded8867fc18456a0e9e77a762376cb9
2024-01-03 20:28:19 +00:00
Jeff Zambory
2bb2b22083 SERVER-84484: Disable SCons upload of build metrics (#17827)
GitOrigin-RevId: 1340a6bd34728cfc4d738c53fda05916953d38bd
2024-01-03 16:21:18 +00:00
Scott Li
f18348b8d9 SERVER-82599 Parse optime only once when refreshing oplogTruncateAfterPoint (#17724)
GitOrigin-RevId: 8754f32bcb512b975dfaf4ea75b21e4c14ac7b9d
2024-01-03 01:23:06 +00:00
Abdul Qadeer
5e283c8e08 SERVER-80846 Add updateOne/deleteOne tests (#17799)
GitOrigin-RevId: 1756835883d284fae92920ff9a0dcaa34295f18c
2024-01-02 18:50:56 +00:00
Billy Donahue
dd7b44a140 SERVER-83715 reserve document sequence vector (#17817)
GitOrigin-RevId: f0f89fb4670ae0bddd7f114825b8aa269fc25316
2024-01-02 17:53:26 +00:00
Marcos Grillo
2b67c91661 SERVER-49505 Use assumes_unsharded_collection label instead of manual explicit blacklist in FSM suites (#17504)
GitOrigin-RevId: 6fd9ff6ceea692b6960cc8d157c26c226ad8a057
2024-01-02 17:53:12 +00:00
Will Buerger
65a540a725 SERVER-83292: Move $search and $vectorSearch tests to community
GitOrigin-RevId: 02cc4ab1ec84d4069ac6fe862c6e442340b5e481
2023-12-29 15:36:08 +00:00
Alyssa Clark
1da20e00e0 Revert "SERVER-83946 Enable query stats for the mutational fuzzers (#17518)"
This reverts commit c9507ed0f0b0744385b47ce54e813a3091151536.

GitOrigin-RevId: b601d955d10f79ccbb46ba9bbb45234c1711ade8
2023-12-28 17:11:55 +00:00
Sandeep Dhoot
a3d5bc7d2e SERVER-84291: Re-enable a streams jstest.
GitOrigin-RevId: 0c2b616dcedd0f3937c979e1487a71dd4fafac09
2023-12-27 20:20:06 +00:00
Alyssa Wagenmaker
789d08c9d9 SERVER-83946 Enable query stats for the mutational fuzzers (#17518)
SERVER-83946 Enable query stats for the mutational fuzzers
Set query stats server parameters on base mutational fuzzer suites. This
carries over to concurrent suites automatically. Auto-generated
multiversion suites must be updated to match as well, but we use resmoke
utils to filter out the query stats parameters on older versions since
they aren't supported there yet.

GitOrigin-RevId: c9507ed0f0b0744385b47ce54e813a3091151536
2023-12-27 16:26:07 +00:00
Trevor
0623653dae SERVER-84382 get rid of reference to unknown variable in FileSpanExporter (#17737)
GitOrigin-RevId: 807c8040672859da6f82ca6e5ec74a39c1ae251b
2023-12-21 21:02:33 +00:00
mivanova3
d3da77fafa SERVER-84228 Disable bucket_unpacking_with_sort_plan_cache.js from re… (#17628)
SERVER-84228 Disable bucket_unpacking_with_sort_plan_cache.js from
replica_sets_initsync_jscore_passthrough suite

GitOrigin-RevId: eb1bb44a3f6b1dde22ef9158d903da14439abb12
2023-12-21 19:15:05 +00:00
Mikhail Shchatko
38a98af97a SERVER-35964 Delete UBSan concurrency_replication* tasks (#17716)
GitOrigin-RevId: 39fb7ee8fb6ecb7e5a6d6252a41c5d3a410477f1
2023-12-21 09:31:29 +00:00
Cheahuychou Mao
b38195ee60 SERVER-83078 Add jscore passthrough testing for connecting to a replica set boostrapped as a single-shard cluster using replica set endpoint (#17656)
GitOrigin-RevId: f734913ac0b9acb0978c7fa81c21be60348c9cf8
2023-12-21 05:23:48 +00:00
Enrico Golfieri
c852989eee SERVER-83399 requests for the cleanup/compact coordinator fail with a StaleConfig error if the collection is sharded or unsplittable (#17378)
GitOrigin-RevId: 47e673af1dba5bd9cee9de1b9d67b9bcb0e3880d
2023-12-20 11:50:03 +00:00
Trevor
85bcfc2fbf SERVER-84288 hang analyzer do not wait on zombie processes to end (#17676)
GitOrigin-RevId: 7bae88d3be2bdffbdbed9c83eae9ed0db625dc3c
2023-12-19 17:54:11 +00:00
huayu-ouyang
a0ca1b3007 SERVER-84154 Close connections in sharding_uninitialized_fcv_jscore_passthrough and other passthrough fixes (#17606)
GitOrigin-RevId: a9a704bba103ebbafd3b219c578d984805bae1b9
2023-12-19 00:18:58 +00:00
Mathis Bessa
5077531909 SERVER-82352 Replace tenantId and SerializationContext with ValidatedTenancyScope in IDLParserContext constructor
GitOrigin-RevId: 08aee09649420758a33fa005d81032956c28e7f7
2023-12-18 22:37:27 +00:00
Ben Shteinfeld
16af464f92 SERVER-83681 Introduce parameterization suites
GitOrigin-RevId: 70f6946ed9f3a88bd4c9f9145956902caf57fec0
2023-12-18 17:16:14 +00:00
Sophia Tan
1c09728cb2 SERVER-82297 Run concurrency tests with jscore tests on multiple tenants
GitOrigin-RevId: e1737b83eb89cc7e61bfe9bfc7007eae4d96a7af
2023-12-18 07:14:19 +00:00
Gregory Wlodarek
39a3713567 SERVER-83140 Implement DocDiff support for BSONColumn
GitOrigin-RevId: 6df0ed6848ac0d91bfacf95df4afd52df0630de5
2023-12-17 04:13:40 +00:00
Yuhong Zhang
34e677b1f8 SERVER-84023 Support implicit collection creation in time-series CRUD operation passthrough
GitOrigin-RevId: f43aa13006824c56064c708da2a6719e6cc30765
2023-12-16 21:01:09 +00:00
auto-revert-processor
fdee95eb6b Revert "SERVER-84023 Support implicit collection creation in time-series CRUD operation passthrough"
This reverts commit 03be8132931934cab3cc2b57918f133f51ab0f78.

GitOrigin-RevId: c61eb0b6c1e11780e09fd92d28514f127f7e4906
2023-12-16 07:11:34 +00:00
Spencer Jackson
66effb0df3 SERVER-84063 Remove Black Duck from Security Daily Cron
GitOrigin-RevId: 56f00b8cbee00e685e916855906d3d9dfc44c506
2023-12-16 02:33:08 +00:00
Yuhong Zhang
cf0e42b34a SERVER-84023 Support implicit collection creation in time-series CRUD operation passthrough
GitOrigin-RevId: 03be8132931934cab3cc2b57918f133f51ab0f78
2023-12-16 02:32:15 +00:00
Trevor Guidry
c66f90f425 SERVER-75033 Capture core dumps from test failures on macOS
GitOrigin-RevId: 0a181cf0e0488fc279b9da65fe9f3b0be9b48b27
2023-12-15 22:54:46 +00:00
Matthew Russotto
dd0ba656a6 SERVER-84204 Add op_observer_bm and oplog_entry_bm to benchmarks_replication.yml
GitOrigin-RevId: 4cdcbec437caa0a7b89992b86a673eda083d0c3e
2023-12-15 20:45:30 +00:00
seanzimm
de53e7cf0a SERVER-82362 Populate actualCollection field for bulkWrite errors on mongos
GitOrigin-RevId: 6350de87788b350cb55db0753f0743d25323146f
2023-12-15 19:10:01 +00:00
Pol Pinol Castuera
d7a2e60641 SERVER-83135 Support embedded router mode with config shard
GitOrigin-RevId: 62715eeb6860873d6487017794dc32da1e32b1af
2023-12-15 09:27:27 +00:00
Sandeep Dhoot
83ebee11e9 SERVER-84107: Fail stream processor when config db is not queryable.
GitOrigin-RevId: 8ff75de221f497a63a6f1212f1ca3e247caa64cd
2023-12-15 04:00:46 +00:00
Etienne Petrel
dda591fa96 Revert "SERVER-80123 Enable background compaction in suites/core.yml"
This reverts commit 1d5fdb4ae9459a2852132d9db4a558d27bca322a.

GitOrigin-RevId: 2dfe5e03f4f1d50020225e0cff0c198a3b6ef309
2023-12-15 01:46:54 +00:00
Alyssa Clark
e79d3b6928 SERVER-83912 Skip facet validation requiring catalog when parsing for query stats
GitOrigin-RevId: a4a2450ea411d177b038fd68255052fc655fc79e
2023-12-15 01:46:31 +00:00
Louis Williams
50621e03e4 Revert "SERVER-82970 Remove cursor cache as WiredTiger also caches cursor"
This reverts commit df43e2e0a2.

GitOrigin-RevId: 1d54060c59760b618a7350da938bb65f38a46af6
2023-12-15 00:26:27 +00:00
Kaitlin Mahar
1f485379e9 SERVER-83463 Support new broadcast protocol for updateOne/deleteOne with _id without shard key for bulkWrite command
GitOrigin-RevId: a4e55929e89667015442ba92a0ef8f5be3fd0fd8
2023-12-15 00:26:07 +00:00
Louis Williams
f50da8910e SERVER-84112 Remove dumpLockManager from shard_role_api
GitOrigin-RevId: 7a80aa4655a509dfa630eba9e76ab869149024b8
2023-12-14 19:19:01 +00:00
aleksei.vasilev
8902e80996 Revert "SERVER-83463 Support new broadcast protocol for updateOne/deleteOne with _id without shard key for bulkWrite command"
This reverts commit 213d519e70031aff6ee894c6e3ce6ed58c447712.

GitOrigin-RevId: 6b984e69ca4bd9acf2d9fe5570d73b176db925c3
2023-12-14 15:49:25 +00:00
Sophia Tan
86f62c02ec SERVER-83919 Abstract multi client test case and builder from JSTestCase
GitOrigin-RevId: f4e02fa3e0990967cec72b6d1c565269bcde76f9
2023-12-14 07:55:00 +00:00
Kaitlin Mahar
3d781bd72e SERVER-83463 Support new broadcast protocol for updateOne/deleteOne with _id without shard key for bulkWrite command
GitOrigin-RevId: 213d519e70031aff6ee894c6e3ce6ed58c447712
2023-12-14 06:03:51 +00:00
Joseph Prince
d04dc10cac SERVER-82311 rename test tag
GitOrigin-RevId: 598fb15a21c0c4e53ef47a4b5c5dc6f5ae5fd5ed
2023-12-14 06:03:22 +00:00