Skip to content

Remove tests for zero-copy replication#82250

Merged
alexey-milovidov merged 9 commits intomasterfrom
remove-test-zero-copy-replication
Jul 14, 2025
Merged

Remove tests for zero-copy replication#82250
alexey-milovidov merged 9 commits intomasterfrom
remove-test-zero-copy-replication

Conversation

@alexey-milovidov
Copy link
Copy Markdown
Member

Changelog category (leave one):

  • CI Fix or Improvement (changelog entry is not required)

@clickhouse-gh
Copy link
Copy Markdown
Contributor

clickhouse-gh bot commented Jun 20, 2025

Workflow [PR], commit [4f7f092]

Summary:

@clickhouse-gh clickhouse-gh bot added the pr-ci label Jun 20, 2025
@filimonov
Copy link
Copy Markdown
Contributor

Maybe just removing them from buzz tests is enough?

It's not the greatest feature for sure, but some people use it.

I understand that looking / fixing new buzztests report about that feature is not the greatest time investment, but having it uncovered by tests at all - does not sound nice. So maybe we can keep those happy path tests exists, to not brake at least those which exist.

@alexey-milovidov
Copy link
Copy Markdown
Member Author

Many of these tests are problematic. For example, assertion happens inside ZeroCopyLock.
But read this:

/** Caveats: usage of locks in ZooKeeper is incorrect in 99% of cases,
  *  and highlights your poor understanding of distributed systems.
  *
  * It's only correct if all the operations that are performed under lock
  *  are atomically checking that the lock still holds
  *  or if we ensure that these operations will be undone if lock is lost
  *  (due to ZooKeeper session loss) that's very difficult to achieve.
  *
  * It's Ok if every operation that we perform under lock is actually operation in ZooKeeper.
  *
  * In 1% of cases when you can correctly use Lock, the logic is complex enough, so you don't need this class.
  *
  * TLDR: Don't use this code if you are not sure. We only have a few cases of it's usage.
  */
class ZooKeeperLock

@alexey-milovidov
Copy link
Copy Markdown
Member Author

And here are all failures in master:

check_start_time check_name test_name report_url
2024-06-20 15:58:30 Stateless tests (azure, asan) [4/4] 02922_deduplication_with_zero_copy https://s3.amazonaws.com/clickhouse-test-reports/0/0cc42b9cd059d87b35d8d1e5058f0066c28b95f8/stateless_tests__azure__asan__[4_4].html
2024-06-20 15:59:54 Stateless tests (aarch64) 02922_deduplication_with_zero_copy https://s3.amazonaws.com/clickhouse-test-reports/0/0cc42b9cd059d87b35d8d1e5058f0066c28b95f8/stateless_tests__aarch64_.html
2024-06-27 11:35:48 Integration tests (tsan) [3/6] test_zero_copy_fetch/test.py::test_zero_copy_mutation https://s3.amazonaws.com/clickhouse-test-reports/0/7892e77d9d7a35930881408c47b5f6e5db90a0dd/integration_tests__tsan__[3_6].html
2024-07-02 15:18:29 Stateless tests (debug, s3 storage) [6/6] 02494_zero_copy_projection_cancel_fetch https://s3.amazonaws.com/clickhouse-test-reports/0/bfc0260f359a0c11dc86b75f97f0ba256215e21a/stateless_tests__debug__s3_storage__[6_6].html
2024-07-02 19:29:29 Stateless tests (debug, s3 storage) [6/6] 02922_deduplication_with_zero_copy https://s3.amazonaws.com/clickhouse-test-reports/0/188e9536e1d324809da620726d341b392d6fd9de/stateless_tests__debug__s3_storage__[6_6].html
2024-07-03 19:37:19 Stateless tests (debug) [5/5] 02922_deduplication_with_zero_copy https://s3.amazonaws.com/clickhouse-test-reports/0/9d79bd96250fb8ee9057343f02614db331172494/stateless_tests__debug__[5_5].html
2024-07-08 13:18:09 Stateless tests (aarch64) 02922_deduplication_with_zero_copy https://s3.amazonaws.com/clickhouse-test-reports/0/a3d53dc627e96ad49df46912a3323cb2e2331cc6/stateless_tests__aarch64_.html
2024-07-11 10:39:54 Stateless tests (debug, s3 storage) [2/2] 02922_deduplication_with_zero_copy https://s3.amazonaws.com/clickhouse-test-reports/0/75dd68ae2b7f5fbbbeee642dcac3503badb23122/stateless_tests__debug__s3_storage__[2_2].html
2024-07-17 20:21:20 Stateless tests (tsan) [2/2] 02922_deduplication_with_zero_copy https://s3.amazonaws.com/clickhouse-test-reports/0/74b4bc78ad353fccd31a8d1d74109b2ba342e486/stateless_tests__tsan__[2_2].html
2024-08-12 21:16:29 Stateless tests (release) 02922_deduplication_with_zero_copy https://s3.amazonaws.com/clickhouse-test-reports/0/ea9b7d4c279826dcd2c174002debd67b12bad1b9/stateless_tests__release_.html
2024-10-05 22:00:47 Integration tests (asan) [4/4] test_replicated_s3_zero_copy_drop_partition/test.py::test_drop_complex_columns https://s3.amazonaws.com/clickhouse-test-reports/0/19613041d913bbec775a4ab8373e3a8ae2e96830/integration_tests__asan__[4_4].html
2024-10-08 09:48:42 Integration tests (asan) [4/4] test_replicated_s3_zero_copy_drop_partition/test.py::test_drop_complex_columns https://s3.amazonaws.com/clickhouse-test-reports/0/30991f29ac0148855dd6a926fe1d97afdce87a3d/integration_tests__asan__[4_4].html
2024-10-22 09:42:30 Integration tests (asan) [2/4] test_replicated_s3_zero_copy_drop_partition/test.py::test_drop_complex_columns https://s3.amazonaws.com/clickhouse-test-reports/0/56346671fe1777aa635b9cc451223eeda3a03d92/integration_tests__asan__[2_4].html
2024-10-28 20:19:46 Integration tests (asan) [4/4] test_replicated_s3_zero_copy_drop_partition/test.py::test_drop_complex_columns https://s3.amazonaws.com/clickhouse-test-reports/0/fadf93a62296d65bb465b40431c8b6d403ea7fe0/integration_tests__asan__[4_4].html
2024-11-15 01:59:45 Stateless tests (debug, s3 storage) 02922_deduplication_with_zero_copy https://s3.amazonaws.com/clickhouse-test-reports/0/4dc9331b7a1061367ed7832e2abf66aecd7d6967/stateless_tests__debug__s3_storage_.html
2024-11-20 15:38:29 Integration tests (aarch64) [6/6] test_s3_zero_copy_replication/test.py::test_move_shared_lock_fail_keeper_unavailable https://s3.amazonaws.com/clickhouse-test-reports/0/64ea850e5bc22899e5d6870e5523e1a821c12263/integration_tests__aarch64__[6_6].html
2024-11-21 09:05:29 Integration tests (asan, old analyzer) [1/6] test_s3_zero_copy_replication/test.py::test_move_shared_lock_fail_keeper_unavailable https://s3.amazonaws.com/clickhouse-test-reports/0/e0f8b8d35107f96002d8c7d31026f75f44a3fa1c/integration_tests__asan__old_analyzer__[1_6].html
2024-11-21 20:28:55 Stateless tests (tsan) [4/4] 02922_deduplication_with_zero_copy https://s3.amazonaws.com/clickhouse-test-reports/0/acb968a8c66b9278b97469662784371e1712ac07/stateless_tests__tsan__[4_4].html
2024-11-26 12:44:58 Integration tests (aarch64) [6/6] test_s3_zero_copy_replication/test.py::test_move_shared_lock_fail_keeper_unavailable https://s3.amazonaws.com/clickhouse-test-reports/0/c70bf58d9c3e589662f0b1ef24983885bd47b9dd/integration_tests__aarch64__[6_6].html
2024-12-09 09:32:53 Stateless tests (aarch64) 02922_deduplication_with_zero_copy https://s3.amazonaws.com/clickhouse-test-reports/0/71117fbbf322caa635d75ff5709ea475c2ce2ec6/stateless_tests__aarch64_.html
2024-12-10 22:54:55 Integration tests (asan, old analyzer) [5/6] test_replicated_merge_tree_s3_zero_copy/test.py::test_drop_table https://s3.amazonaws.com/clickhouse-test-reports/0/bb1604d48ca3b6b52b14d31b85f7821219272deb/integration_tests__asan__old_analyzer__[5_6].html
2024-12-10 22:55:31 Integration tests (asan) [2/4] test_replicated_merge_tree_s3_zero_copy/test.py::test_drop_table https://s3.amazonaws.com/clickhouse-test-reports/0/bb1604d48ca3b6b52b14d31b85f7821219272deb/integration_tests__asan__[2_4].html
2024-12-11 01:58:42 Integration tests (asan) [2/4] test_replicated_merge_tree_s3_zero_copy/test.py::test_drop_table https://s3.amazonaws.com/clickhouse-test-reports/0/88f7b53d8cc73208b6d9fcf5ee3619ca4ead9f12/integration_tests__asan__[2_4].html
2024-12-11 12:39:50 Integration tests (asan, old analyzer) [5/6] test_replicated_merge_tree_s3_zero_copy/test.py::test_drop_table https://s3.amazonaws.com/clickhouse-test-reports/0/66eecb112f7b48e122f54ea71d33e3fe4f459117/integration_tests__asan__old_analyzer__[5_6].html
2024-12-11 12:46:57 Integration tests (asan) [2/4] test_replicated_merge_tree_s3_zero_copy/test.py::test_drop_table https://s3.amazonaws.com/clickhouse-test-reports/0/33b8948a5c2f0c8df7931a9e6ffa9eb4c30c2a02/integration_tests__asan__[2_4].html
2024-12-11 15:58:54 Integration tests (tsan) [5/6] test_replicated_merge_tree_s3_zero_copy/test.py::test_drop_table https://s3.amazonaws.com/clickhouse-test-reports/0/2bc96dc2da0afeb2ce5326ebd78d8b851af54382/integration_tests__tsan__[5_6].html
2024-12-11 18:57:02 Integration tests (aarch64) [6/6] test_replicated_merge_tree_s3_zero_copy/test.py::test_drop_table https://s3.amazonaws.com/clickhouse-test-reports/0/ca44a16364376bf853036e6963e610d5b6a9aa47/integration_tests__aarch64__[6_6].html
2024-12-12 16:56:56 Integration tests (asan) [3/4] test_replicated_merge_tree_s3_zero_copy/test.py::test_drop_table https://s3.amazonaws.com/clickhouse-test-reports/0/8fd157180219fbd2efe044fb24cb496cadda1eba/integration_tests__asan__[3_4].html
2024-12-12 16:57:26 Integration tests (tsan) [4/6] test_replicated_merge_tree_s3_zero_copy/test.py::test_drop_table https://s3.amazonaws.com/clickhouse-test-reports/0/8fd157180219fbd2efe044fb24cb496cadda1eba/integration_tests__tsan__[4_6].html
2024-12-12 17:09:49 Integration tests (asan, old analyzer) [4/6] test_replicated_merge_tree_s3_zero_copy/test.py::test_drop_table https://s3.amazonaws.com/clickhouse-test-reports/0/7f7c7a5fa344f51c2bbe9bc0489d5d3d0da29ac0/integration_tests__asan__old_analyzer__[4_6].html
2024-12-12 19:16:55 Integration tests (tsan) [4/6] test_replicated_merge_tree_s3_zero_copy/test.py::test_drop_table https://s3.amazonaws.com/clickhouse-test-reports/0/5e21ecba279aaf29e177d5d5f503277d320e9f45/integration_tests__tsan__[4_6].html
2024-12-20 13:15:53 Stateless tests (debug) [2/2] 02922_deduplication_with_zero_copy https://s3.amazonaws.com/clickhouse-test-reports/0/0b06d432faf93baec758cd7b8766e1f4f82a7dfe/stateless_tests__debug__[2_2].html
2025-01-23 22:35:28 Integration tests (asan) [1/4] test_replicated_merge_tree_s3_zero_copy/test.py::test_drop_table https://s3.amazonaws.com/clickhouse-test-reports/0/d9184e55630e6135870925e7afd53072ed94fa6e/integration_tests__asan__[1_4].html
2025-01-23 22:35:28 Integration tests (asan) [1/4] test_s3_zero_copy_replication/test.py::test_s3_zero_copy_unfreeze_system https://s3.amazonaws.com/clickhouse-test-reports/0/d9184e55630e6135870925e7afd53072ed94fa6e/integration_tests__asan__[1_4].html
2025-01-29 12:37:52 Integration tests (asan, old analyzer) [5/6] test_replicated_merge_tree_s3_zero_copy/test.py::test_insert_select_replicated[0-16] https://s3.amazonaws.com/clickhouse-test-reports/0/ca12bf8d6d89edcaf27660f80ce8f4ffbaf1a9b9/integration_tests__asan__old_analyzer__[5_6].html
2025-02-03 18:42:16 Integration tests (asan, old analyzer) [6/6] test_replicated_merge_tree_s3_zero_copy/test.py::test_insert_select_replicated[8192-12] https://s3.amazonaws.com/clickhouse-test-reports/0/265c53e6b6dace8c2936a7faa1fee85320f220a4/integration_tests__asan__old_analyzer__[6_6].html
2025-02-03 18:42:16 Integration tests (asan, old analyzer) [6/6] test_replicated_merge_tree_s3_zero_copy/test.py::test_drop_table https://s3.amazonaws.com/clickhouse-test-reports/0/265c53e6b6dace8c2936a7faa1fee85320f220a4/integration_tests__asan__old_analyzer__[6_6].html
2025-02-03 18:42:16 Integration tests (asan, old analyzer) [6/6] test_replicated_merge_tree_s3_zero_copy/test.py::test_insert_select_replicated[0-16] https://s3.amazonaws.com/clickhouse-test-reports/0/265c53e6b6dace8c2936a7faa1fee85320f220a4/integration_tests__asan__old_analyzer__[6_6].html
2025-02-03 18:42:16 Integration tests (asan, old analyzer) [6/6] test_replicated_merge_tree_s3_zero_copy/test.py::test_s3_check_restore https://s3.amazonaws.com/clickhouse-test-reports/0/265c53e6b6dace8c2936a7faa1fee85320f220a4/integration_tests__asan__old_analyzer__[6_6].html
2025-02-03 18:42:16 Integration tests (asan, old analyzer) [6/6] test_replicated_merge_tree_s3_zero_copy/test.py::test_insert_select_replicated[8192-12] https://s3.amazonaws.com/clickhouse-test-reports/0/265c53e6b6dace8c2936a7faa1fee85320f220a4/integration_tests__asan__old_analyzer__[6_6].html
2025-02-03 18:42:16 Integration tests (asan, old analyzer) [6/6] test_replicated_merge_tree_s3_zero_copy/test.py::test_drop_table https://s3.amazonaws.com/clickhouse-test-reports/0/265c53e6b6dace8c2936a7faa1fee85320f220a4/integration_tests__asan__old_analyzer__[6_6].html
2025-02-03 18:42:16 Integration tests (asan, old analyzer) [6/6] test_replicated_merge_tree_s3_zero_copy/test.py::test_insert_select_replicated[0-16] https://s3.amazonaws.com/clickhouse-test-reports/0/265c53e6b6dace8c2936a7faa1fee85320f220a4/integration_tests__asan__old_analyzer__[6_6].html
2025-02-03 18:42:16 Integration tests (asan, old analyzer) [6/6] test_replicated_merge_tree_s3_zero_copy/test.py::test_s3_check_restore https://s3.amazonaws.com/clickhouse-test-reports/0/265c53e6b6dace8c2936a7faa1fee85320f220a4/integration_tests__asan__old_analyzer__[6_6].html
2025-02-11 10:57:36 Integration tests (tsan, 5/6) test_zero_copy_replication_drop_detached_part/test.py::test_drop_detached_part https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=11991bb3cfaa57042ecb5a1fb428631136cf2d35&name_0=MasterCI&name_1=Integration%20tests%20%28tsan%2C%205%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_replicated_zero_copy_projection_mutation/test.py::test_all_projection_files_are_dropped_when_part_is_dropped https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_replicated_zero_copy_projection_mutation/test.py::test_hardlinks_preserved_when_projection_dropped https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_move_shared_zero_copy_lock_fail[None-zero_copy_lock_zk_fail_after_op] https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_move_shared_zero_copy_lock_fail[None-zero_copy_lock_zk_fail_before_op] https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_move_shared_zero_copy_lock_fail[zero_copy_unlock_zk_fail_after_op-zero_copy_lock_zk_fail_after_op] https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_move_shared_zero_copy_lock_fail[zero_copy_unlock_zk_fail_after_op-zero_copy_lock_zk_fail_before_op] https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_move_shared_zero_copy_lock_fail[zero_copy_unlock_zk_fail_before_op-zero_copy_lock_zk_fail_after_op] https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_move_shared_zero_copy_lock_fail[zero_copy_unlock_zk_fail_before_op-zero_copy_lock_zk_fail_before_op] https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_s3_zero_copy_concurrent_merge https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_s3_zero_copy_drop_detached_alter https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_s3_zero_copy_drop_detached_system https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_s3_zero_copy_keeps_data_after_mutation https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_s3_zero_copy_replication[s3] https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_s3_zero_copy_unfreeze_alter https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_s3_zero_copy_unfreeze_system https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_s3_zero_copy_with_ttl_delete[False-10] https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_s3_zero_copy_with_ttl_delete[True-3] https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_s3_zero_copy_with_ttl_move[tiered-False-10] https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_s3_zero_copy_with_ttl_move[tiered-True-3] https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_s3_zero_copy_with_ttl_move[tiered_copy-False-10] https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-02-25 22:03:27 Integration tests (asan, old analyzer, 6/6) test_s3_zero_copy_replication/test.py::test_s3_zero_copy_with_ttl_move[tiered_copy-True-3] https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=f7ab42216fbe1c101f36a3983be54ad433cd0a1c&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%206%2F6%29
2025-03-12 16:14:40 Integration tests (asan, old analyzer, 1/6) test_replicated_merge_tree_s3_zero_copy/test.py::test_insert_select_replicated[0-16] https://s3.amazonaws.com/clickhouse-test-reports/json.html?PR=77495&sha=86b0b625e88c368cc35631c56d330f8c54dd933e&name_0=PR&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%201%2F6%29
2025-03-12 16:14:40 Integration tests (asan, old analyzer, 1/6) test_replicated_merge_tree_s3_zero_copy/test.py::test_s3_check_restore https://s3.amazonaws.com/clickhouse-test-reports/json.html?PR=77495&sha=86b0b625e88c368cc35631c56d330f8c54dd933e&name_0=PR&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%201%2F6%29
2025-03-12 16:14:40 Integration tests (asan, old analyzer, 1/6) test_replicated_merge_tree_s3_zero_copy/test.py::test_drop_table https://s3.amazonaws.com/clickhouse-test-reports/json.html?PR=77495&sha=86b0b625e88c368cc35631c56d330f8c54dd933e&name_0=PR&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%201%2F6%29
2025-03-12 16:14:40 Integration tests (asan, old analyzer, 1/6) test_replicated_merge_tree_s3_zero_copy/test.py::test_insert_select_replicated[8192-12] https://s3.amazonaws.com/clickhouse-test-reports/json.html?PR=77495&sha=86b0b625e88c368cc35631c56d330f8c54dd933e&name_0=PR&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%201%2F6%29
2025-04-13 18:27:37 Integration tests (asan, old analyzer, 1/6) test_replicated_merge_tree_s3_zero_copy/test.py::test_drop_table https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=6325cd884a197c4dadc4b1fa484f3748901cdbdf&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%201%2F6%29
2025-04-13 18:27:37 Integration tests (asan, old analyzer, 1/6) test_replicated_merge_tree_s3_zero_copy/test.py::test_s3_check_restore https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=6325cd884a197c4dadc4b1fa484f3748901cdbdf&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%201%2F6%29
2025-04-13 18:27:37 Integration tests (asan, old analyzer, 1/6) test_replicated_merge_tree_s3_zero_copy/test.py::test_insert_select_replicated[8192-12] https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=6325cd884a197c4dadc4b1fa484f3748901cdbdf&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%201%2F6%29
2025-04-13 18:27:37 Integration tests (asan, old analyzer, 1/6) test_replicated_merge_tree_s3_zero_copy/test.py::test_insert_select_replicated[0-16] https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=6325cd884a197c4dadc4b1fa484f3748901cdbdf&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%201%2F6%29
2025-05-11 15:45:47 Stateless tests (tsan, 3/3) 02922_deduplication_with_zero_copy https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=b3a683b0d941c1e10551e323f8b09d828a04f7f7&name_0=MasterCI&name_1=Stateless%20tests%20%28tsan%2C%203%2F3%29
2025-05-15 12:38:42 Integration tests (tsan, 6/6) test_s3_zero_copy_ttl/test_vertical_merge_memory_usage.py::test_vertical_merge_memory_usage https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=4ea312030e3e2ee763a9d67373f15879f2f85945&name_0=MasterCI&name_1=Integration%20tests%20%28tsan%2C%206%2F6%29
2025-06-01 17:32:33 Integration tests (tsan, 6/6) test_zero_copy_fetch/test.py::test_zero_copy_mutation https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=5b1d1a5b6e070b24346f930513af19ba4a4e7a08&name_0=MasterCI&name_1=Integration%20tests%20%28tsan%2C%206%2F6%29
2025-06-04 12:04:50 Integration tests (asan, old analyzer, 2/6) test_replicated_merge_tree_s3_zero_copy/test.py::test_drop_table https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=03b17b870f50d16d0a8226b796b365ebf9029c66&name_0=MasterCI&name_1=Integration%20tests%20%28asan%2C%20old%20analyzer%2C%202%2F6%29
2025-06-12 17:08:28 Stateless tests (amd_ubsan) 02413_replace_partition_zero_copy https://s3.amazonaws.com/clickhouse-test-reports/json.html?REF=master&sha=ac6a7e7ee9f2d2ce05a331464499bcdb7850ba37&name_0=MasterCI&name_1=Stateless%20tests%20%28amd_ubsan%29

@alexey-milovidov alexey-milovidov merged commit 1e151b4 into master Jul 14, 2025
351 of 355 checks passed
@alexey-milovidov alexey-milovidov deleted the remove-test-zero-copy-replication branch July 14, 2025 21:46
@robot-ch-test-poll robot-ch-test-poll added the pr-synced-to-cloud The PR is synced to the cloud repo label Jul 14, 2025
@azat
Copy link
Copy Markdown
Member

azat commented Jul 15, 2025

Have you left this on purpose?

  • 02432_s3_parallel_parts_cleanup
  • test_remote_blobs_naming/test_backward_compatibility.py
  • test_encrypted_disk_replication/test.py

@alexey-milovidov
Copy link
Copy Markdown
Member Author

About 02432_s3_parallel_parts_cleanup - there were some complications, didn't have time to look.
Other tests remain not on purpose - please help remove zero-copy replication from them.

azat added a commit to azat/ClickHouse that referenced this pull request Aug 21, 2025
Follow up for ClickHouse#82250, this test fails with DatabaseReplicated, another
option is ClickHouse#83727, but we removed all other tests so better to remove.

But I left the integration tests, since likely they will not cause CI
problems.
@azat
Copy link
Copy Markdown
Member

azat commented Aug 21, 2025

I've removed stateless tests here - #86006

And decided to keep integration tests, likely they are will not cause troubles anywya

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-ci pr-synced-to-cloud The PR is synced to the cloud repo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants