File tree Expand file tree Collapse file tree 2 files changed +64
-11
lines changed Expand file tree Collapse file tree 2 files changed +64
-11
lines changed Original file line number Diff line number Diff line change
1
+ diff --git a/test/connection_logging/connection-logging.json b/test/connection_logging/connection-logging.json
2
+ index 72103b3ca..d40cfbb7e 100644
3
+ --- a/test/connection_logging/connection-logging.json
4
+ +++ b/test/connection_logging/connection-logging.json
5
+ @@ -272,13 +272,7 @@
6
+ "level": "debug",
7
+ "component": "connection",
8
+ "data": {
9
+ - "message": "Connection closed",
10
+ - "driverConnectionId": {
11
+ - "$$type": [
12
+ - "int",
13
+ - "long"
14
+ - ]
15
+ - },
16
+ + "message": "Connection pool closed",
17
+ "serverHost": {
18
+ "$$type": "string"
19
+ },
20
+ @@ -287,15 +281,20 @@
21
+ "int",
22
+ "long"
23
+ ]
24
+ - },
25
+ - "reason": "Connection pool was closed"
26
+ + }
27
+ }
28
+ },
29
+ {
30
+ "level": "debug",
31
+ "component": "connection",
32
+ "data": {
33
+ - "message": "Connection pool closed",
34
+ + "message": "Connection closed",
35
+ + "driverConnectionId": {
36
+ + "$$type": [
37
+ + "int",
38
+ + "long"
39
+ + ]
40
+ + },
41
+ "serverHost": {
42
+ "$$type": "string"
43
+ },
44
+ @@ -304,7 +303,8 @@
45
+ "int",
46
+ "long"
47
+ ]
48
+ - }
49
+ + },
50
+ + "reason": "Connection pool was closed"
51
+ }
52
+ }
53
+ ]
Original file line number Diff line number Diff line change 272
272
"level" : " debug" ,
273
273
"component" : " connection" ,
274
274
"data" : {
275
- "message" : " Connection closed" ,
276
- "driverConnectionId" : {
277
- "$$type" : [
278
- " int" ,
279
- " long"
280
- ]
281
- },
275
+ "message" : " Connection pool closed" ,
282
276
"serverHost" : {
283
277
"$$type" : " string"
284
278
},
287
281
" int" ,
288
282
" long"
289
283
]
290
- },
291
- "reason" : " Connection pool was closed"
284
+ }
292
285
}
293
286
},
294
287
{
295
288
"level" : " debug" ,
296
289
"component" : " connection" ,
297
290
"data" : {
298
- "message" : " Connection pool closed" ,
291
+ "message" : " Connection closed" ,
292
+ "driverConnectionId" : {
293
+ "$$type" : [
294
+ " int" ,
295
+ " long"
296
+ ]
297
+ },
299
298
"serverHost" : {
300
299
"$$type" : " string"
301
300
},
304
303
" int" ,
305
304
" long"
306
305
]
307
- }
306
+ },
307
+ "reason" : " Connection pool was closed"
308
308
}
309
309
}
310
310
]
You can’t perform that action at this time.
0 commit comments