Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error running IT: too many colons in address #624

Closed
yussufsh opened this issue Apr 8, 2024 · 2 comments · Fixed by #625
Closed

Error running IT: too many colons in address #624

yussufsh opened this issue Apr 8, 2024 · 2 comments · Fixed by #625
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@yussufsh
Copy link
Contributor

yussufsh commented Apr 8, 2024

/kind bug

What happened?
Error running integration test:

  [FAILED] error during create volume
  Expected
      <*fmt.wrapError | 0xc00087a220>: 
      failed to exit idle mode: invalid target address tcp://localhost:10000, error info: address tcp://localhost:10000:443: too many colons in address
      {
          msg: "failed to exit idle mode: invalid target address tcp://localhost:10000, error info: address tcp://localhost:10000:443: too many colons in address",
          err: <*errors.errorString | 0xc000758600>{
              s: "invalid target address tcp://localhost:10000, error info: address tcp://localhost:10000:443: too many colons in address",
          },
      }
@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Apr 8, 2024
@yussufsh
Copy link
Contributor Author

yussufsh commented Apr 8, 2024

With the NewClient changes in grpc/grpc-go#7029 the new func uses dns as default resolver compared to passthrough for Dial func.

@yussufsh
Copy link
Contributor Author

yussufsh commented Apr 8, 2024

/assign

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants