Revert "break tests/integration/test_merge_tree_s3/test.py"

This reverts commit 5dd231ede1.
This commit is contained in:
vdimir 2024-01-18 08:56:05 +00:00
parent a39820e596
commit bb8986de5d
No known key found for this signature in database
GPG Key ID: 6EE4CE2BEDC51862
2 changed files with 0 additions and 6 deletions

View File

@ -375,11 +375,6 @@ def main():
)
state = override_status(state, check_name, invert=validate_bugfix_check)
# break to debug locally
if validate_bugfix_check:
state = "error"
description = "Invalid check_status.tsv"
ch_helper = ClickHouseHelper()
report_url = upload_results(

View File

@ -187,7 +187,6 @@ def test_simple_insert_select(
)
assert node.query("SELECT * FROM s3_test order by dt, id FORMAT Values") == values1
assert len(list_objects(cluster, "data/")) == FILES_OVERHEAD + files_per_part
assert False, "test is broken"
node.query("SYSTEM FLUSH LOGS")
blob_storage_log = node.query(