tests: avoid "_csv.Error: field larger than field limit (131072)" error#38030
tests: avoid "_csv.Error: field larger than field limit (131072)" error#38030tavplubix merged 2 commits intoClickHouse:masterfrom
Conversation
|
stderr may be quite long too... |
Actually both stderr and stdout are limited to 100 lines. ClickHouse/tests/clickhouse-test Line 739 in f03119e And the main source of this error is hung check report, suppressing everything after
This is a great idea! OK, I will leave first 100 lines from the stdout/stderr and filter out hung check report. |
Signed-off-by: Azat Khuzhin <[email protected]>
v2: apply black v3: ignore only hung check report v4: ignore everything after "Database: " Signed-off-by: Azat Khuzhin <[email protected]>
|
Stateless tests (thread, actions) [1/3] - checks with tsan are broken after upgrading to llvm-14 |
Changelog category (leave one):
Ignores tests stdout (and hence hung check stdout) to avoid too long lines in csv.