mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Revert "break tests/integration/test_merge_tree_s3/test.py"
This reverts commit 5dd231ede1
.
This commit is contained in:
parent
a39820e596
commit
bb8986de5d
@ -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(
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user