Skip to content

Commit

Permalink
PST-1816 fix debug logging test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiří Novák committed Aug 28, 2024
1 parent dc7c972 commit 01147d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/functional/run-action-debug-logging/expected-stdout
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Exporting "sales" to "in.c-main.escaping".
[%s] DEBUG: Running query "SELECT 1". [] []
Exported "7" rows to "in.c-main.escaping".
Exporting "sales" to "in.c-main.sales".
[%s] DEBUG: Running query "SELECT * FROM INFORMATION_SCHEMA.TABLES as c WHERE LOWER(c.TABLE_SCHEMA) = 'test' AND LOWER(c.TABLE_NAME) IN ('sales') ORDER BY TABLE_SCHEMA, TABLE_NAME". [] []
[%s] DEBUG: Running query "SELECT * FROM INFORMATION_SCHEMA.COLUMNS as c WHERE LOWER(c.TABLE_SCHEMA) = 'test' AND LOWER(c.TABLE_NAME) IN ('sales') ORDER BY TABLE_SCHEMA, TABLE_NAME, ORDINAL_POSITION". [] []
[%s] DEBUG: Running query "SELECT TABLE_SCHEMA, TABLE_NAME, COLUMN_NAME, CONSTRAINT_NAME, REFERENCED_TABLE_NAME, REFERENCED_COLUMN_NAME, REFERENCED_TABLE_SCHEMA FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE as c WHERE LOWER(c.TABLE_SCHEMA) = 'test' AND LOWER(c.TABLE_NAME) IN ('sales')". [] []
[%s] DEBUG: Running query "SELECT * FROM `test`.`sales`". [] []
[%s] DEBUG: Running query "SELECT 1". [] []
[%s] DEBUG: Running query "SELECT * FROM INFORMATION_SCHEMA.TABLES as c WHERE LOWER(c.TABLE_SCHEMA) = 'test' AND LOWER(c.TABLE_NAME) IN ('sales') ORDER BY TABLE_SCHEMA, TABLE_NAME". [] []
Expand Down

0 comments on commit 01147d3

Please sign in to comment.