Nikita Fomichev
Nikita Fomichev
`SELECT * FROM test` hangs with `max_types=255` and big number of types (265). Insert is just too long. ``` time pastila https://pastila.nl/?0006e67d/a572a7de6ab9f44442835cce2da1b056#fphVwtwR/+/3DogkorMtUA== | clickhouse client -n --echo ```
> It works well for me (with release build downloaded from the CI) Yes, problem was in debug build Two things here: 1. Variant instead of Dynamic in exception message...
Can't filter by int because of types mismatch. ``` pastila https://pastila.nl/?020c4c9a/70fae8e3f2a3ec6cecfae4f50773aad6#Hwy2AegPJJpwM28TIeWiHg== | clickhouse client -n --echo SET allow_experimental_dynamic_type=1; DROP TABLE IF EXISTS test; CREATE TABLE test (d Dynamic) ENGINE =...
@al13n321 maybe new analyzer? https://github.com/ClickHouse/ClickHouse/issues/64917
The bugs from https://github.com/ClickHouse/ClickHouse/pull/68154 have not been addressed
@Algunenano Yes, I'm trying to remove unnecessary `no-parallel` tags, and it is safe to create a database in the test if the same database name is not used by other...
To improve test runs, we need to identify what takes the most time in a single test job: - 5 min setup - 15 min for all parallel tests -...
https://s3.amazonaws.com/clickhouse-test-reports/67110/beb506a5b8179f5c88a6f5fc90d62b8e74bf0d35/stateless_tests__release__old_analyzer__s3__databasereplicated__[2_4].html
I've added tests from https://github.com/ClickHouse/ClickHouse/pull/67429 And rebased from master
@pufit Logical error with new tests: https://s3.amazonaws.com/clickhouse-test-reports/67469/cabea50dc9d3cc7a019c899dbbf502c9030e2216/integration_tests__asan__old_analyzer__[6_6].html ``` 2024.08.14 17:08:57.436188 [ 1 ] {} : Logical error: 'prev.thread_id == curr.thread_id'. 2024.08.14 17:08:57.452609 [ 1 ] {} : Stack trace (when...