2021-10-13 22:22:54 +00:00
|
|
|
sleep 5s
|
2021-12-08 17:29:24 +00:00
|
|
|
mongo --host database1 --port 27017 --eval "config={\"_id\" : \"RollbackFuzzerTest\",\"protocolVersion\" : 1,\"members\" : [{\"_id\" : 0,\"host\" : \"database1:27017\"}, {\"_id\" : 1,\"host\" : \"database2:27017\"}, {\"_id\" : 2,\"host\" : \"database3:27017\"} ],\"settings\" : {\"chainingAllowed\" : false,\"electionTimeoutMillis\" : 500, \"heartbeatTimeoutSecs\" : 1, \"catchUpTimeoutMillis\": 700}}; rs.initiate(config)"
|
2021-10-13 22:22:54 +00:00
|
|
|
|
|
|
|
|
# this cryptic statement keeps the workload container running.
|
|
|
|
|
tail -f /dev/null
|