Evan
31ebae7c35
fix(tests): mock mutate_sql_based_on_config passthrough in sqllab_tests
...
test_execute_sql_statements and test_execute_sql_statements_ctas mocked
`query.database` as a bare MagicMock, so the new pre-split mutation call
in execute_sql_statements (which re-parses the mutator's return value as
SQL) got back an unconfigured MagicMock instead of a string, leaving zero
parsed statements and tripping the "mutator removed all executable
statements" guard. Configure mutate_sql_based_on_config to pass the SQL
through unchanged, matching the real Database method's default behavior
and the pattern already used in the new unit tests.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com >
2026-07-17 17:42:18 -07:00
..
2026-04-24 15:52:42 -04:00
2026-04-24 15:52:42 -04:00
2025-01-31 13:54:05 -03:00
2025-07-31 19:27:42 -07:00
2026-06-26 18:01:14 -07:00
2026-07-08 11:00:03 -07:00
2026-04-24 15:52:42 -04:00
2026-07-14 10:29:18 -07:00
2026-07-09 19:57:05 -07:00
2026-07-13 09:40:33 -07:00
2026-07-13 09:40:33 -07:00
2026-06-29 15:08:29 -07:00
2026-07-13 09:40:33 -07:00
2026-06-09 11:08:08 -07:00
2026-02-04 12:37:17 +03:00
2025-08-06 00:17:50 -04:00
2026-07-14 10:29:18 -07:00
2024-02-21 16:28:38 -07:00
2026-07-02 17:23:31 -07:00
2026-07-08 11:00:03 -07:00
2026-07-15 21:49:47 -07:00
2026-07-12 20:23:29 +07:00
2026-06-11 05:33:42 -07:00
2026-07-10 04:29:34 -07:00
2026-07-08 11:00:03 -07:00
2026-06-05 16:36:30 -07:00
2026-04-24 15:52:42 -04:00
2026-04-22 11:14:59 -07:00
2026-06-29 11:38:59 -07:00
2026-07-14 11:10:12 -07:00
2026-07-15 23:36:47 -07:00
2024-06-10 12:35:07 -04:00
2026-07-08 11:00:03 -07:00
2026-07-14 10:29:18 -07:00
2025-07-31 19:27:42 -07:00
2026-07-13 09:40:33 -07:00
2026-07-17 12:34:38 -07:00
2026-07-08 11:00:03 -07:00
2026-07-13 09:40:33 -07:00
2024-04-09 09:52:02 -07:00
2026-07-08 11:00:03 -07:00
2026-07-08 11:00:03 -07:00
2026-07-07 08:57:08 -07:00
2026-07-13 09:40:33 -07:00
2025-01-24 14:52:22 -03:00
2025-09-12 09:21:37 +01:00
2026-06-30 13:50:38 -07:00
2026-07-01 11:20:13 -07:00
2024-10-07 13:17:27 -07:00
2026-07-08 11:00:03 -07:00
2026-07-08 11:00:03 -07:00
2026-07-01 11:20:13 -07:00
2024-10-07 13:17:27 -07:00
2026-05-26 21:17:08 -03:00
2026-07-16 21:50:46 -07:00
2026-06-05 11:41:40 -07:00
2026-07-08 11:00:03 -07:00
2024-12-18 17:41:34 -08:00
2026-07-07 17:12:01 +02:00
2026-07-17 17:42:18 -07:00
2024-12-18 17:41:34 -08:00
2026-07-01 11:20:13 -07:00
2023-06-01 12:01:10 -07:00
2025-01-17 16:16:02 -08:00
2026-07-09 19:57:05 -07:00
2024-12-18 17:41:34 -08:00
2026-07-08 11:00:03 -07:00
2025-07-31 19:27:42 -07:00
2026-06-13 13:52:00 -07:00
2026-04-24 15:52:42 -04:00
2024-06-10 12:35:07 -04:00
2026-02-18 19:52:06 -03:00
2026-06-17 09:35:21 -06:00
2026-07-01 11:20:13 -07:00
2026-06-24 02:14:25 -07:00