summaryrefslogtreecommitdiff
path: root/jstests/core/txns
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47081 Disallow creation of haystack indexes and verify that haystack i...Mihai Andrei2020-11-111-4/+1
* SERVER-52748 Fix txn-continuing cmds with API params via mongosA. Jesse Jiryu Davis2020-11-111-0/+3
* SERVER-47081 Delete geoSearch command and related testsMihai Andrei2020-11-034-51/+0
* SERVER-51822 add helper to check support for time-series collectionsBenety Goh2020-10-261-2/+3
* SERVER-51503 create a time-series buckets collection when timeSeries collecti...Benety Goh2020-10-231-0/+24
* SERVER-50495 Add 'uses_parallel_shell' tag to tests in jstests/core that use ...Cheahuychou Mao2020-10-1210-9/+10
* SERVER-51352 Remove TODO from multi_statement_transaction_command_args.jsSamy Lanka2020-10-061-4/+3
* SERVER-50651 Replace occurrences of isMaster command with hello in misc jstestsAli Mir2020-10-016-6/+6
* SERVER-50327 Add namespace param to failpoint in new_transaction_waits_for_pr...Vesselina Ratcheva2020-08-251-1/+4
* SERVER-49377: Ensure transactions inherit API parameters of initiating commandXueruiFa2020-08-191-0/+49
* SERVER-21861: Prohibit Timestamp.prototype.toString via resmoke injection.Daniel Gottlieb2020-08-051-3/+4
* SERVER-48312 Remove the 'requires_document_locking' jstest tagGregory Wlodarek2020-08-041-1/+0
* SERVER-49064 Update references of "last-stable" to use "last-continuous" and ...Jason Chan2020-07-232-7/+6
* SERVER-49480 Allow transactions against the admin databaseSara Golemon2020-07-201-2/+1
* SERVER-49521 fix writeConcern for non-txn createIndexes commands in core/txns...Benety Goh2020-07-173-4/+14
* SERVER-48525 Forbid dropping config.transactions when there are prepared tran...Vesselina Ratcheva2020-07-161-2/+8
* Revert "SERVER-48525 Forbid dropping config.transactions when there are prepa...Vesselina Ratcheva2020-07-151-15/+2
* SERVER-48525 Forbid dropping config.transactions when there are prepared tran...Vesselina Ratcheva2020-07-141-2/+15
* SERVER-48628 sort oplog entries first in applier batches, for create ops in t...Eric Milkie2020-07-081-1/+3
* SERVER-49139 Skip snapshot tests with inMemoryA. Jesse Jiryu Davis2020-06-271-1/+5
* SERVER-48976 jstests/core tests need to use isJsonLog() because multiversionGabriel Russell2020-06-182-2/+2
* SERVER-48309 Remove 'requires_fcv_46' tag from tests after backport to v4.4Henrik Edin2020-05-292-2/+2
* SERVER-48369 Fix prepare_conflict.js to use write concern majority when creat...Samy Lanka2020-05-211-1/+5
* SERVER-47690 Snapshot reads via mongosA. Jesse Jiryu Davis2020-05-071-1/+2
* SERVER-46900 Prohibit transaction operations on system.profileMaria van Keulen2020-05-012-6/+16
* SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstestsAli Mir2020-04-299-35/+40
* SERVER-47524 Update stage: Convert usage of getCollectionDescription_DEPRECAT...Tommaso Tocci2020-04-292-24/+8
* SERVER-47527 Remove getCollectionDescription_DEPRECATED usage inside index bu...Randolph Tan2020-04-241-1/+1
* SERVER-47397 enhanced logging for Execution owned files (part 1)Eric Milkie2020-04-221-3/+1
* SERVER-47472 Remove usages of checkShardVersionOrThrow_DEPRECATED from the Op...Kaloian Manassiev2020-04-213-41/+81
* SERVER-47569: Allow readConcern snapshot outside of transactions (mongod)Lingzhi Deng2020-04-201-9/+1
* SERVER-47444 Don't wait for readConcern on txn stmts with InvalidOptionsMaria van Keulen2020-04-152-3/+19
* SERVER-47522 Distinct command: Convert usage of getCollectionDescription_DEPR...Tommaso Tocci2020-04-141-9/+5
* SERVER-47400 Disallow createCollection/Indexes on system colls in txnsMaria van Keulen2020-04-101-2/+19
* SERVER-47421 Make timestamped_reads_wait_for_prepare_oplog_visibility.js work...Henrik Edin2020-04-101-1/+1
* SERVER-45956 Allow findAndModify with upsert=true inside multi-document trans...Gregory Noma2020-04-085-58/+80
* SERVER-47268 retry sharded transaction in noop__createIndexes_not_blocked_by_...Benety Goh2020-04-061-24/+38
* SERVER-47104 Make upsert stage use OwnershipFilter instead of CollectionDescr...Tommaso Tocci2020-04-062-29/+61
* SERVER-45554 Add more core/txns sharding passthrough suitesRandolph Tan2020-04-011-0/+1
* SERVER-46966 Handle implicit collection creation errors during insertMaria van Keulen2020-03-301-0/+19
* SERVER-46249 Check individual txn statements for readConcern supportMaria van Keulen2020-03-307-13/+170
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideMarcos José Grillo Ramírez2020-03-201-1/+1
* SERVER-44409 Add FSM and nice-to-have collection and index test casesMaria van Keulen2020-03-123-22/+95
* SERVER-45779 Throw Stale Shard Version when collection is unknown on getOwner...Marcos José Grillo Ramírez2020-03-0411-158/+280
* SERVER-46285 Ensure transaction isolation of newly-created collectionsMaria van Keulen2020-02-281-5/+2
* SERVER-46229 extend test coverage in create_indexes.js and create_indexes_par...Benety Goh2020-02-252-27/+24
* SERVER-46253 Roll back collection registrations during txn abortMaria van Keulen2020-02-241-0/+23
* SERVER-46229 add mutlikey index to multi-document transaction test for index ...Benety Goh2020-02-221-0/+7
* SERVER-46235 Fix and re-enable jstests in replica_sets, sharding and core_txn...Henrik Edin2020-02-201-1/+5
* SERVER-45405 Allow implicit collection creation inside multi-doc txnsMaria van Keulen2020-02-195-120/+149