Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
walid-git committed May 29, 2023
1 parent 9a73b57 commit 3255f13
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/varnishtest/tests/c00108.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ ${string,repeat,1024,abcdefghijklmnopqrstuvwxyz012345}
} -run

varnish v1 -cliok "param.set feature +http2"
varnish v1 -cliok "param.set http_req_size 33k"

client c2 {
stream 1 {
Expand Down
1 change: 1 addition & 0 deletions bin/varnishtest/tests/r02679.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ varnish v1 -vcl+backend {
varnish v1 -cliok "param.set feature +http2"
varnish v1 -cliok "param.set h2_rx_window_low_water 65535"
varnish v1 -cliok "param.reset h2_initial_window_size"
varnish v1 -cliok "param.set http_req_size 32k"

client c1 {
stream 1 {
Expand Down
1 change: 1 addition & 0 deletions bin/varnishtest/tests/t02018.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ varnish v1 -vcl+backend {
varnish v1 -cliok "param.set feature +http2"
varnish v1 -cliok "param.reset h2_initial_window_size"
varnish v1 -cliok "param.reset h2_rx_window_low_water"
varnish v1 -cliok "param.set http_req_size 130k"

client c1 {
stream 1 {
Expand Down
1 change: 1 addition & 0 deletions bin/varnishtest/tests/t02019.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ varnish v1 -vcl+backend {
varnish v1 -cliok "param.set feature +http2"
varnish v1 -cliok "param.reset h2_initial_window_size"
varnish v1 -cliok "param.reset h2_rx_window_low_water"
varnish v1 -cliok "param.set http_req_size 130k"

client c1 {
stream 1 {
Expand Down
1 change: 1 addition & 0 deletions bin/varnishtest/tests/t02020.vtc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ varnish v1 -cliok "param.set feature +http2"
varnish v1 -cliok "param.reset h2_initial_window_size"
varnish v1 -cliok "param.reset h2_rx_window_low_water"
varnish v1 -cliok "param.set debug +syncvsl"
varnish v1 -cliok "param.set http_req_size 130k"

client c1 {
stream 1 {
Expand Down

0 comments on commit 3255f13

Please sign in to comment.