Skip to content

Commit 65ddc50

Browse files
committed
Debugging stateless tests failure
1 parent f9a9a99 commit 65ddc50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/clickhouse-test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1857,6 +1857,9 @@ class TestCase:
18571857
if result.status == TestStatus.FAIL and self.testcase_args:
18581858
description_full += "Database: " + self.testcase_args.testcase_database
18591859

1860+
if result.status == TestStatus.FAIL:
1861+
description_full += "\nSystem disk usage:\n" + subprocess.check_output("df -h", shell=True).decode('utf-8')
1862+
18601863
result.description = description_full
18611864
return result
18621865

0 commit comments

Comments
 (0)