Skip to content

Update Envoy to cfe0391 (Feb 5th 2021).#621

Merged
mum4k merged 2 commits intoenvoyproxy:mainfrom
mum4k:envoy-update
Feb 7, 2021
Merged

Update Envoy to cfe0391 (Feb 5th 2021).#621
mum4k merged 2 commits intoenvoyproxy:mainfrom
mum4k:envoy-update

Conversation

@mum4k
Copy link
Copy Markdown
Collaborator

@mum4k mum4k commented Feb 6, 2021

  • synchronizing .bazelrc from Envoy repository.
  • the API of getJsonStringFromMessage changed, it now returns ProtobufUtil::StatusOr instead of std::string. Switching our code over to getJsonStringFromMessageOrDie which continues to return std::string.
  • Increased the no_output_timeout parameter to 30m for test_gcc which was timing out.

Signed-off-by: Jakub Sobon mumak@google.com

- synchronizing `.bazelrc` from Envoy repository.
- the API of `getJsonStringFromMessage` changed, it now returns
`ProtobufUtil::StatusOr` instead of `std::string`. Switching our code over to
`getJsonStringFromMessageOrDie` which continues to return `std::string`.

Signed-off-by: Jakub Sobon <mumak@google.com>
@mum4k mum4k requested a review from oschaaf February 6, 2021 05:42
@mum4k mum4k added the waiting-for-review A PR waiting for a review. label Feb 6, 2021
oschaaf
oschaaf previously approved these changes Feb 6, 2021
Copy link
Copy Markdown
Member

@oschaaf oschaaf left a comment

Choose a reason for hiding this comment

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

It's almost as if CI became a bit slower to execute in the last couple of days somehow. The CI tasks we have that have historically been sensitive to that all started flaking. Here test_gcc ends with Too long with no output (exceeded 10m0s): context deadline exceeded. That seems like something that should resolve on a retry.

One question about the method that transforms messages to json for us; otherwise LGTM assuming that we just need to update the method names.

@oschaaf oschaaf added waiting-for-changes A PR waiting for comments to be resolved and changes to be applied. and removed waiting-for-review A PR waiting for a review. labels Feb 6, 2021
In case this is caused by CI getting slower, or to uncover the root
cause.

Signed-off-by: Jakub Sobon <mumak@google.com>
@mum4k
Copy link
Copy Markdown
Collaborator Author

mum4k commented Feb 6, 2021

The test_gcc problem reoccured after a retry. Attempting to increase the no_output_timeout to see if it is just CI getting slower, or if there is another root cause.

@mum4k
Copy link
Copy Markdown
Collaborator Author

mum4k commented Feb 7, 2021

Thank you for filing the issue @oschaaf.

@mum4k mum4k merged commit d782519 into envoyproxy:main Feb 7, 2021
@mum4k mum4k deleted the envoy-update branch February 7, 2021 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting-for-changes A PR waiting for comments to be resolved and changes to be applied.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants