Sema Checherinda

Results 91 comments of Sema Checherinda

01526_client_start_and_exit -- deleted

What has left: - CREATE WINDOW VIEW wv TO dst POPULATE AS SELECT - done - rechain how Synks consumes chunks, they have to split chunk into a series as...

At this commit [3db3b36](https://github.com/ClickHouse/ClickHouse/pull/61601/commits/3db3b365ea46ee1fc388a1788ce59b9426b99c71) CI has passed, well almost passed. Except: Tidy build (fixed) and Stateless tests flaky check (asan). I'm not going to fight for `Stateless tests flaky check...

I tried to add `no-parallel` tag to the new tests. Particular that test `03008_deduplication_mv_generates_several_blocks_nonreplicated` does 64 probs with different settings. In each probs it could create up to 100 new...

The only concern here is `test_storage_s3_queue/test.py::test_multiple_tables_streaming_sync_distributed[ordered]` It failed in this PR for the first time on insignificant change. That test flasks in other PR with no clear relation to the...

03172_error_log_table_not_empty -- is flaky, fixing it in https://github.com/ClickHouse/ClickHouse/pull/66093

It is interesting `chassert(isUniqTypes());` -- https://s3.amazonaws.com/clickhouse-test-reports/66093/78a2139f2a43752196a029995b6965ada359c954/stress_test__tsan_.html https://github.com/ClickHouse/ClickHouse/issues/66122 Upgrade Check -- Changed settings are not reflected in settings changes history (see changed_settings.txt): update_insert_deduplication_token_in_dependent_materialized_views 01275_parallel_mv -- flaks https://s3.amazonaws.com/clickhouse-test-reports/66093/78a2139f2a43752196a029995b6965ada359c954/stateless_tests__aarch64_.html I did not see...

> > It is interesting > > You only run a partial CI, not full. `73 successful, 4 skipped, and 8 failing checks` Test_3 was never run, because Test_2 was...

test_checking_s3_blobs_paranoid/test.py::test_query_is_canceled_with_inf_retries -- Im fixing here https://github.com/ClickHouse/ClickHouse/issues/64451