mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
ci: add more logs in the functional tests reports
Due to settings randomization 4096 is not enough even to show all settings, like here [1]. [1]: https://s3.amazonaws.com/clickhouse-test-reports/68139/c852bd9dbaa317423234d4f15f21d64e59be42b5/stateless_tests_flaky_check__asan_.html Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
80b18a8591
commit
375de7ff65
@ -116,7 +116,7 @@ def process_test_log(log_path, broken_tests):
|
||||
test[0],
|
||||
test[1],
|
||||
test[2],
|
||||
"".join(test[3])[:4096].replace("\t", "\\t").replace("\n", "\\n"),
|
||||
"".join(test[3])[:8192].replace("\t", "\\t").replace("\n", "\\n"),
|
||||
]
|
||||
for test in test_results
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user