We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82070ba commit 4d44ec8Copy full SHA for 4d44ec8
tests/integration/test_temporary_data/test.py
@@ -56,5 +56,5 @@ def test_tmp_data_no_leftovers(start_cluster):
56
path_to_data = "/var/lib/clickhouse/"
57
58
# 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'"])
+ result = node.exec_in_container(["bash", "-c", f"ls -1 {path_to_data}tmp/ | grep -v 'sentry' ||:"])
60
assert result == ""
0 commit comments