mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 22:01:37 -05:00
socket tests: Serialize sonewconn_overflow
It relies on being able inspect the dmesg buffer to see whether the kernel logged certain messages. If it's interleaved with tests that generate large amounts of console output (e.g., GELI tests), then it can fail spuriously. MFC after: 2 weeks (cherry picked from commit ab27e232b14c07317642a2e4c546c9b71bd9c00b)
This commit is contained in:
parent
fb8670d3f8
commit
bed96ef09d
1 changed files with 1 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ ATF_TESTS_SH+= coredump_phnum_test
|
|||
ATF_TESTS_SH+= sonewconn_overflow
|
||||
TEST_METADATA.sonewconn_overflow+= required_programs="python"
|
||||
TEST_METADATA.sonewconn_overflow+= required_user="root"
|
||||
TEST_METADATA.sonewconn_overflow+= is_exclusive="true"
|
||||
ATF_TESTS_SH+= sendfile_test
|
||||
|
||||
${PACKAGE}FILES+= sonewconn_overflow.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue