Details
Description
The following executor configuration
executor:
|
config:
|
shell_options:
|
global_vars:
|
TestData:
|
auth: true
|
authMechanism: SCRAM-SHA-1
|
keyFile: *keyFile
|
keyFileData: *keyFileData
|
nodb: ''
|
readMode: commands
|
fixture:
|
class: ShardedClusterFixture
|
mongos_options:
|
bind_ip_all: ''
|
set_parameters:
|
enableTestCommands: 1
|
logComponentVerbosity:
|
verbosity: 0
|
command: 1
|
network:
|
verbosity: 1
|
asio: 2
|
tracking: 1
|
|
|
mongod_options:
|
bind_ip_all: ''
|
nopreallocj: ''
|
enableMajorityReadConcern: ''
|
set_parameters:
|
enableTestCommands: 1
|
logComponentVerbosity:
|
verbosity: 0
|
command: 1
|
network:
|
verbosity: 1
|
asio: 2
|
replication:
|
heartbeats: 2
|
tracking: 1
|
numInitialSyncAttempts: 1
|
num_rs_nodes_per_shard: 2
|
enable_sharding:
|
- test
|
this executor when run in resmoke will show too frequent key refresh events in its log. Need to adjust the scheduling in the presence of failures.