File tree 2 files changed +16
-7
lines changed
testdata/server-discovery-and-monitoring/unified
2 files changed +16
-7
lines changed 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