Skip to content

Commit 3f1eb76

Browse files
committed
test: move ping to handshake
1 parent 11ad184 commit 3f1eb76

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

test/integration/server-selection/unified-server-selection-node-specs-logging/load-balanced.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"selector": {
8080
"$$exists": true
8181
},
82-
"operation": "ping",
82+
"operation": "handshake",
8383
"topologyDescription": {
8484
"$$exists": true
8585
}
@@ -93,7 +93,7 @@
9393
"selector": {
9494
"$$exists": true
9595
},
96-
"operation": "ping",
96+
"operation": "handshake",
9797
"topologyDescription": {
9898
"$$exists": true
9999
}

test/integration/server-selection/unified-server-selection-node-specs-logging/replica-set.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"selector": {
101101
"$$exists": true
102102
},
103-
"operation": "ping",
103+
"operation": "handshake",
104104
"topologyDescription": {
105105
"$$exists": true
106106
}
@@ -114,7 +114,7 @@
114114
"selector": {
115115
"$$exists": true
116116
},
117-
"operation": "ping",
117+
"operation": "handshake",
118118
"topologyDescription": {
119119
"$$exists": true
120120
},
@@ -134,7 +134,7 @@
134134
"selector": {
135135
"$$exists": true
136136
},
137-
"operation": "ping",
137+
"operation": "handshake",
138138
"topologyDescription": {
139139
"$$exists": true
140140
},

test/integration/server-selection/unified-server-selection-node-specs-logging/sharded.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"selector": {
8888
"$$exists": true
8989
},
90-
"operation": "ping",
90+
"operation": "handshake",
9191
"topologyDescription": {
9292
"$$exists": true
9393
}
@@ -101,7 +101,7 @@
101101
"selector": {
102102
"$$exists": true
103103
},
104-
"operation": "ping",
104+
"operation": "handshake",
105105
"topologyDescription": {
106106
"$$exists": true
107107
},
@@ -121,7 +121,7 @@
121121
"selector": {
122122
"$$exists": true
123123
},
124-
"operation": "ping",
124+
"operation": "handshake",
125125
"topologyDescription": {
126126
"$$exists": true
127127
},
@@ -244,7 +244,7 @@
244244
"selector": {
245245
"$$exists": true
246246
},
247-
"operation": "ping",
247+
"operation": "handshake",
248248
"topologyDescription": {
249249
"$$exists": true
250250
}
@@ -258,7 +258,7 @@
258258
"selector": {
259259
"$$exists": true
260260
},
261-
"operation": "ping",
261+
"operation": "handshake",
262262
"topologyDescription": {
263263
"$$exists": true
264264
},
@@ -278,7 +278,7 @@
278278
"selector": {
279279
"$$exists": true
280280
},
281-
"operation": "ping",
281+
"operation": "handshake",
282282
"topologyDescription": {
283283
"$$exists": true
284284
},

test/integration/server-selection/unified-server-selection-node-specs-logging/standalone.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"selector": {
8585
"$$exists": true
8686
},
87-
"operation": "ping",
87+
"operation": "handshake",
8888
"topologyDescription": {
8989
"$$exists": true
9090
}
@@ -98,7 +98,7 @@
9898
"selector": {
9999
"$$exists": true
100100
},
101-
"operation": "ping",
101+
"operation": "handshake",
102102
"topologyDescription": {
103103
"$$exists": true
104104
},
@@ -118,7 +118,7 @@
118118
"selector": {
119119
"$$exists": true
120120
},
121-
"operation": "ping",
121+
"operation": "handshake",
122122
"topologyDescription": {
123123
"$$exists": true
124124
},
@@ -241,7 +241,7 @@
241241
"selector": {
242242
"$$exists": true
243243
},
244-
"operation": "ping",
244+
"operation": "handshake",
245245
"topologyDescription": {
246246
"$$exists": true
247247
}
@@ -255,7 +255,7 @@
255255
"selector": {
256256
"$$exists": true
257257
},
258-
"operation": "ping",
258+
"operation": "handshake",
259259
"topologyDescription": {
260260
"$$exists": true
261261
},
@@ -275,7 +275,7 @@
275275
"selector": {
276276
"$$exists": true
277277
},
278-
"operation": "ping",
278+
"operation": "handshake",
279279
"topologyDescription": {
280280
"$$exists": true
281281
},

0 commit comments

Comments
 (0)