Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Test br_gcs fails #795

Closed
overvenus opened this issue Mar 4, 2021 · 2 comments · May be fixed by #859
Closed

Test br_gcs fails #795

overvenus opened this issue Mar 4, 2021 · 2 comments · May be fixed by #859
Assignees
Labels

Comments

@overvenus
Copy link
Member

overvenus commented Mar 4, 2021

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?
    If possible, provide a recipe for reproducing the error.

br_gcs fails due to fail to starting GCS server (address already in use)

[2021-03-04T02:06:22.191Z] + bin/fake-gcs-server -scheme http -host localhost -port 21808 -backend memory -public-host localhost:21808
[2021-03-04T02:06:22.191Z] * About to connect() to localhost port 21808 (#0)
[2021-03-04T02:06:22.191Z] *   Trying 127.0.0.1...
[2021-03-04T02:06:22.191Z] * Connection refused
[2021-03-04T02:06:22.191Z] *   Trying ::1...
[2021-03-04T02:06:22.191Z] * Failed to connect to ::1: Network is unreachable
[2021-03-04T02:06:22.191Z] * Failed connect to localhost:21808; Network is unreachable
[2021-03-04T02:06:22.191Z] * Closing connection 0
[2021-03-04T02:06:22.191Z] + i=1
[2021-03-04T02:06:22.191Z] + '[' 1 -gt 7 ']'
[2021-03-04T02:06:22.191Z] + sleep 2
[2021-03-04T02:06:22.191Z] time="2021-03-04T10:06:21+08:00" level=fatal msg="couldn't start the server" error="listen tcp 127.0.0.1:21808: bind: address already in use"
[2021-03-04T02:06:24.088Z] + curl -o /dev/null -v -s http://localhost:21808/
[2021-03-04T02:06:24.088Z] * About to connect() to localhost port 21808 (#0)
[2021-03-04T02:06:24.088Z] *   Trying 127.0.0.1...
[2021-03-04T02:06:24.088Z] * Connection refused
[2021-03-04T02:06:24.088Z] *   Trying ::1...
[2021-03-04T02:06:24.088Z] * Failed to connect to ::1: Network is unreachable
[2021-03-04T02:06:24.088Z] * Failed connect to localhost:21808; Network is unreachable
[2021-03-04T02:06:24.088Z] * Closing connection 0

https://internal.pingcap.net/idc-jenkins/blue/organizations/jenkins/br_ghpr_unit_and_integration_test/detail/br_ghpr_unit_and_integration_test/5266/pipeline#step-1001-log-50

@overvenus overvenus added type/bug Something isn't working component/test labels Mar 4, 2021
@3pointer
Copy link
Collaborator

seem br_gcs test no more failed. so close this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants