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

53711 Commits

Author SHA1 Message Date
Charlie Swanson
556e283106 SERVER-50468 Tag accumulator_js_size_limits.js as resource_intensive 2020-08-24 14:17:34 +00:00
Judah Schvimer
ca39dac5d6 SERVER-49924 SERVER-49527 recoverFromOplogAsStandalone does not relax index constraints
(cherry picked from commit e0cde43310)
(cherry picked from commit b855c38dc4)
2020-08-24 13:33:48 +00:00
Dianna Hohensee
59673a165f SERVER-50237 Initialize StorageGlobalParams::disableLockFreeReads boolean 2020-08-24 13:16:16 +00:00
Mindaugas Malinauskas
8988d49ad6 SERVER-49234 Add '_id' field to generated errors for updates 2020-08-24 12:16:37 +00:00
Luke Chen
c986f14ab5 Import wiredtiger: 7a08dc67df07f3895410c4b6cf7a2c70aec3ce24 from branch mongodb-4.6
ref: 850b579d4b..7a08dc67df
for: 4.5.1

WT-6598       Add new API allowing changing dhandle hash bucket size
WT-6611       Revert enhancement allowing rename and incremental backup
2020-08-24 03:49:53 +00:00
Ryan Egesdahl
20ed5d51cb SERVER-49857 Explicit llvm-symbolizer path handling with {A,T,UB}SAN
The toolchain llvm-symbolizer was never actually in PATH despite the
toolchain being appended to it in evergreen.yml, causing confusion while
attempting to diagnose an apparent symbolization failure. This change
explicitly sets the path to llvm-symbolizer for all sanitizer build
variants and removes the last vestiges of the non-working discovery
method.
2020-08-22 00:08:36 +00:00
Andrew Morrow
29ec0810ce SERVER-48282 Add RHEL8.2 arm64 builders 2020-08-21 23:45:06 +00:00
Lingzhi Deng
b87b25eea7 SERVER-50122: Support running mixed versions with last-continuous in ReplSetTest/ShardingTest 2020-08-21 23:27:41 +00:00
Mihai Andrei
f719f1bee7 SERVER-50008 Implement basic jsonSchema validation error generation 2020-08-21 21:52:49 +00:00
XueruiFa
d633834a12 SERVER-50178: Add logging to initial_sync_nodes_maintain_and_gossip_commit_point.js 2020-08-21 20:34:20 +00:00
Daniel Moody
cc68e42e8d SERVER-49761 Added libdeps rule for leaf node no dependencies 2020-08-21 20:17:47 +00:00
Andrew Morrow
8cd9ddcadf SERVER-48893 Remove outdated tasks from the commit queue variant 2020-08-21 19:54:37 +00:00
Richard Samuels
217ce7d8b2 SERVER-50354 Fix mongodb-javascript-stack gdb command to allow printing stacktraces 2020-08-21 19:36:09 +00:00
Lydia Stepanek
de3f9cdede SERVER-50426 Add a delimiter indicating the end of a death test run
(cherry picked from commit bd82bb0ad816d68ff8b5a89647a3394b6acdac9d)
2020-08-21 19:19:35 +00:00
XueruiFa
73d4503b25 SERVER-50448: Add requires_journaling tag to API version tests 2020-08-21 18:37:54 +00:00
jannaerin
7c8935c12a SERVER-49019 Run commitTransaction for refineShardKey on fresh opCtx 2020-08-21 18:12:28 +00:00
Jack Mulrow
574976df29 SERVER-48600 refineCollectionShardKey internal transaction should check for write concern errors 2020-08-21 17:24:35 +00:00
Nikita Lapkov
be07da4bd6 SERVER-26726 Check number of arguments for createIndex, createIndexes and ensureIndex shell commands 2020-08-21 17:07:32 +00:00
Pavi Vetriselvan
5e03a3a676 SERVER-50447 fix ismaster.js ticket dependencies in backports yml 2020-08-21 16:18:15 +00:00
Samy Lanka
4f3f3a43ec SERVER-49846 Drop internal idents on startup if there are no index builds to resume 2020-08-21 15:38:17 +00:00
Ryan Timmons
2da98e0196 SERVER-50277 missing 'start server' invocation on insert microbenchmark 2020-08-21 13:54:19 +00:00
Luke Chen
a28e071d22 Import wiredtiger: 850b579d4b526de7f296cb617999ccc20adb4aff from branch mongodb-4.6
ref: 4cacb06e31..850b579d4b
for: 4.5.1

WT-5693       Enable test_wt4105_large_doc_small_upd
WT-6390       Extend compact02 timeout from 8 => 10 minutes
WT-6569       Squash the prepared updates into a single update before writing it to data store
WT-6578       Prevent reconciliation from looking past the on-disk value
WT-6602       Allow operation timeout ms to be passed to commit and rollback
2020-08-21 08:39:05 +00:00
A. Jesse Jiryu Davis
63e6928e56 SERVER-50435 Restore constness to getInitialDataTimestamp 2020-08-21 03:09:39 +00:00
Ryan Timmons
267ac7c98b SERVER-50277 Performance Yaml Cleanups pt 1 2020-08-20 23:40:24 +00:00
Jason Chan
f014da8dc0 SERVER-50107 Add new lastContinuous upgrade/downgrade path to setFeatureCompatibilityVersion command 2020-08-20 22:37:18 +00:00
Adam Cooper
ad83ad71c3 SERVER-48693 Add network counter for cluster authentication 2020-08-20 22:20:55 +00:00
Benety Goh
504dee509b SERVER-50391 do not wait for majority commit point while applying startIndexBuild during recovery 2020-08-20 21:31:56 +00:00
Ali Mir
d6fe50035a SERVER-49990 Alias setSlaveOk() and getSlaveOk() shell helpers 2020-08-20 21:14:32 +00:00
Jason Chan
48608c570f SERVER-49758 Add a sys-perf variant that runs using the last-LTS FCV 2020-08-20 19:38:28 +00:00
A. Jesse Jiryu Davis
d3064df927 SERVER-49380 Add API params to mongo shell 2020-08-20 18:12:14 +00:00
Sara Golemon
526230bafa SERVER-50187 Use AuthzManagerExternalState::roleExists() to simplify role checks 2020-08-20 17:20:11 +00:00
XueruiFa
fbde2a22da SERVER-49965: Add apiVersion metrics to serverStatus and remove stale metrics 2020-08-20 16:12:15 +00:00
Daniel Gottlieb
7ab67b9007 SERVER-50282: Generate debugging setup script for spawnhosts that load artifacts with coredumps. 2020-08-20 15:52:58 +00:00
Tommaso Tocci
c9438d6471 SERVER-50215 _configsvrCommitChunkMigration might return before changes are majority committed 2020-08-20 15:35:53 +00:00
Jason Chan
bf9dffc7ee SERVER-49757 Update sys-perf variant that runs last-continuous FCV 2020-08-20 15:18:51 +00:00
Robert Guo
e4aa1021d6 SERVER-49488 update shell error message for ADL 2020-08-20 15:01:52 +00:00
Kaloian Manassiev
3953e600dc SERVER-50329 Fix a use-after-free error in the CommonProcessInterface 2020-08-20 14:43:14 +00:00
Ali Mir
e9d2fbd275 SERVER-49987 Rename response fields if hello command is sent on mongod 2020-08-20 14:25:16 +00:00
Marcos José Grillo Ramírez
bc3233c1ff SERVER-50272 Make RoutingTableHistory movable 2020-08-20 14:07:53 +00:00
Milena Ivanova
e54d83a72d SERVER-48900 Remove format-string arguments from logv2 statements 2020-08-20 08:36:43 +00:00
Luke Chen
f1751edffc Import wiredtiger: 4cacb06e31b67cd17e0ecdcc366c3e9466e5ac3a from branch mongodb-4.6
ref: 1900a1c0f0..4cacb06e31
for: 4.5.1

WT-6451       Do not evict clean metadata pages if needed for historic reads
2020-08-20 07:15:44 +00:00
LaMont Nelson
0d073ced6c SERVER-49297: do not stop monitoring standalone node 2020-08-20 01:03:26 +00:00
Eric Cox
2b4195ce93 SERVER-49840 Add BSON BinData value to sbe 2020-08-19 23:30:02 +00:00
Suganthi Mani
e1575b6d68 SERVER-50222 FSM workload "view_catalog_direct_system_writes.js" should peform writes to system.views using non-atomic apply ops. 2020-08-19 22:19:34 +00:00
Mihai Andrei
484f164e3d SERVER-49207 Implement validation error generation for array query operators 2020-08-19 22:02:18 +00:00
Pavi Vetriselvan
466a22a6a2 SERVER-50335 use backports_requires_for_multiversion_tests when excluding hello tests from multiversion suites 2020-08-19 20:55:39 +00:00
XueruiFa
d3169bf266 SERVER-49377: Ensure transactions inherit API parameters of initiating command 2020-08-19 20:18:54 +00:00
Dianna Hohensee
45a9e0a76e SERVER-48918 Enhance the ident reaper algorithm to check that all instances of Collection / IndexCatalogEntry have been deallocated before proceeding to delete the collection / index 2020-08-19 19:15:58 +00:00
Carl Raiden Worley
2ead81e671 SERVER-50362 Add resilience to repeat execution for multiversion tag generation 2020-08-19 17:42:34 +00:00
Grace Luong
5b5ba52033 SERVER-47667: Create FCVOpObserver 2020-08-19 17:04:39 +00:00