Sema Checherinda
Sema Checherinda
03008_deduplication_random_setttings fails due to https://github.com/ClickHouse/ClickHouse/issues/92065 Will set `enable_analyzer=1` in the test
01459_manual_write_to_replicas_quorum_detach_attach -- https://github.com/ClickHouse/ClickHouse/issues/87801
Failure of `02124_insert_deduplication_token_materialized_views` looks suspicious, It also failed exactly like that in other PR https://s3.amazonaws.com/clickhouse-test-reports/json.html?PR=91706&sha=d7f6de8aab647b1c392047f709b57901041a1b9c&name_0=PR&name_1=Stateless%20tests%20%28amd_asan%2C%20distributed%20plan%2C%20parallel%2C%201%2F2%29&name_1=Stateless%20tests%20%28amd_asan%2C%20distributed%20plan%2C%20parallel%2C%201%2F2%29 Will keep an eye on it.
It is considered that it is not worth to correcting logical error without analyzer.
Thank for fixing it.
> Sema Checherinda when are we expecting this to be live please? It would be merged in master in a week or two: it is a lot of code to...
test_concurrent_ttl_merges --- https://github.com/ClickHouse/ClickHouse/issues/92128 test_plain_rewritable_backward_compatibility --- https://github.com/ClickHouse/ClickHouse/issues/92129
I have here the issue with the `AsynchronousInsertQueue::flush` It has mutex, no concurrent flushes. When it works, other flushes stopped due to `flush_stopped` var. I need to address this.