mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-06 07:07:04 +02:00
REGTEST: lua/b00003: Specify the HAProxy pid when the command ss is executed
This avoids confusions with any other haproxy process.
This commit is contained in:
parent
c423030dac
commit
ce4ec5039f
@ -48,6 +48,6 @@ client c1 -connect ${h1_frt_sock} -repeat 100 {
|
||||
syslog Slog -wait
|
||||
|
||||
shell {
|
||||
ss -pt | grep CLOSE-WAIT.*haproxy
|
||||
ss -pt | grep CLOSE-WAIT.*haproxy.*pid=${h1_pid}
|
||||
exit $((!$?))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user