deps: update cel-cpp and abseil#10243
Conversation
Signed-off-by: Kuat Yessenov <kuat@google.com>
|
Thanks! Looks like there's a legitimate failure, due to how absl now throws when calling envoy/source/common/http/utility.cc Line 785 in 0957bfe But also we only passed in an empty string because there are 15 patterns but only 14 specified. envoy/test/common/http/utility_test.cc Line 767 in 0957bfe parseAuthority or at least document that the host should be nonempty anyway.
|
Signed-off-by: Kuat Yessenov <kuat@google.com>
|
Thanks @asraa , nice find. I added a defensive check since changing the pre-condition would require changing all the clients (and some might live outside of this repo). Let me know what you think. |
Signed-off-by: Kuat Yessenov <kuat@google.com>
Signed-off-by: Kuat Yessenov <kuat@google.com>
|
Coverage failed in some QUIC test. I don't think this change could possibly cause that. |
|
/retest |
|
🔨 rebuilding |
|
/retest |
|
🔨 rebuilding |
|
@lizan Coverage is again acting up. Let me know if you have any ideas how to resolve it this time. |
|
Please merge master and it will probably be (mostly) fixed. |
Signed-off-by: Kuat Yessenov kuat@google.com
Description: updates google/cel-cpp and abseil
Risk Level: low
Testing: backwards compatible
Docs Changes: none
Release Notes: none