Shorter paths to PID files in integration tests
authorKirill Isakov <bootctl@gmail.com>
Tue, 31 May 2022 19:30:58 +0000 (01:30 +0600)
committerKirill Isakov <bootctl@gmail.com>
Tue, 31 May 2022 19:30:58 +0000 (01:30 +0600)
commit49265a9689d08a5d9d4663ee61f3c613d6896f14
tree739e73c898b2ac50ad2b4525dd6ba3a54b3412eb
parent99259f215aca7929a17e7f7429c14e8324a2c9f4
Shorter paths to PID files in integration tests

Tests were running into the 108-char limit on UNIX socket path length.

Since we don't care about saving PID files and sockets for further
analysis if anything does wrong with the test, just shove them into a
temporary directory (which is likely to have a very short name).
test/integration/cmd_misc.py
test/integration/commandline.py
test/integration/testlib/proc.py