mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 19:12:03 +00:00
Merge pull request #39939 from azat/stress-oom
tests/stress: add dmesg output (to see OOM details)
This commit is contained in:
commit
8883c1d08c
@ -456,3 +456,5 @@ for core in core.*; do
|
|||||||
pigz $core
|
pigz $core
|
||||||
mv $core.gz /test_output/
|
mv $core.gz /test_output/
|
||||||
done
|
done
|
||||||
|
|
||||||
|
dmesg -T > /test_output/dmesg.log
|
||||||
|
Loading…
Reference in New Issue
Block a user