Skip to content

Use %v instead of %s in relay logs #224

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

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Use %v instead of %s in relay logs #224

merged 1 commit into from
Sep 15, 2023

Conversation

drigz
Copy link
Contributor

@drigz drigz commented Sep 15, 2023

This doesn't change the formatting but is more consistent with our other
error format strings.

I also fixed the location of a string due to an unclear review comment I
made.

This doesn't change the formatting but is more consistent with our other
error format strings.

I also fixed the location of a string due to an unclear review comment I
made.
@drigz drigz requested a review from ensonic September 15, 2023 08:41
Copy link
Contributor

@ensonic ensonic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for the cleanup!

@drigz drigz enabled auto-merge (squash) September 15, 2023 08:43
@drigz drigz merged commit 4d52ba0 into main Sep 15, 2023
@drigz drigz deleted the rodrigoq/nits branch September 15, 2023 08:49
@faximan
Copy link
Contributor

faximan commented Sep 15, 2023

I think this might have broken the postsubmit: https://github.com/googlecloudrobotics/core/actions/runs/6196097256

(happened to notice as I manually ran postsubmit for an unrelated change that failed with the same error)

@drigz drigz mentioned this pull request Sep 15, 2023
drigz added a commit that referenced this pull request Sep 15, 2023
drigz added a commit that referenced this pull request Sep 15, 2023
It causes the postsubmit integration test to fail with:

```
error: Timeout occurred
TEST FAILED: echo command did not run, output was "", want "hello"
```

when testing `kubectl exec`.


https://source.cloud.google.com/results/invocations/8f0b86f7-c5c4-41a3-9e4c-43e325d9e1ae/targets/%2F%2Fsrc%2Fgo%2Ftests:relay_test/log

- Revert "Use %v instead of %s in relay logs (#224)"
- Revert "fix leaking connections when user client closes connection
(#222)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants