Re: [PATCH v2 00/23] iotests: Add and use $SOCK_DIR

2019-10-18 Thread Max Reitz
On 17.10.19 15:31, Max Reitz wrote: > Hi, > > Perhaps the main reason we cannot run important tests such as 041 in CI > is that when they care Unix sockets in $TEST_DIR, the path may become > too long to connect to them. > > To get by this problem, this series lets the check script create a new

Re: [PATCH v2 00/23] iotests: Add and use $SOCK_DIR

2019-10-17 Thread Eric Blake
On 10/17/19 8:31 AM, Max Reitz wrote: Hi, Perhaps the main reason we cannot run important tests such as 041 in CI is that when they care Unix sockets in $TEST_DIR, the path may become too long to connect to them. To get by this problem, this series lets the check script create a new temporary

[PATCH v2 00/23] iotests: Add and use $SOCK_DIR

2019-10-17 Thread Max Reitz
Hi, Perhaps the main reason we cannot run important tests such as 041 in CI is that when they care Unix sockets in $TEST_DIR, the path may become too long to connect to them. To get by this problem, this series lets the check script create a new temporary directory (mktemp -d) and then makes the