Skip to content

Commit 4d44ec8

Browse files
Fix test
1 parent 82070ba commit 4d44ec8

File tree

1 file changed

+1
-1
lines changed
  • tests/integration/test_temporary_data

1 file changed

+1
-1
lines changed

tests/integration/test_temporary_data/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ def test_tmp_data_no_leftovers(start_cluster):
5656
path_to_data = "/var/lib/clickhouse/"
5757

5858
# Check that there are no temporary files left. Other than from the Sentry library.
59-
result = node.exec_in_container(["bash", "-c", f"ls -1 {path_to_data}tmp/ | grep -v 'sentry'"])
59+
result = node.exec_in_container(["bash", "-c", f"ls -1 {path_to_data}tmp/ | grep -v 'sentry' ||:"])
6060
assert result == ""

0 commit comments

Comments
 (0)