0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00
mongodb/jstests/noPassthroughWithMongod
2019-07-24 08:09:43 -04:00
..
apply_ops_errors.js SERVER-23326 Commit applyOps as single WUOW where possible 2016-06-03 21:54:34 -04:00
background.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
bench_test_crud_commands.js SERVER-26317 Increase benchRun seconds for flaky tests 2016-10-25 15:54:14 -04:00
benchrun_substitution.js SERVER-30863 Make benchrun_substitution.js more robust 2017-09-05 15:40:37 -04:00
btreedel.js SERVER-32675 Make jstest changes for Mobile SE Concurrency issues 2018-02-01 11:26:23 +11:00
bulk_api_limits.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
capped4.js SERVER-33605 Mobile SE:Disable capped collections and related testing 2018-06-08 14:34:55 +10:00
capped_truncate.js SERVER-33605 Mobile SE:Disable capped collections and related testing 2018-06-08 14:34:55 +10:00
captrunc_cursor_invalidation.js SERVER-37451 Move all ClientCursor ownership to the global CursorManager. 2019-01-15 17:54:33 -05:00
coll_mod_takes_database_x_lock.js 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
collstats_shows_ready_and_in_progress_indexes.js SERVER-41968 remove locks from IndexBuildTest.waitForIndexBuildToScanCollection() filter 2019-07-07 19:28:37 -04:00
commands_that_write_accept_wc_standalone.js SERVER-40238 New stage alias: $set => $addFields 2019-05-15 12:17:39 -04:00
connections_opened.js SERVER-33034: Update jstest asserts to accept a function for messages 2018-02-15 15:23:13 -05:00
create_indexes_shell_helper.js SERVER-36015 Remove references to system.namespaces and system.indexes 2018-08-29 16:47:09 -04:00
create_indexes_waits_for_already_in_progress.js SERVER-41206 create_indexes_waits_for_already_in_progress.js should not run with the ephemeralForTest storage engine 2019-05-20 12:44:16 -04:00
currentop_includes_connid.js SERVER-32498 Client should capture full thread name 2018-02-05 11:21:14 -05:00
currentop_plan_summary_no_dup.js SERVER-37716 Implement internal match expression which matches a particular BinData subtype 2018-12-21 13:56:15 -05:00
cursor_server_status_metrics.js SERVER-27838 fix serverStatus pinned cursor metric 2017-02-03 09:14:21 -05:00
dbcommand_cursor_throws_on_closed_conn.js SERVER-28830 check for closed conn in cursorHandleFromId 2018-05-03 13:37:16 -04:00
default_read_pref.js SERVER-31456 Set initial{Cluster,Operation}Time in concurrency suite. 2017-10-14 21:54:02 -04:00
dup_bgindex.js SERVER-39983 Speed up dup_bgindex.js 2019-03-06 10:19:43 -05:00
exchangeProducer.js SERVER-37613 Exchange error handling may deliver incorrect error code. 2018-11-09 13:55:19 -05:00
explain1.js SERVER-27642 Replace long-running string-ified code with function expression in JS tests 2017-01-13 13:14:09 -05:00
explain2.js SERVER-33605 Mobile SE:Disable capped collections and related testing 2018-06-08 14:34:55 +10:00
explain3.js SERVER-27642 Replace long-running string-ified code with function expression in JS tests 2017-01-13 13:14:09 -05:00
external_sort_text_agg.js SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
find_and_modify_server16469.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
find_cmd.js SERVER-33605 Mobile SE:Disable capped collections and related testing 2018-06-08 14:34:55 +10:00
ftdc_params.js SERVER-28495 FTDC for MongoS 2017-07-12 09:22:58 -04:00
geo_axis_aligned.js SERVER-35043, SERVER-22949: move geoNear implementation into aggregation 2018-06-18 23:34:49 -04:00
geo_mnypts.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
geo_near_random1.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
geo_near_random2.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
geo_polygon.js SERVER-40561 Disable tests that build indexes on preexisting data when using the mobile storage engine. 2019-04-12 10:09:58 -04:00
getmore_awaitdata_opcounters.js SERVER-33605 Mobile SE:Disable capped collections and related testing 2018-06-08 14:34:55 +10:00
getmore_error.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
host_connection_string_validation.js SERVER-38303: Temporarily handle ipv6 failures due to s390x machine without ipv6 enabled 2018-11-30 13:01:07 -05:00
huge_multikey_index.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
index_boundary_values_validate.js SERVER-23789 make validate() work with MaxKey and MinKey 2016-04-26 12:10:05 -04:00
index_check9.js SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
index_check10.js SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
index_hammer1.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
index_limits_not_bypassed.js SERVER-40660 Ensure multiple indexes via createIndexes() cannot bypass index limits 2019-05-10 09:59:00 -04:00
indexbg_interrupts.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
indexbg_restart_secondary_noretry.js SERVER-40882 Restore the --noIndexBuildRetry server parameter flag and the storage.indexBuildRetry config file option 2019-05-22 09:22:39 -04:00
indexbg_restart_secondary.js SERVER-39826 add a new 'leaveIndexBuildUnfinishedForShutdown' failpoint and replace a couple failpoint use cases that hang across shutdown 2019-02-26 09:06:46 -05:00
indexbg_updates.js SERVER-32710 Enable jstest indexbg_updates in evergreen mobile variant. 2018-01-30 09:55:01 +11:00
insertMulti.js SERVER-28752 Lower the number of inserted entries in insertMulti.js 2017-07-27 16:44:26 -04:00
ipv6_connection_string_validation.js SERVER-7143 replace standard library number parsing with custom NumberParser 2019-06-27 10:04:18 -04:00
isMaster_feature_compatibility_version.js SERVER-33179 Remove featureCompatibilityVersion 3.4 2018-02-23 16:56:20 -05:00
log_component_helpers.js SERVER-26503 fix incorrect uses of assert.throws() 2016-10-13 18:07:24 -04:00
logpath.js SERVER-27549 Print message on intentional server crash. 2017-05-23 15:18:12 -04:00
mapreduce_intermediate_reduce.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
moveprimary-replset.js SERVER-34285 Remove FCV 3.6 switch logic in movePrimary 2018-06-15 13:19:44 -04:00
mr_noscripting.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
mr_writeconflict.js SERVER-32997 Implement instance level locking for mobile SE 2018-06-18 20:09:39 +10:00
ne_array_indexability.js SERVER-39764 fix bug where $in is planned from cache incorrectly 2019-03-18 17:14:05 -04:00
no_balance_collection.js SERVER-32884 Add back deleted sh.waitForBalancer() to utils_sh.js 2018-06-22 16:31:47 -04:00
now_variable.js SERVER-41238 Allow $$NOW and $$CLUSTER_TIME to be used in the find command 2019-05-24 15:27:25 +01:00
plan_cache_not_in_regex.js SERVER-37132 Negation of $in with regex can incorrectly plan from the cache, leading to missing query results 2018-10-03 16:55:12 +01:00
plan_cache_replanning.js SERVER-35783 add integration test for plan cache oscillation 2018-07-06 13:44:35 -04:00
query_oplogreplay.js SERVER-36186 Default to the the oplogreplay optimization path for oplog collections 2019-07-24 08:09:43 -04:00
reconfigwt.js SERVER-19483: Have getParameter on wiredTigerEngineRuntimeConfig return the last value set from a client. 2017-10-02 11:37:46 -04:00
recstore.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
remove9.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
renameWithWCE.js SERVER-41000 Fix typo in failpoint writeConfilctInRenameCollCopyToTmp 2019-05-31 11:34:46 -04:00
replReads.js SERVER-34526 Jstests should not depend on ReplSetTest.liveNodes 2018-05-01 09:43:36 -04:00
replset_host_connection_validation.js SERVER-25640 terminate running processes in jstests 2018-02-08 09:46:57 -05:00
rpc_protocols.js SERVER-33135 Delete code for OP_COMMAND 2018-07-30 13:57:10 -04:00
sharding_migrate_large_docs.js SERVER-33444 Fix tests that fail when shard servers started as replica sets 2018-03-27 17:28:32 -04:00
sharding_rs_arb1.js SERVER-31586 Update balancer configuration on mongod on addShard 2018-07-09 14:43:36 -04:00
shell_advance_cluster_time.js SERVER-31296 Update sessions, causal, and retryable in the mongo shell. 2017-11-08 19:29:28 -05:00
shelllimit.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
tailable_getmore_does_not_timeout.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00
temp_namespace.js SERVER-40345 Change calls involving the 'temp' field in the 'create' command to be done through the 'applyOps' command 2019-04-04 08:02:40 -04:00
testing_only_commands.js SERVER-35984 Remove remaining MMAPv1 testing 2018-07-06 15:34:49 -04:00
top_drop.js SERVER-36360 top_drop.js occasionally fails 2018-08-09 16:30:46 -04:00
ttl1.js SERVER-10075 Forbid illegal forms of TTL indexes during index creation 2019-05-16 12:35:57 -04:00
ttl_repl_maintenance.js SERVER-32997 Implement instance level locking for mobile SE 2018-06-18 20:09:39 +10:00
ttl_repl_secondary_disabled.js SERVER-25640 check dbhashes in stopSet 2018-01-22 12:05:07 -05:00
ttl_repl.js SERVER-40436 Ignore the 'flags' field from the 'create' command 2019-04-11 08:21:33 -04:00
ttl_sharded.js SERVER-32052 Update ShardingTest to default to starting shard servers as replica sets 2018-03-09 00:40:40 -05:00
validate_command.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
validate_interrupt.js SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeout 2018-07-24 13:09:41 -04:00
views_invalid.js SERVER-26765 move tests in jstests/views to other suites 2016-12-15 16:39:51 -05:00
wt_roundtrip_creation_string.js SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00