Skip to content

Commit 93441f9

Browse files
timsehnfulghum
andauthored
Update server/handler_test.go
Co-authored-by: Jason Fulghum <[email protected]>
1 parent ec34acb commit 93441f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

server/handler_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2021,10 +2021,6 @@ func TestHandlerDoQueryIntegration(t *testing.T) {
20212021
connID, ok := logger.Data[sql.ConnectionIdLogField].(uint32)
20222022
require.True(t, ok, "Connection ID should be a uint32")
20232023
require.Equal(t, conn.ConnectionID, connID, "Connection ID should match the connection")
2024-
2025-
// The test verifies that our code changes compile and execute without error
2026-
// The actual query time field will be set temporarily during query execution in doQuery
2027-
// but won't persist in the session logger (which is the expected behavior)
20282024
}
20292025

20302026
// TestQueryTimeLoggerBehavior tests that query time field can be added to logger entries

0 commit comments

Comments
 (0)