mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
Update agent tests to wait a bit longer for the /v1/agent/self endpoint (#4937)
This commit is contained in:
parent
b153f9be39
commit
e30cc73b1d
@ -72,7 +72,8 @@ func TestHTTPAPI_MethodNotAllowed_OSS(t *testing.T) {
|
|||||||
testMethodNotAllowed := func(method string, path string, allowedMethods []string) {
|
testMethodNotAllowed := func(method string, path string, allowedMethods []string) {
|
||||||
t.Run(method+" "+path, func(t *testing.T) {
|
t.Run(method+" "+path, func(t *testing.T) {
|
||||||
client := fastClient
|
client := fastClient
|
||||||
if path == "/v1/agent/leave" {
|
switch path {
|
||||||
|
case "/v1/agent/leave", "/v1/agent/self":
|
||||||
// there are actual sleeps in this code that should take longer
|
// there are actual sleeps in this code that should take longer
|
||||||
client = slowClient
|
client = slowClient
|
||||||
t.Logf("Using slow http client for leave tests")
|
t.Logf("Using slow http client for leave tests")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user