Commit 3e267bf
committed
tests: skip Issue161 test on Firebird 6
The Firebird 6 master snapshot in CI aborts parameterized EXECUTE
PROCEDURE on the very first SQLExecute — "Stack overflow" on Windows,
SEGFAULT on Linux — and every matrix job that runs against it fails on
the new test. Locally the same test passes against the 6.0.0.1910
snapshot, and all FB 3 / 4 / 5 jobs pass green, so it isn't the Issue
#161 driver fix itself that regresses. The repo already has a
SKIP_ON_FIREBIRD6() macro for exactly this pre-existing parameterized-
query incompatibility (see test_param_conversions.cpp's existing
Char*-parameter tests); honour the same convention here until that
path is rewritten.
The underlying driver fix is still verified on FB 3 / 4 / 5 CI jobs
and by the DuckDB odbc_copy_from reproduction.1 parent fb356d6 commit 3e267bf
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
289 | 297 | | |
290 | 298 | | |
291 | 299 | | |
| |||
0 commit comments