Skip to content

Commit e8200e3

Browse files
committed
remove useless comment
1 parent c2abe7b commit e8200e3

File tree

1 file changed

+2
-2
lines changed
  • tests/integration/test_export_replicated_mt_partition_to_object_storage

1 file changed

+2
-2
lines changed

tests/integration/test_export_replicated_mt_partition_to_object_storage/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ def test_export_partition_file_already_exists_policy(cluster):
534534
"""
535535
) == "COMPLETED\n", "Export should be marked as COMPLETED"
536536

537-
# wait for the exports to finish (already completed, but ensure it's done)
537+
# wait for the exports to finish
538538
wait_for_export_status(node, mt_table, s3_table, "2020", "COMPLETED")
539539

540540
# try to export the partition
@@ -580,7 +580,7 @@ def test_export_partition_file_already_exists_policy(cluster):
580580
f"ALTER TABLE {mt_table} EXPORT PARTITION ID '2020' TO TABLE {s3_table} SETTINGS export_merge_tree_partition_force_export=1, export_merge_tree_part_file_already_exists_policy='error', export_merge_tree_partition_max_retries=1",
581581
)
582582

583-
# wait for the export to finish (should fail)
583+
# wait for the export to finish
584584
wait_for_export_status(node, mt_table, s3_table, "2020", "FAILED")
585585

586586
# check system.replicated_partition_exports for the export

0 commit comments

Comments
 (0)