Skip to content

Commit d4d385b

Browse files
fix
Signed-off-by: Abhishek Choudhary <[email protected]>
1 parent 88efe18 commit d4d385b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

t/traffic.t

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ $::HttpConfig
7474
--- request
7575
GET /t
7676
--- response_body_like eval
77-
qr/^1: 0, conn committed: true, states: 0, 0, 1, 9
78-
2: 0\.5, conn committed: true, states: 1, 1, 2, 8
79-
3: 1, conn committed: true, states: 2, 2, 3, 7
77+
qr/^1: 0, conn committed: true, states: 0, 0, 1, 1
78+
2: 0\.5, conn committed: true, states: 1, 1, 2, 2
79+
3: 1, conn committed: true, states: 2, 2, 3, 3
8080
failed to limit traffic: rejected
81-
5: 0\.(?:4[6-9]|5|5[0-4])\d*, conn committed: true, states: 0, (?:1|1\.0[0-4]\d*|0\.9[6-9]\d*), 4, 6
81+
5: 0\.(?:4[6-9]|5|5[0-4])\d*, conn committed: true, states: 0, (?:1|1\.0[0-4]\d*|0\.9[6-9]\d*), 4, 4
8282
6: 2, conn committed: true, states: 1, (?:2|2\.0[0-4]\d*|1\.9[6-9]\d*), 5, 5
8383
$/s
8484
--- no_error_log
@@ -193,15 +193,15 @@ $::HttpConfig
193193
GET /t
194194
--- response_body_like eval
195195
qr/^1: 0, conn committed: true, states: 0, 0, 1, 1
196-
2: 0\.5, conn committed: true, states: 1, 1, 2, 0
196+
2: 0\.5, conn committed: true, states: 1, 1, 2, 2
197197
failed to limit traffic: rejected
198-
states: 1, 1, 2, 0
198+
states: 1, 1, 2, 2
199199
failed to limit traffic: rejected
200-
states: 1, 1, 2, 0
200+
states: 1, 1, 2, 2
201201
failed to limit traffic: rejected
202-
states: 1, 1, 2, 0
202+
states: 1, 1, 2, 2
203203
failed to limit traffic: rejected
204-
states: 1, 1, 2, 0
204+
states: 1, 1, 2, 2
205205
$/s
206206
--- no_error_log
207207
[error]

0 commit comments

Comments
 (0)