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

46149 Commits

Author SHA1 Message Date
Mathew Robinson
3b94354b60 SERVER-40600 Move encoding kwarg to open call 2019-04-12 10:59:55 -04:00
Randolph Tan
fd2e3b54a3 SERVER-40495 Cleanup manually allocated memory inside BatchWriteOp::targetBatch on early return 2019-04-12 10:25:59 -04:00
Henrik Edin
577efe962a SERVER-40561 Disable tests that build indexes on preexisting data when using the mobile storage engine.
All inserts are currently running in their own separate transaction making it very slow.
2019-04-12 10:09:58 -04:00
Benety Goh
092e71eab0 SERVER-40587 add replica_sets_multi_oplog_txns task to Enterprise RHEL 6.2 (majority read concern off) builder 2019-04-12 09:49:59 -04:00
Evan Nixon
5c78378563
SERVER-39396 Move stub mongo process interface with mocked lookupSingleDocument to shared place 2019-04-11 20:17:55 -07:00
Gregory Wlodarek
0b8c52e60e SERVER-40568 Disallow restarting the catalog on BiggieSE 2019-04-11 22:17:45 -04:00
Sulabh Mahajan
f96df350de SERVER-40470 Use roundup_timestamp API instead of round_to_oldest 2019-04-12 11:13:07 +10:00
Andrew Morrow
847f2d4f12 SERVER-38723 Create mh dist targets on relevant platforms 2019-04-11 19:52:30 -04:00
Sara Golemon
d4dd232efc
SERVER-40553 Filter unauthorized views in listCollections 2019-04-11 23:28:04 +00:00
Mathias Stearn
f0f894395d SERVER-36359 Introduce SemiFuture<T> and ExecutorFuture<T> 2019-04-11 18:38:43 -04:00
Mathias Stearn
342e6f115e SERVER-40590 delete KeyedExecutor 2019-04-11 18:38:43 -04:00
Ian Boros
502df279c7 SERVER-39567 Change find min/max options to require hint 2019-04-11 18:34:10 -04:00
Xiangyu Yao
d131d7861c SERVER-40524 UUIDCatalog::iterator::begin() should skip entries that have nullptr collectionPtr 2019-04-11 17:50:25 -04:00
Billy Donahue
96ad39f93f SERVER-40476 merge contents of utils/stringutils into utils/str. 2019-04-11 17:01:01 -04:00
Dianna
7dc8b27f5c Revert "SERVER-38569 Unblacklist remove_and_bulk_insert.js concurrency workload from sharded txn suites"
This reverts commit bd54b27682.
2019-04-11 16:46:07 -04:00
Nick Zolnierz
3b41d48901 Revert "SERVER-39403 Implement visitor for DocumentSource as precursor work for"
This reverts commit 1b00abfda7.
2019-04-11 16:28:24 -04:00
Benety Goh
b829abf80b SERVER-40414 fix mac os compile 2019-04-11 16:00:58 -04:00
Billy Donahue
7f186f909f SERVER-40389 use fmt in server, add readme file to third_party/fmt 2019-04-11 15:39:51 -04:00
Mathew Robinson
32fb818708 SERVER-40593 hang_analyzer.py should not crash when receiving invalid unicode from a subprocess 2019-04-11 15:31:55 -04:00
James Wahlin
6b47868e5a SERVER-40381 Add the ability to specify a pipeline to an update command 2019-04-11 14:59:55 -04:00
Daniel Gottlieb
95bb948f7e SERVER-39870: Guarantee the oldest timestamp obeys any initial data timestamp constraints. 2019-04-11 14:50:04 -04:00
Pavi Vetriselvan
a13c018b51 SERVER-37173 rollbackViaRefetch survives non-existent collection drop 2019-04-11 12:09:41 -04:00
Ian Boros
0be76c6608 SERVER-39721 Fix unary minus on value which can be min int 2019-04-11 11:28:12 -04:00
Xiangyu Yao
2602fb6991 SERVER-40577 Put lock_manager as lib dependency of uuid_catalog_test 2019-04-11 11:08:07 -04:00
Jason Carey
d369700990 SERVER-40414 fix windows compile for TaskExecutorCursor
unused named exceptions in catch statements trigger warnings on windows
2019-04-11 11:04:33 -04:00
Maria van Keulen
a9c139de1c SERVER-40565 Only append valid wall times to replSetGetStatus optimes 2019-04-11 10:54:09 -04:00
Judah Schvimer
d50459e50a SERVER-40572 add skipCommitTxnCheckPrepareMajorityCommitted failpoint 2019-04-11 10:44:33 -04:00
Sara Golemon
21c3aa3c2d
SERVER-40553 Filter unauthorized views in listCollections 2019-04-11 14:31:36 +00:00
Matthew Saltz
4f31f466b1 SERVER-40046 Disable chained replication in txn_being_applied_to_secondary_cannot_be_killed 2019-04-11 10:07:34 -04:00
Blake Oler
2c20db31fc SERVER-39420 Remove in-memory boolean to indicate config.server.sessions collection set up 2019-04-11 09:38:47 -04:00
Gregory Wlodarek
a3ade6d9e9 SERVER-40436 Ignore the 'flags' field from the 'create' command 2019-04-11 08:21:33 -04:00
Gregory Wlodarek
9cf12644d6 SERVER-40436 Ensure that the 'collMod' command takes a database MODE_X lock during a no-op 2019-04-11 08:19:41 -04:00
Mathew Robinson
ffa171bc88 SERVER-40570 Lint is not running cpplint 2019-04-10 20:11:48 -04:00
Mathew Robinson
d405bf323c SERVER-40562 Free Monitoring fails to install required dependencies 2019-04-10 19:46:27 -04:00
Jason Carey
fcb3f6a8db SERVER-40414 TaskExecutorCursor
Add support for a dbclientcursor style api which uses the task executor
to establish cursors, fetch batches and kill cursors.

This is to offer a simple api which is opCtx interruptible and uses the
newer connection pool code.
2019-04-10 18:42:49 -04:00
Nick Zolnierz
5069767071 SERVER-40527 Fix missing virtual in agg_expression_test 2019-04-10 16:29:07 -04:00
Mark Benvenuto
3494d897ba SERVER-40543 gen_casefold_map.py force a utf-8 when reading files 2019-04-10 16:12:39 -04:00
Misha Tyulenev
0bbed4c98c SERVER-39213 remove mongosWaitsForKeys from shardingtest 2019-04-10 15:56:25 -04:00
Brian McCarthy
b2d37516f4 SERVER-40551 Switch macOS to use resmoke max jobs 4 on master 2019-04-10 15:40:26 -04:00
Nick Zolnierz
1b00abfda7 SERVER-39403 Implement visitor for DocumentSource as precursor work for
encryption in agg
2019-04-10 15:24:09 -04:00
Nick Zolnierz
26404c6d4f SERVER-40527 Implement visitor for aggregation expressions 2019-04-10 15:00:26 -04:00
Vesselina Ratcheva
6aeb04caaf SERVER-39608 Prevent the OplogFetcher from enqueing a document twice when using StartingPoint::kEnqueueFirstDoc 2019-04-10 14:23:52 -04:00
Henrik Edin
5f60f56987 SERVER-40463 String utils output StringData instead of std::string 2019-04-10 13:46:10 -04:00
Pavi Vetriselvan
26b0675fb0 SERVER-39689 add data consistency parameters to rollback_test 2019-04-10 12:11:50 -04:00
Mathew Robinson
f4feba485b SERVER-40542 Remove references to pip2 2019-04-10 11:42:47 -04:00
Jack Mulrow
6ad0264d3e SERVER-40202 TransactionCoordinator should update replica set monitors based on participant responses 2019-04-10 11:38:52 -04:00
Kaloian Manassiev
bd54b27682 SERVER-38569 Unblacklist remove_and_bulk_insert.js concurrency workload from sharded txn suites 2019-04-10 11:10:40 -04:00
Sara Golemon
1fe9d1da7c
SERVER-40199 Create GCM passthrough test suites 2019-04-10 15:06:26 +00:00
Daniel Gottlieb
d08a3fd687 SERVER-39848: Correct curop_test.cpp 2019-04-10 10:17:34 -04:00
Jonathan Abrahams
2c2ba8e791 SERVER-40550 Refactor job.py to support mock of time.time 2019-04-10 09:26:53 -04:00