Skip to content

Commit

Permalink
Sync tests: reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jyemin committed Feb 10, 2023
1 parent a96faf6 commit e1d4351
Show file tree
Hide file tree
Showing 19 changed files with 115 additions and 115 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"seeds": [
"localhost.test.build.10gen.cc:27017"
],
"hosts" : [
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options" : {
"ssl" : true,
"directConnection" : false
"options": {
"ssl": true,
"directConnection": false
},
"ping" : true
"ping": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"localhost:27018",
"localhost:27019"
],
"options" : {
"replicaSet" : "repl0",
"ssl" : true
"options": {
"replicaSet": "repl0",
"ssl": true
},
"parsed_options" : {
"user" : "b*b@f3tt=",
"password" : "$4to@L8=MC",
"db" : "mydb?"
"parsed_options": {
"user": "b*b@f3tt=",
"password": "$4to@L8=MC",
"db": "mydb?"
},
"ping" : false,
"comment" : "Encoded user, pass, and DB parse correctly"
"ping": false,
"comment": "Encoded user, pass, and DB parse correctly"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"seeds": [
"localhost.test.build.10gen.cc:27017"
],
"hosts" : [
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options" : {
"loadBalanced" : false,
"ssl" : true
"options": {
"loadBalanced": false,
"ssl": true
},
"ping" : true
"ping": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"seeds": [
"localhost.sub.test.build.10gen.cc:27017"
],
"hosts" : [
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options" : {
"replicaSet" : "repl0",
"ssl" : true
"options": {
"replicaSet": "repl0",
"ssl": true
},
"ping" : true,
"comment" : "Is correct, as returned host name shared the URI root \"test.build.10gen.cc\"."
"ping": true,
"comment": "Is correct, as returned host name shared the URI root \"test.build.10gen.cc\"."
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"seeds": [
"localhost.test.build.10gen.cc:27017"
],
"hosts" : [
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options" : {
"replicaSet" : "repl0",
"ssl" : true
"options": {
"replicaSet": "repl0",
"ssl": true
},
"ping" : true
"ping": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"seeds": [
"localhost.test.build.10gen.cc:27017"
],
"hosts" : [
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options" : {
"replicaSet" : "repl0",
"ssl" : true
"options": {
"replicaSet": "repl0",
"ssl": true
},
"ping" : true
"ping": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"seeds": [
"localhost.test.build.10gen.cc:27017"
],
"hosts" : [
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options" : {
"replicaSet" : "repl0",
"authSource" : "thisDB",
"ssl" : true
"options": {
"replicaSet": "repl0",
"authSource": "thisDB",
"ssl": true
},
"ping" : true
"ping": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"localhost.test.build.10gen.cc:27017",
"localhost.test.build.10gen.cc:27018"
],
"hosts" : [
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options" : {
"ssl" : true,
"srvServiceName" : "customname"
"options": {
"ssl": true,
"srvServiceName": "customname"
},
"ping" : true
"ping": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"localhost.test.build.10gen.cc:27017",
"localhost.test.build.10gen.cc:27018"
],
"hosts" : [
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options" : {
"srvMaxHosts" : 2,
"ssl" : true
"options": {
"srvMaxHosts": 2,
"ssl": true
},
"ping" : true
"ping": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"localhost.test.build.10gen.cc:27017",
"localhost.test.build.10gen.cc:27018"
],
"hosts" : [
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options" : {
"srvMaxHosts" : 3,
"ssl" : true
"options": {
"srvMaxHosts": 3,
"ssl": true
},
"ping" : true
"ping": true
}
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"uri" : "mongodb+srv://test1.test.build.10gen.cc/?srvMaxHosts=1",
"numSeeds" : 1,
"hosts" : [
"uri": "mongodb+srv://test1.test.build.10gen.cc/?srvMaxHosts=1",
"numSeeds": 1,
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options" : {
"srvMaxHosts" : 1,
"ssl" : true
"options": {
"srvMaxHosts": 1,
"ssl": true
},
"ping" : true
"ping": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
"seeds": [
"localhost.test.build.10gen.cc:27017"
],
"hosts" : [
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options" : {
"authSource" : "thisDB",
"replicaSet" : "repl0",
"srvMaxHosts" : 0,
"ssl" : true
"options": {
"authSource": "thisDB",
"replicaSet": "repl0",
"srvMaxHosts": 0,
"ssl": true
},
"ping" : true
"ping": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"localhost.test.build.10gen.cc:27017",
"localhost.test.build.10gen.cc:27018"
],
"hosts" : [
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options" : {
"replicaSet" : "repl0",
"srvMaxHosts" : 0,
"ssl" : true
"options": {
"replicaSet": "repl0",
"srvMaxHosts": 0,
"ssl": true
},
"ping" : true
"ping": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"localhost.test.build.10gen.cc:27017",
"localhost.test.build.10gen.cc:27018"
],
"hosts" : [
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options" : {
"replicaSet" : "repl0",
"ssl" : true
"options": {
"replicaSet": "repl0",
"ssl": true
},
"ping" : true
"ping": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"localhost.test.build.10gen.cc:27018",
"localhost.test.build.10gen.cc:27019"
],
"hosts" : [
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options" : {
"replicaSet" : "repl0",
"ssl" : true
"options": {
"replicaSet": "repl0",
"ssl": true
},
"ping" : true
"ping": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"seeds": [
"localhost.test.build.10gen.cc:27017"
],
"hosts" : [
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options" : {
"replicaSet" : "repl0",
"authSource" : "thisDB",
"ssl" : false
"options": {
"replicaSet": "repl0",
"authSource": "thisDB",
"ssl": false
},
"ping" : true
"ping": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"seeds": [
"localhost.test.build.10gen.cc:27017"
],
"hosts" : [
"hosts": [
"localhost:27017",
"localhost:27018",
"localhost:27019"
],
"options" : {
"replicaSet" : "repl0",
"authSource" : "otherDB",
"ssl" : true
"options": {
"replicaSet": "repl0",
"authSource": "otherDB",
"ssl": true
},
"ping" : true
"ping": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"localhost:27018",
"localhost:27019"
],
"options" : {
"replicaSet" : "repl0",
"ssl" : true
"options": {
"replicaSet": "repl0",
"ssl": true
},
"parsed_options" : {
"auth_database" : "adminDB"
"parsed_options": {
"auth_database": "adminDB"
},
"ping" : true
"ping": true
}
Loading

0 comments on commit e1d4351

Please sign in to comment.