Skip to content

Commit ffdaba0

Browse files
committed
not sure why this was changed? but i think we still need this patch
1 parent 313120a commit ffdaba0

File tree

1 file changed

+19
-68
lines changed

1 file changed

+19
-68
lines changed
Lines changed: 19 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,35 @@
11
diff --git a/test/connection_logging/connection-logging.json b/test/connection_logging/connection-logging.json
2-
index d40cfbb7e..5799e834d 100644
2+
index 5799e834..72103b3c 100644
33
--- a/test/connection_logging/connection-logging.json
44
+++ b/test/connection_logging/connection-logging.json
5-
@@ -272,7 +272,13 @@
6-
"level": "debug",
7-
"component": "connection",
8-
"data": {
9-
- "message": "Connection pool closed",
10-
+ "message": "Connection closed",
11-
+ "driverConnectionId": {
5+
@@ -446,6 +446,22 @@
6+
}
7+
}
8+
},
9+
+ {
10+
+ "level": "debug",
11+
+ "component": "connection",
12+
+ "data": {
13+
+ "message": "Connection pool cleared",
14+
+ "serverHost": {
15+
+ "$$type": "string"
16+
+ },
17+
+ "serverPort": {
1218
+ "$$type": [
1319
+ "int",
1420
+ "long"
1521
+ ]
16-
+ },
17-
"serverHost": {
18-
"$$type": "string"
19-
},
20-
@@ -281,20 +287,15 @@
21-
"int",
22-
"long"
23-
]
24-
- }
25-
+ },
26-
+ "reason": "Connection pool was closed"
27-
}
28-
},
22+
+ }
23+
+ }
24+
+ },
2925
{
3026
"level": "debug",
3127
"component": "connection",
32-
"data": {
33-
- "message": "Connection closed",
34-
- "driverConnectionId": {
35-
- "$$type": [
36-
- "int",
37-
- "long"
38-
- ]
39-
- },
40-
+ "message": "Connection pool closed",
41-
"serverHost": {
42-
"$$type": "string"
43-
},
44-
@@ -303,8 +304,7 @@
45-
"int",
46-
"long"
28+
@@ -498,22 +514,6 @@
4729
]
48-
- },
49-
- "reason": "Connection pool was closed"
50-
+ }
51-
}
52-
}
53-
]
54-
@@ -446,22 +446,6 @@
5530
}
5631
}
57-
},
32+
- },
5833
- {
5934
- "level": "debug",
6035
- "component": "connection",
@@ -70,30 +45,6 @@ index d40cfbb7e..5799e834d 100644
7045
- ]
7146
- }
7247
- }
73-
- },
74-
{
75-
"level": "debug",
76-
"component": "connection",
77-
@@ -514,6 +498,22 @@
78-
]
79-
}
80-
}
81-
+ },
82-
+ {
83-
+ "level": "debug",
84-
+ "component": "connection",
85-
+ "data": {
86-
+ "message": "Connection pool cleared",
87-
+ "serverHost": {
88-
+ "$$type": "string"
89-
+ },
90-
+ "serverPort": {
91-
+ "$$type": [
92-
+ "int",
93-
+ "long"
94-
+ ]
95-
+ }
96-
+ }
9748
}
9849
]
9950
}

0 commit comments

Comments
 (0)