You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the servers that are used when testing the healthz endpoints are using the default port from the flag (8080). These should be randomized via port :0
Relevant error log from failing test:
E0525 17:43:15.273643 05697 range.go:161] failed init accounting configuration map: prefix.go:111: no default prefix specified
--- FAIL: TestHealthz (0.01 seconds) server_test.go:70: error requesting healthz at http://localhost:8080/_admin/healthz: Get http://localhost:8080/_admin/healthz: dial tcp 127.0.0.1:8080: connection refused
--- FAIL: TestGzip (0.00 seconds) server_test.go:101: could not make request to http://localhost:8080/_admin/healthz: Get http://localhost:8080/_admin/healthz: dial tcp 127.0.0.1:8080: connection refused
E0525 17:43:15.281753 05697 range.go:161] failed init permissions configuration map: prefix.go:111: no default prefix specified
E0525 17:43:15.281928 05697 range.go:161] failed init zones configuration map: prefix.go:111: no default prefix specifiedadmin REST request failed: zone_cli.go:49: 500 Internal Server Error: zone.go:127: the default zone configuration cannot be deleted
The text was updated successfully, but these errors were encountered:
Currently the servers that are used when testing the healthz endpoints are using the default port from the flag (8080). These should be randomized via port :0
Relevant error log from failing test:
The text was updated successfully, but these errors were encountered: