mymarilyn / clickhouse-driver

ClickHouse Python Driver with native interface support
https://clickhouse-driver.readthedocs.io
Other
1.2k stars 214 forks source link

test for clickhouse-driver versions 0.2.7 and 0.2.8 fails on clickhouse 23.4 #442

Closed antip00 closed 1 month ago

antip00 commented 2 months ago

0.2.7 log: test.log 0.2.8 log: test.log

seems that max_threads can't be more than 3072 in latest ClickHouse versions: image image

xzkostyan commented 2 months ago

Yes. It was fixed in master https://github.com/mymarilyn/clickhouse-driver/commit/233d09a41f59375c2c1a577d94ff28d03d1fcfdd

antip00 commented 2 months ago

test.log I have only this fail in master.

xzkostyan commented 2 months ago

Yes.

There is some certs magic for this test in docker: https://github.com/mymarilyn/clickhouse-driver/pull/421. This single test will fail no host without this magic.