0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/jstests/noPassthroughWithMongod
2020-08-20 21:14:32 +00:00
..
apply_ops_errors.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
background_validation_with_ddl_ops.js SERVER-43867 Move check_log.js inside src/mongo/shell/ 2019-11-27 22:32:47 +00:00
background_validation.js SERVER-49288 Only run background_validation.js on storage engines that support fsync 2020-07-02 15:09:42 +00:00
background.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
bench_test_crud_commands.js SERVER-36709 Enable previously disabled tests due to excessive memory usage 2020-08-11 17:15:19 +00:00
benchrun_substitution.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
btreedel.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
bulk_api_limits.js
cannot_rename_collection_to_system_collection.js SERVER-38426 Verify that renaming collections to system collections is disallowed and vice-versa 2020-03-20 18:44:06 +00: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-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
captrunc_cursor_invalidation.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
clone_collection_as_capped_no_conflicts.js SERVER-47423 Take collection MODE_X locks instead of databse MODE_X lock in cloneCollectionAsCapped 2020-04-10 15:34:40 +00:00
coll_mod_takes_database_x_lock.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
collMod_no_conflicts.js SERVER-46865 Make collMod not take database MODE_X lock 2020-04-01 22:28:52 +00:00
collStats_no_wait_for_lock.js SERVER-30888 Obtain locks with timeouts when collecting FTDC statistics 2020-06-01 16:03:41 +00:00
collstats_shows_ready_and_in_progress_indexes.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
command_let_variables.js SERVER-46716: Add tests for let parameters for sharded update 2020-06-12 05:11:44 +00:00
commands_that_write_accept_wc_standalone.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
connections_opened.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
convert_to_capped_no_conflicts.js SERVER-47317 Take collection MODE_X locks instead of database MODE_X lock in covertToCapped 2020-04-09 19:37:38 +00:00
create_existing_indexes_no_conflict.js SERVER-48312 Remove the 'requires_document_locking' jstest tag 2020-08-04 01:58:47 +00:00
create_indexes_shell_helper.js SERVER-49990 Alias setSlaveOk() and getSlaveOk() shell helpers 2020-08-20 21:14:32 +00:00
create_indexes_waits_for_already_in_progress.js SERVER-48312 Remove the 'requires_document_locking' jstest tag 2020-08-04 01:58:47 +00:00
create_new_indexes_no_conflicts.js SERVER-48312 Remove the 'requires_document_locking' jstest tag 2020-08-04 01:58:47 +00:00
create_new_indexes_with_conflict.js SERVER-48312 Remove the 'requires_document_locking' jstest tag 2020-08-04 01:58:47 +00:00
currentop_includes_connid.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
currentop_plan_summary_no_dup.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
cursor_server_status_metrics.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
dbcommand_cursor_throws_on_closed_conn.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
default_read_pref.js SERVER-49990 Alias setSlaveOk() and getSlaveOk() shell helpers 2020-08-20 21:14:32 +00:00
disallow_system_views_rename.js SERVER-41947 Disallow using the system.views collection name as the source or target names in the rename command 2019-08-28 00:47:34 +00:00
dropindexes_duplicate_fields.js SERVER-43052 Sanitize writeConflictRetry loops for duplicate fields in result 2019-09-13 20:02:10 +00:00
dup_bgindex.js SERVER-36709 Enable previously disabled tests due to excessive memory usage 2020-08-11 17:15:19 +00:00
ephemeral_for_test_memory_metrics.js SERVER-36709 Make radix store nodes adaptive to improve memory efficiency 2020-08-07 17:36:29 +00:00
exchangeProducer.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
explain1.js
explain2.js SERVER-33605 Mobile SE:Disable capped collections and related testing 2018-06-08 14:34:55 +10:00
explain3.js
external_sort_text_agg.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
find_and_modify_server16469.js SERVER-44053 Rename blocking sort memory limit to "internalQueryMaxBlockingSortMemoryUsageBytes". 2019-10-23 23:11:41 +00:00
find_cmd.js SERVER-44549 Remove the mobile storage engine 2020-02-03 17:38:53 +00:00
findAndModify_upsert_no_conflicts.js SERVER-48312 Remove the 'requires_document_locking' jstest tag 2020-08-04 01:58:47 +00:00
free_storage_size.js SERVER-42037 Add requires_persistence to freeStorageSize jstest 2020-01-14 19:38:38 +00:00
ftdc_params.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -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-36709 Enable previously disabled tests due to excessive memory usage 2020-08-11 17:15:19 +00:00
geo_near_random1.js
geo_near_random2.js
geo_polygon.js SERVER-36709 Enable previously disabled tests due to excessive memory usage 2020-08-11 17:15:19 +00:00
getmore_awaitdata_opcounters.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
getmore_error.js
host_connection_string_validation.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
huge_multikey_index.js SERVER-49547 ephemeralForTest needs to keep track of the available history for storage transactions with open snapshots 2020-08-03 19:10:10 +00:00
index_boundary_values_validate.js SERVER-43644 Update 'validate' shell helper to use an object instead of a boolean 2019-10-02 21:22:41 +00:00
index_check9.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
index_check10.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
index_hammer1.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
index_limits_not_bypassed.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
indexbg_interrupts.js SERVER-36709 Enable previously disabled tests due to excessive memory usage 2020-08-11 17:15:19 +00:00
indexbg_updates.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
insertMulti.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
insertOne_vs_insert.js SERVER-47409 writeconcern>1 gives no error on standalone server 2020-06-08 17:09:57 +00:00
interrupt_while_yielded.js SERVER-43202 propagate errors from interrupts during yielding 2019-10-01 20:47:51 +00:00
ipv6_connection_string_validation.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
isMaster_feature_compatibility_version.js SERVER-49064 Update references of "last-stable" to use "last-continuous" and "last-lts" 2020-07-23 12:26:49 +00:00
log_component_helpers.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
logpath.js SERVER-45989 Log files are opened in shared mode on Windows. 2020-02-07 21:46:37 +00:00
lookup_with_limit.js SERVER-31072 reorder $limit before $lookup in pipeline if no $unwind is present 2019-12-17 16:14:43 +00:00
mapreduce_intermediate_reduce.js SERVER-49996 Ensure getSiblingDB() is used instead of getSisterDB() 2020-08-17 16:11:37 +00:00
moveprimary-replset.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
mr_writeconflict.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
ne_array_indexability.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
no_balance_collection.js SERVER-49996 Ensure getSiblingDB() is used instead of getSisterDB() 2020-08-17 16:11:37 +00:00
now_variable.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
plan_cache_not_in_regex.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
plan_cache_replanning.js SERVER-44701 Remove support for 'planCacheListQueryShapes' and 'planCacheListPlans'. 2019-11-26 14:29:44 +00:00
query_oplogreplay.js SERVER-42609 Fix query_oplogreplay test for ephemeralTest record store 2019-08-02 18:05:05 -04:00
reconfigwt.js
recstore.js
remove9.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
renameWithWCE.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
replReads.js
replset_host_connection_validation.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
rpc_protocols.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
sharding_migrate_large_docs.js SERVER-33601 Make sharding_migrate_large_docs.js, bulk_insert.js, and prefix_shard_key.js start shards as replica sets 2019-10-01 19:01:35 +00: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-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
shelllimit.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
skip_shell_cursor_finalize.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
tailable_getmore_does_not_timeout.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
tcmalloc.js SERVER-42697 Add setParameter tcmallocReleaseRate 2019-12-05 14:07:37 +00:00
temp_namespace.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
testing_only_commands.js SERVER-45048 Use hygienic builds in Evergreen 2020-02-13 15:21:41 +00:00
top_drop.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
top_rename.js SERVER-45137 Remove namespaces from Top when collections are renamed 2020-01-31 04:48:40 +00: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-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
ttl_repl_secondary_disabled.js SERVER-42953 Prevent elections during ttl_repl_secondary_disabled.js 2019-08-22 20:35:48 +00:00
ttl_repl.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
ttl_sharded.js SERVER-47010 Fix ttl_sharded.js logging 2020-06-24 21:20:49 +00:00
validate_command.js SERVER-49687 Add flag for validate to repair data in standalone mode 2020-08-07 22:58:30 +00:00
validate_interrupt.js SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
validate_multikey.js SERVER-48042: Correct validate_multikey to ensure its collection starts clean. 2020-05-11 14:51:36 +00:00
validate_oplog_in_background.js SERVER-43574 validate cmd must open oplog collection cursors before accessing any other collection in the same WT txn 2019-09-24 15:22:47 +00:00
views_invalid.js SERVER-43633 Prohibit user writes to system.views in FCV 4.6 2020-07-20 13:35:53 +00:00
wt_roundtrip_creation_string.js SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00