duckdb / duckdb

DuckDB is an analytical in-process SQL database management system
http://www.duckdb.org
MIT License
19.34k stars 1.59k forks source link

[Python][Dev] Skip statements with decorators (only if, skip if) in the Python SQLLogicTester #12102

Closed Tishj closed 4 weeks ago

Tishj commented 4 weeks ago

This PR fixes the CI run that runs the python sqllogic tester.

Namely test/sql/parallelism/interquery/concurrent_reads_while_appending.test was causing a crash because skipif/onlyif were being ignored

Mytherin commented 4 weeks ago

Thanks!