File tree Expand file tree Collapse file tree 6 files changed +48
-21
lines changed
testdata/server-discovery-and-monitoring/unified Expand file tree Collapse file tree 6 files changed +48
-21
lines changed Original file line number Diff line number Diff line change 220
220
}
221
221
}
222
222
},
223
+ {
224
+ "level" : " debug" ,
225
+ "component" : " topology" ,
226
+ "data" : {
227
+ "message" : " Topology description changed" ,
228
+ "topologyId" : {
229
+ "$$exists" : true
230
+ },
231
+ "previousDescription" : {
232
+ "$$exists" : true
233
+ },
234
+ "newDescription" : {
235
+ "$$exists" : true
236
+ }
237
+ }
238
+ },
223
239
{
224
240
"level" : " debug" ,
225
241
"component" : " topology" ,
Original file line number Diff line number Diff line change @@ -109,13 +109,6 @@ tests:
109
109
topologyId : { $$exists: true }
110
110
serverHost : { $$type: string }
111
111
serverPort : { $$type: [int, long] }
112
- # TODO(GODRIVER-2967): The following log message has been removed from
113
- # the JSON analogue because it assumes that
114
- # "TopologyDescriptionChangedEvent" should occur when a topolgoy is
115
- # closed. This behavior is not clearly defined anywhere and some
116
- # drivers support and some don't.
117
- #
118
- # Need to sync whenever GODRIVER-2967 is unblocked.
119
112
- level : debug
120
113
component : topology
121
114
data :
Original file line number Diff line number Diff line change 187
187
}
188
188
}
189
189
},
190
+ {
191
+ "level" : " debug" ,
192
+ "component" : " topology" ,
193
+ "data" : {
194
+ "message" : " Topology description changed" ,
195
+ "topologyId" : {
196
+ "$$exists" : true
197
+ },
198
+ "previousDescription" : {
199
+ "$$exists" : true
200
+ },
201
+ "newDescription" : {
202
+ "$$exists" : true
203
+ }
204
+ }
205
+ },
190
206
{
191
207
"level" : " debug" ,
192
208
"component" : " topology" ,
Original file line number Diff line number Diff line change @@ -97,13 +97,6 @@ tests:
97
97
topologyId : { $$exists: true }
98
98
serverHost : { $$type: string }
99
99
serverPort : { $$type: [int, long] }
100
- # TODO(GODRIVER-2967): The following log message has been removed from
101
- # the JSON analogue because it assumes that
102
- # "TopologyDescriptionChangedEvent" should occur when a topolgoy is
103
- # closed. This behavior is not clearly defined anywhere and some
104
- # drivers support and some don't.
105
- #
106
- # Need to sync whenever GODRIVER-2967 is unblocked.
107
100
- level : debug
108
101
component : topology
109
102
data :
Original file line number Diff line number Diff line change 162
162
}
163
163
}
164
164
},
165
+ {
166
+ "level" : " debug" ,
167
+ "component" : " topology" ,
168
+ "data" : {
169
+ "message" : " Topology description changed" ,
170
+ "topologyId" : {
171
+ "$$exists" : true
172
+ },
173
+ "previousDescription" : {
174
+ "$$exists" : true
175
+ },
176
+ "newDescription" : {
177
+ "$$exists" : true
178
+ }
179
+ }
180
+ },
165
181
{
166
182
"level" : " debug" ,
167
183
"component" : " topology" ,
Original file line number Diff line number Diff line change @@ -84,13 +84,6 @@ tests:
84
84
topologyId : { $$exists: true }
85
85
serverHost : { $$type: string }
86
86
serverPort : { $$type: [int, long] }
87
- # TODO(GODRIVER-2967): The following log message has been removed from
88
- # the JSON analogue because it assumes that
89
- # "TopologyDescriptionChangedEvent" should occur when a topolgoy is
90
- # closed. This behavior is not clearly defined anywhere and some
91
- # drivers support and some don't.
92
- #
93
- # Need to sync whenever GODRIVER-2967 is unblocked.
94
87
- level : debug
95
88
component : topology
96
89
data :
You can’t perform that action at this time.
0 commit comments