0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

57110 Commits

Author SHA1 Message Date
Richard Samuels
3072baf21f SERVER-55300 SERVER-55731 Implement expansions handling for standalone shell 2021-04-05 17:55:15 +00:00
Ryan Egesdahl
649dc04027 SERVER-55460 Fix RPM packaging and package testing for SLES 12
Some versions of SLES apparently don't define the _sharedstatedir RPM
macro properly, leaving it at the old-time UNIX /usr/com default. This
was causing the server to fail to start on such platforms because the
expected data directory at /var/lib/mongodb was missing. The macro is
now statically defined on SLES to /var like it should be on any modern
Linux distribution.

Also fixed were paths to systemd unit files in package testing and the
fact that we weren't installing the tools-extra package, which we should
be doing if only to verify that the script indeed continues to fail
expectedly on the platform.
2021-04-05 17:31:12 +00:00
Ian Boros
3042e41638 SERVER-55765 Disable FCV 4.9 tests for date* expressions 2021-04-05 16:11:38 +00:00
Matthew Russotto
606cd3d6f7 SERVER-55758 Mark atomic_rename_collection.js as tenant_migration_incompatible 2021-04-05 15:51:48 +00:00
Lingzhi Deng
5ced636afe SERVER-55236: Test retrying session migration after a failed tenant migration 2021-04-05 13:44:00 +00:00
Lingzhi Deng
03fbe53914 SERVER-55357: Start a new retryable write chain on each migration 2021-04-05 13:43:59 +00:00
Henrik Edin
7380c412fb SERVER-54902 Creating timeseries bucket collection and view definition is now done in two separate WUOWs.
This should fix timestamping issue in the view definition document when it inherit a timestamp set by the collection creation code.
This should also allow users to fix the state where the bucket collection is majority replicated but the view definition document rolled back by running create again.
2021-04-05 13:11:13 +00:00
Benety Goh
7c87c7db1f SERVER-55740 make some auth library dependencies private 2021-04-05 12:49:56 +00:00
Benety Goh
9d944957b1 SERVER-55740 make cursor_response_idl library dependencies private 2021-04-04 21:22:28 +00:00
Benety Goh
653ca7531b SERVER-55740 make create_indexes_idl dependencies private 2021-04-04 15:31:52 +00:00
Andrew Morrow
ca4206b6d9 SERVER-49322 Add an experiment for building with reduced symbol visibility 2021-04-04 12:26:16 +00:00
Blake Oler
428015e057 SERVER-54035 Commit cleanup command stubs 2021-04-03 16:39:14 +00:00
Blake Oler
195d99549c SERVER-55506 Enable remaining test case in resharding_abort_command.js 2021-04-03 14:42:54 +00:00
Benety Goh
a6e191722a SERVER-55708 clean up index_descriptor library dependencies
These edges should not be necessary after commit b63e8cc9ba.
2021-04-03 13:32:52 +00:00
Benety Goh
d9a2579fe8 SERVER-55708 move IndexDescriptor::isIndexVersionAllowedForCreation to index_key_validate 2021-04-03 11:08:20 +00:00
Wenbin Zhu
424758195f SERVER-53872 Support time-series collections in tenant migration failover test. 2021-04-02 22:33:13 +00:00
LaMont Nelson
5ec706707e SERVER-55730: increase value of resharding critical section test fixture to 24hr 2021-04-02 22:12:17 +00:00
Bernard Gorman
ea51edf33a SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply suffixes 2021-04-02 21:51:14 +00:00
Drew Paroski
0198bcfb93 SERVER-50370 Implement dotted path sort semantics in SBE 2021-04-02 21:14:20 +00:00
Dan Larkin-York
3413f15f78 SERVER-55340 Initialize BucketCatalog::_numPreviouslyCommittedMeasurements 2021-04-02 20:51:00 +00:00
Dan Larkin-York
9b794e4bd7 SERVER-55569 Test BucketCatalog::clear(ns) with concurrent writes 2021-04-02 20:49:45 +00:00
Daniel Gottlieb
2baf588b0f SERVER-55763: Correct ClearReshardingFilteringMetadata and clarify its test fixture APIs. 2021-04-02 20:27:59 +00:00
Benety Goh
f850e882ad SERVER-55708 remove unused parameter from index_key_validate::validateIndexSpec() 2021-04-02 20:26:52 +00:00
Mark Benvenuto
6cd150680b SERVER-49348 Architecture Guide updates for Create checks for API versioning breakage for security systems 2021-04-02 20:01:24 +00:00
Dan Larkin-York
83e8558955 SERVER-55743 Replace invalid invariant in BucketCatalog::abort 2021-04-02 19:59:41 +00:00
Ben Caimano
8ca88e6b66 SERVER-55710 Verify speculative cluster authentication via logs 2021-04-02 19:56:12 +00:00
Yuhong Zhang
619aa27c13 SERVER-55226 Test partitionBy null/missing 2021-04-02 19:31:05 +00:00
XueruiFa
64ca7110d8 SERVER-55744: Use kTenantMigration log component verbosity in tenant_migration_recipient_service.cpp 2021-04-02 19:00:39 +00:00
Louis Williams
7f5532c7fa SERVER-49602 Architecture guide: Clustered Indexes 2021-04-02 18:37:21 +00:00
Alex Taskov
d7413e1de2 SERVER-55306 Integrate CancelableOperationContext into ReshardingCoordinator 2021-04-02 18:36:20 +00:00
Benety Goh
99508d4e40 SERVER-55708 move IndexDescriptor::getSupportedIndexVersions() to test 2021-04-02 18:14:18 +00:00
Ali Mir
3c23b5db8d SERVER-55753 Use w: majority for createCollection command in transactions_committed_with_tickets_exhausted.js 2021-04-02 17:18:19 +00:00
Benety Goh
1b680ea0f3 SERVER-55708 remove unused parameter from IndexDescriptor::isIndexVersionAllowedForCreation()
Last reference to this parameter was removed in commit 67500efdc1.
2021-04-02 17:17:15 +00:00
Gregory Wlodarek
6ada8f50df SERVER-54481 Remove double-checking the existence of records in collection validation 2021-04-02 16:47:55 +00:00
Daniel Moody
27b41724ed SERVER-53952 Moved ninja install dir into build variant due to ninja limitations. 2021-04-02 16:46:48 +00:00
Max Hirschhorn
c0802699f2 SERVER-55679 Remove w:majority wait from generating minFetchTimestamp. 2021-04-02 16:26:17 +00:00
Ian Boros
cb09f4b10e SERVER-55088 Re enable drop_database_after_stepdown_resets_drop_pending_flag.js on SBE 2021-04-02 15:59:00 +00:00
Pavi Vetriselvan
f3a6c48b49 SERVER-54829 consolidate validateConfigForReconfig paths into a single one 2021-04-02 15:39:37 +00:00
Anton Korshunov
490d13e5e3 SERVER-55733 [SBE] Remove sbe_incompatible tag from timeseries collection tests 2021-04-02 14:53:22 +00:00
Daniel Gottlieb
27324dd0d6 SERVER-54672: Remove obsolete comment in resharding_disallow_writes.js. 2021-04-02 14:52:22 +00:00
Robert Guo
a36cc452e1 Revert "SERVER-55300 Implement expansions handling for standalone shell"
This reverts commit 24aa56a6ed.
2021-04-02 14:33:05 +00:00
Benety Goh
31b4ee371c SERVER-55708 remove std import 2021-04-02 14:13:14 +00:00
Dianna Hohensee
5ba35cc0bd SERVER-55233 Support wildcard index type on the metadata fields of a time-series collections 2021-04-02 14:11:13 +00:00
Benety Goh
decf99326c SERVER-55721 enable test cases in timeseries_index_use.js 2021-04-02 13:41:15 +00:00
Uladzimir Makouski
66a976754f Revert "SERVER-50370 Implement dotted path sort semantics in SBE"
This reverts commit 5695ceb0af.
2021-04-02 11:31:10 +00:00
Daniel Moody
608b6537ff SERVER-55165 fixed issue with inteldecimal script causing unnecessary rebuilds. 2021-04-02 05:27:17 +00:00
Drew Paroski
5695ceb0af SERVER-50370 Implement dotted path sort semantics in SBE 2021-04-02 04:11:44 +00:00
Yoonsoo Kim
ff6b373f96 SERVER-55729 Fixed the test failures of timeseries_agg_helpers.js under parallel job 2021-04-02 00:21:58 +00:00
Dan Larkin-York
b55f6c86a1 SERVER-55060 Direct modification must remove buckets from the time-series bucket catalog 2021-04-02 00:01:02 +00:00
Max Hirschhorn
c8e74f9e82 SERVER-55723 Quiesce before fulfilling in ReshardingDataReplication. 2021-04-01 23:56:20 +00:00