Skip to content

Commit

Permalink
test delay 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wlallemand committed Oct 15, 2024
1 parent 5c8f9b4 commit e507e28
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions reg-tests/connection/http_reuse_always.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ haproxy h1 -W -conf {
http-after-response set-header http_first_request %[http_first_req]
} -start

delay 0.5

# bootstrap
client c1 -connect ${h1_feS_sock} {
txreq
Expand All @@ -39,3 +41,5 @@ client c3 -connect ${h1_feS_sock} {
rxresp
expect resp.http.http_first_request == "0"
} -run

delay 0.5
4 changes: 3 additions & 1 deletion reg-tests/mcli/mcli_debug_dev.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ haproxy h1 -W -S -conf {
server www1 ${s1_addr}:${s1_port}
} -start

shell { sleep 0.1s }
delay 0.5

haproxy h1 -mcli {
send "@1; expert-mode on; debug dev log Victory"
expect ~ ".*"
} -wait

syslog S1 -wait

delay 0.5
2 changes: 1 addition & 1 deletion reg-tests/mcli/mcli_show_info.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ haproxy h1 -W -S -conf {
server www1 ${s1_addr}:${s1_port}
} -start

shell { sleep 0.1s }
delay 0.5

haproxy h1 -mcli {
send "@1 show info"
Expand Down
4 changes: 3 additions & 1 deletion reg-tests/mcli/mcli_start_progs.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ haproxy h1 -W -S -conf {

} -start

shell { sleep 0.1s }
delay 0.5

haproxy h1 -mcli {
send "show proc"
expect ~ ".*foo.*\n.*bar.*\n"
} -wait

delay 0.5

0 comments on commit e507e28

Please sign in to comment.