Skip to content

Commit

Permalink
test: make t/plugin/traffic-split.t stable (#5176)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacewander authored Oct 9, 2021
1 parent 4ddeb4f commit 03a1c76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/plugin/traffic-split.t
Original file line number Diff line number Diff line change
Expand Up @@ -626,10 +626,10 @@ GET /t
name = "upstream_A",
type = "roundrobin",
nodes = {
["foo.com:80"] = 0
["apiseven.com:80"] = 0
}
},
weight = 2
weight = 100000
}, {
weight = 1
} }
Expand Down Expand Up @@ -667,7 +667,7 @@ passed
GET /server_port
--- error_code: 502
--- error_log eval
qr/dns resolver domain: foo.com to \d+.\d+.\d+.\d+/
qr/dns resolver domain: apiseven.com to \d+.\d+.\d+.\d+/



Expand Down

0 comments on commit 03a1c76

Please sign in to comment.