ClickHouse / clickhouse-odbc

ODBC driver for ClickHouse
https://clickhouse.tech
Apache License 2.0
247 stars 88 forks source link

Review and fix all xFail cases in parametrized tests (parametrized-regression.py) #287

Open traceon opened 4 years ago

traceon commented 4 years ago

Parametrized tests (powered by TestFlows) were integrated by https://github.com/ClickHouse/clickhouse-odbc/pull/247

Some of the tests are marked as xFail ("allowed to fail") since they fail in some/all platforms and environments. A proper permanent solution should be provided for all of them, by fixing the bugs they reveal, or adding the missing functionality.