0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/jstests/noPassthrough
2018-07-13 13:37:48 -04:00
..
libs SERER-35263 blacklist test from backup_restore.js 2018-06-27 17:13:14 -04:00
after_cluster_time.js
afterClusterTime_committed_reads.js SERVER-35513 Forbid transactions on inMemory storage engine 2018-06-14 10:24:38 -04:00
agg_explain_read_concern.js SERVER-35388 Improve misleading error messages for operations banned in transactions 2018-06-25 16:50:34 -04:00
aggregation_cursor_invalidations.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00
aggregation_zero_batchsize.js
apply_ops_mode.js
apply_ops_overwrite_admin_system_version.js
atomic_rename_collection.js
auth_reject_mismatching_logical_times.js
auto_retry_on_network_error.js
backup_restore_fsync_lock.js
backup_restore_rolling.js
backup_restore_stop_start.js
bind_all_ipv6.js
change_stream_concurrent_implicit_db_create.js
change_stream_failover.js SERVER-35029: Add change stream notification for database drop 2018-06-19 15:37:58 -04:00
change_streams_require_majority_read_concern.js
change_streams_required_privileges.js
change_streams_update_lookup_collation.js
child_op_numyields.js SERVER-33870 make numYields of parent CurOps reflect child yields 2018-06-21 13:24:55 -04:00
client_metadata_log.js
client_metadata_slowlog.js
closeAll_with_background_ops_fails_safely.js SERVER-35671 Add handling so closeAll, on failure, leaves UUIDCatalog in 2018-07-05 13:44:30 -04:00
coll_mod_apply_ops.js
collation_clone_collection.js
command_line_parsing.js
commands_handle_kill.js SERVER-35043, SERVER-22949: move geoNear implementation into aggregation 2018-06-18 23:34:49 -04:00
commands_preserve_exec_error_code.js SERVER-35043, SERVER-22949: move geoNear implementation into aggregation 2018-06-18 23:34:49 -04:00
compression_options.js
copydb_illegal_collections.js
count_helper_read_preference.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00
cross_user_getmore_has_no_side_effects.js
crud_timestamps.js SERVER-35704 Add uses_transactions tags to snapshot read tests 2018-06-29 17:24:11 -04:00
currentop_active_transaction.js SERVER-35310 Added timeActiveMicros and timeInactiveMicros to CurrentOp's transaction sub-document 2018-07-13 11:34:09 -04:00
currentop_includes_await_time.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00
currentop_query.js SERVER-35043, SERVER-22949: move geoNear implementation into aggregation 2018-06-18 23:34:49 -04:00
currentop_transaction_metrics.js SERVER-35310 Added timeActiveMicros and timeInactiveMicros to CurrentOp's transaction sub-document 2018-07-13 11:34:09 -04:00
cursor_timeout_interrupt.js
cycle_detection_test.js
data_consistency_checks.js
dbhash_capped_collection.js SERVER-34779 Add hook for checking dbhash while a test is running. 2018-05-25 22:07:24 -04:00
devnull.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
dir_per_db_and_split.js
directoryperdb.js SERVER-35591 Remove MMAPv1 testing 2018-06-25 16:47:18 -04:00
diskFull.js
dropcollection_duplicate_fields.js SERVER-35172 'ns' field is no longer duplicated in response to dropCollection with WCE 2018-06-05 12:36:34 -04:00
durable_view_catalog.js
end_sessions_command.js SERVER-32509 Report error for unsupported startup-options with Mobile SE 2018-07-05 15:59:19 +10:00
exhaust_option_disallowed_in_session.js SERVER-34868 Prohibit legacy queries from running on sessions in shell 2018-05-17 18:30:04 -04:00
exit_logging.js
failcommand_failpoint.js SERVER-35083 Add writeConcernError option to failCommand failpoint 2018-05-31 11:52:44 -04:00
feature_compatibility_version.js
filemd5_kill_during_yield.js SERVER-35361 Ensure collection is locked when deleting filemd5's PlanExecutor 2018-06-20 10:21:46 -04:00
find_by_uuid_and_rename.js SERVER-35675 find_by_uuid_and_rename.js should not fail from QueryPlanKilled when yielding during a collection rename 2018-06-22 12:01:06 -04:00
ftdc_setdirectory.js
ftdc_setparam.js
geo_full.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
geo_mnypts_plus_fields.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
geo_near_random1.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
geo_near_random2.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
global_operation_latency_histogram.js SERVER-33998 Remove the parallelCollectionScan command 2018-07-12 17:54:34 -04:00
hostname_bind_ips.js
implicit_sessions.js SERVER-35847 Remove eval command and remove/update related tests/helpers 2018-06-29 23:02:02 -04:00
index_killop.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
index_partial_no_explain_cmds.js
index_version_autoupgrade.js
index_version_v2.js
indexbg1.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
indexbg2.js Add requires_document_locking tag to noPassthrough/indexbg2.js to 2018-07-12 09:33:55 -04:00
indexbg_shutdown.js
inmem_config_str.js
inmem_full.js
internal_validate_features_as_master.js
javascript_options.js
js_protection_roundtrip.js
js_protection.js
jsHeapLimit.js
json_schema_ignore_unknown_keywords.js
kill_pinned_cursor.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00
kill_sessions.js SERVER-32509 Report error for unsupported startup-options with Mobile SE 2018-07-05 15:59:19 +10:00
killop.js
latency_includes_lock_acquisition_time.js SERVER-33605 Mobile SE:Disable capped collections and related testing 2018-06-08 14:34:55 +10:00
launcher_test.js
list_databases_and_rename_collection.js SERVER-34615 Make UUIDCatalog updates for renameCollection atomic 2018-06-06 16:54:44 -04:00
list_indexes_only_ready_indexes.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
lock_file_fail_to_open.js
lock_file.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
lock_stats.js SERVER-35984 Remove remaining MMAPv1 testing 2018-07-06 15:34:49 -04:00
log_find_getmore.js SERVER-33605 Mobile SE:Disable capped collections and related testing 2018-06-08 14:34:55 +10:00
log_format_slowms_samplerate_loglevel.js SERVER-35043, SERVER-22949: move geoNear implementation into aggregation 2018-06-18 23:34:49 -04:00
logging_options.js
logical_session_cache_find_getmore.js SERVER-33697 Provide sanity check on the number of cached sessions 2018-07-09 10:31:57 -04:00
logical_session_cursor_checks.js
loglong.js
long_index_downgrade.js SERVER-35824 disallow downgrade to 4.0 if long index namespaces are detected 2018-07-13 09:56:32 -04:00
low_js_heap_limit.js SERVER-35847 Remove eval command and remove/update related tests/helpers 2018-06-29 23:02:02 -04:00
max_acceptable_logical_clock_drift_secs_parameter.js
max_bson_depth_parameter.js
maxTransactionLockRequestTimeoutMillis_serverParameter.js SERVER-35415 Increase default transaction lock acquisition timeout to 5 milliseconds 2018-06-08 14:57:12 -04:00
minvalid2.js
minvalid.js
mongoebench_test.js SERVER-35537 Create mongoebench for running benchRun against mobile. 2018-07-10 01:39:36 -04:00
nested_tojson.js
non_atomic_apply_ops_logging.js
noncapped_oplog_creation.js
ns1.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
parameters.js
parse_zone_info.js
partial_unique_indexes.js
plan_cache_index_create.js SERVER-35235 plan_cache_index_create.js should build initial index set in the foreground 2018-05-25 15:42:05 -04:00
port_options.js
profile_agg_multiple_batches.js SERVER-33605 Mobile SE:Disable capped collections and related testing 2018-06-08 14:34:55 +10:00
profile_options.js SERVER-32509 Report error for unsupported startup-options with Mobile SE 2018-07-05 15:59:19 +10:00
query_yield1.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
query_yield2.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
query_yield_reset_timer.js
queryable_backup_mode_incompatible_options.js
read_concern_helper.js
read_concern_snapshot_aggregation.js SERVER-35388 Improve misleading error messages for operations banned in transactions 2018-06-25 16:50:34 -04:00
read_concern_snapshot_catalog_invalidation.js SERVER-35513 Forbid transactions on inMemory storage engine 2018-06-14 10:24:38 -04:00
read_concern_snapshot_yielding.js SERVER-35043, SERVER-22949: move geoNear implementation into aggregation 2018-06-18 23:34:49 -04:00
read_majority_reads.js SERVER-33998 Remove the parallelCollectionScan command 2018-07-12 17:54:34 -04:00
read_majority.js SERVER-35513 Forbid transactions on inMemory storage engine 2018-06-14 10:24:38 -04:00
readConcern_atClusterTime_noop_write.js SERVER-35259 Reactivate the snapshot window by changing the default from 0 to 5 seconds 2018-07-03 10:54:20 -04:00
readConcern_atClusterTime_snapshot_selection.js SERVER-35513 Forbid transactions on inMemory storage engine 2018-06-14 10:24:38 -04:00
readConcern_atClusterTime.js SERVER-35704 Add uses_transactions tags to snapshot read tests 2018-06-29 17:24:11 -04:00
readConcern_snapshot_mongos_enable_test_commands.js
readConcern_snapshot_mongos.js SERVER-36049 Enable snapshot readConcern w/o atClusterTime for txn commands on mongos 2018-07-13 13:37:48 -04:00
readConcern_snapshot.js SERVER-35704 Add uses_transactions tags to snapshot read tests 2018-06-29 17:24:11 -04:00
rebuild_multiple_indexes_at_startup.js
refresh_logical_session_cache_now.js SERVER-32509 Report error for unsupported startup-options with Mobile SE 2018-07-05 15:59:19 +10:00
refresh_sessions_command.js SERVER-33697 Provide sanity check on the number of cached sessions 2018-07-09 10:31:57 -04:00
refresh_sessions_internal_command.js SERVER-33697 Provide sanity check on the number of cached sessions 2018-07-09 10:31:57 -04:00
repair2.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
repl_write_threads_start_param.js
replica_set_connection_error_codes.js SERVER-35216 Expose ReplicaSetManager refresh period to the mongo shell 2018-06-22 13:18:22 -04:00
replica_set_connection_getmore.js
replica_set_connection_stepdown.js SERVER-35488 ReplSetTest.waitForState() should ensure node has finished closing connections 2018-06-18 16:12:39 -04:00
restart_catalog_preserves_min_visible.js SERVER-35317: Preserve minVisible values when refreshing the catalog. 2018-07-02 10:43:55 -04:00
restart_catalog_sharded_cluster.js
restart_node_with_bridge.js
retry_network_error_test.js
retryable_writes_standalone_api.js
server_transaction_metrics.js SERVER-35293 Add counts of active and inactive transactions to serverStatus 2018-07-06 11:27:55 -04:00
sessions_collection_auto_healing.js SERVER-32509 Report error for unsupported startup-options with Mobile SE 2018-07-05 15:59:19 +10:00
shard_fixture_selftest.js
shell_appname_uri.js SERVER-33605 Mobile SE:Disable capped collections and related testing 2018-06-08 14:34:55 +10:00
shell_assertions.js
shell_can_retry_writes.js
shell_can_use_read_concern.js SERVER-33998 Remove the parallelCollectionScan command 2018-07-12 17:54:34 -04:00
shell_cmd_assertions.js SERVER-34788: Improve commandWorked/Failed assertion messages 2018-07-12 09:43:07 -04:00
shell_error_codes.js
shell_gossip_cluster_time.js
shell_helper_use_database.js
shell_history.js
shell_quit.js
shell_retry_writes_on_retryable_errors.js SERVER-34817 find replace from InterruptedDueToReplStateChange error code to InterruptedDueToStepDown 2018-06-06 09:43:38 -04:00
shell_retry_writes_uri.js
shell_session_option_defaults.js
shell_write_assertions.js
skip_sharding_configuration_checks.js
snapshot_cursor_integrity.js SERVER-35513 Forbid transactions on inMemory storage engine 2018-06-14 10:24:38 -04:00
snapshot_cursor_shutdown_stepdown.js SERVER-35513 Forbid transactions on inMemory storage engine 2018-06-14 10:24:38 -04:00
snapshot_reads.js SERVER-35513 Forbid transactions on inMemory storage engine 2018-06-14 10:24:38 -04:00
snapshotWindow_serverParameters.js SERVER-35259 Reactivate the snapshot window by changing the default from 0 to 5 seconds 2018-07-03 10:54:20 -04:00
split_collections_and_indexes.js
standalone_replication_recovery.js
start_session_command.js SERVER-33697 Provide sanity check on the number of cached sessions 2018-07-09 10:31:57 -04:00
startup_logging.js SERVER-32509 Report error for unsupported startup-options with Mobile SE 2018-07-05 15:59:19 +10:00
stepdown_query.js
sync_write.js
system_indexes.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
tailable_getmore_to_mongos_does_not_timeout.js SERVER-33605 Mobile SE:Disable capped collections and related testing 2018-06-08 14:34:55 +10:00
thread_args.js
timestamp_index_builds.js
transaction_reaper.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00
transactionLifetimeLimitSeconds_serverParameter.js SERVER-34595 Increase transactionLifetimeLimitSeconds default in testing 2018-06-04 10:00:26 -04:00
ttl_capped.js SERVER-33605 Mobile SE:Disable capped collections and related testing 2018-06-08 14:34:55 +10:00
ttl_partial_index.js
ttlMonitorSleepSecs_parameter.js SERVER-30388 Validating ttlMonitorSleepSecs to avoid busy wait with non-positive values 2018-06-11 09:56:44 -04:00
unix_socket.js SERVER-1761 Add mongos unix domain socket tests and close transport layer 2018-06-21 13:07:49 -04:00
unsupported_change_stream_deployments.js
update_post_image_validation.js
update_server-5552.js SERVER-35715 Remove nopreallocj and smallfiles options from tests 2018-07-05 08:20:56 -04:00
utf8_paths.js SERVER-35591 Remove MMAPv1 testing 2018-06-25 16:47:18 -04:00
verify_session_cache_updates.js SERVER-32064 Requests from the shell should use an implicit session by default 2018-06-13 11:43:45 -04:00
views_legacy.js
write_local.js SERVER-33605 Mobile SE:Disable capped collections and related testing 2018-06-08 14:34:55 +10:00
wt_delayed_secondary_read_concern_majority.js
wt_index_option_defaults.js
wt_malformed_creation_string.js
wt_nojournal_fsync.js
wt_nojournal_skip_recovery.js
wt_nojournal_toggle.js
wt_prepare_conflict.js
wt_unclean_shutdown.js
yield_during_writes.js SERVER-33605 Mobile SE:Disable capped collections and related testing 2018-06-08 14:34:55 +10:00