Merge pull request #39939 from azat/stress-oom

tests/stress: add dmesg output (to see OOM details)
This commit is contained in:
Alexey Milovidov 2022-08-08 03:07:37 +03:00 committed by GitHub
commit 8883c1d08c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -456,3 +456,5 @@ for core in core.*; do
pigz $core
mv $core.gz /test_output/
done
dmesg -T > /test_output/dmesg.log