quiche: Implement http2_reconstruct_object_impl.h.#6717
Merged
alyssawilk merged 3 commits intoenvoyproxy:masterfrom Apr 29, 2019
Merged
quiche: Implement http2_reconstruct_object_impl.h.#6717alyssawilk merged 3 commits intoenvoyproxy:masterfrom
alyssawilk merged 3 commits intoenvoyproxy:masterfrom
Conversation
Signed-off-by: Bin Wu <wub@google.com>
Contributor
Author
|
/assign @danzh2010 |
danzh2010
reviewed
Apr 26, 2019
| HTTP2_DLOG_EVERY_N(ERROR, 2) << "DLOG_EVERY_N(ERROR, 2)"; | ||
| } | ||
|
|
||
| TEST(Http2PlatformTest, Http2MakeUnique) { |
Contributor
Author
There was a problem hiding this comment.
Not adding this test, I just moved it up to sort the tests by name alphabetically.
Contributor
There was a problem hiding this comment.
Oh, right. It was there. Thanks for doing this!
| #define CHECK_LE(a, b) CHECK((a) <= (b)) | ||
| #define CHECK_NE(a, b) CHECK((a) != (b)) | ||
| #define CHECK_EQ(a, b) CHECK((a) == (b)) | ||
|
|
Contributor
Author
There was a problem hiding this comment.
Yeah, I copied it from there:) I copied it to the exact same location so it shouldn't cause merge conflicts.
danzh2010
previously approved these changes
Apr 26, 2019
| HTTP2_DLOG_EVERY_N(ERROR, 2) << "DLOG_EVERY_N(ERROR, 2)"; | ||
| } | ||
|
|
||
| TEST(Http2PlatformTest, Http2MakeUnique) { |
Contributor
There was a problem hiding this comment.
Oh, right. It was there. Thanks for doing this!
…_object Signed-off-by: Bin Wu <wub@google.com>
…test_tools_random. Signed-off-by: Bin Wu <wub@google.com>
Contributor
Author
|
/assign @alyssawilk |
alyssawilk
approved these changes
Apr 29, 2019
mpuncel
added a commit
to mpuncel/envoy
that referenced
this pull request
May 1, 2019
* master: (35 commits) Revert "api: Add total_issued_requests to Upstream Locality and Endpoint Stats. (envoyproxy#6692)" (envoyproxy#6761) Add test for the SocketOptionFactory::buildLiteralOptions() method. (envoyproxy#6724) Add test of parsing weighted_cluster route configuration to improve test coverage. (envoyproxy#6711) test: reducing H2 test permutations, increasing coverage time (envoyproxy#6753) Support gRPC-JSON translate without the google.api.http option. (envoyproxy#6731) quiche: implement QuicEpollClock (envoyproxy#6745) http: rc details for main Envoy workflow (envoyproxy#6560) quiche: implement QuicSystemEventLoopImpl (envoyproxy#6723) http: tracking 100s from upstream in stats (envoyproxy#6746) coverage: run without deprecated option (envoyproxy#6752) quiche: Implement spdy_test_helpers_impl. (envoyproxy#6741) [test] convert listener test stubs to v2 API (envoyproxy#6735) api: Add total_issued_requests to Upstream Locality and Endpoint Stats. (envoyproxy#6692) quiche: Implement http2_reconstruct_object_impl.h. (envoyproxy#6717) build: patch protobuf for UBSAN issue. (envoyproxy#6721) router: scoped rds (2a): scoped routing configuration protos (envoyproxy#6675) tap: use move semantics for submitTrace (envoyproxy#6709) quiche: add epoll_server for testing (envoyproxy#6650) Increase timeout of the coverage test run to 3000 seconds as it is now bumping in the current 2000s limit causing coverage run to abort sometimes. (envoyproxy#6722) quiche: Update tarball to commit 43a1c0f10f2855c3cd142f500e8d19ac6d6f5a8c (envoyproxy#6718) ... Signed-off-by: Michael Puncel <mpuncel@squareup.com>
jeffpiazza-google
pushed a commit
to jeffpiazza-google/envoy
that referenced
this pull request
May 3, 2019
Implement http2_reconstruct_object_impl.h, which provides simple test-only apis to re-construct c++ objects in place. Also added BUILD rule "http2_test_tools_random" since it's needed by http2_reconstruct_object_impl.h. Risk Level: none, code not used yet. Testing: bazel test --test_output=all test/extensions/quic_listeners/quiche/platform:all @com_googlesource_quiche//:all Docs Changes: none Release Notes: none Signed-off-by: Bin Wu <wub@google.com> Signed-off-by: Jeff Piazza <jeffpiazza@google.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Implement http2_reconstruct_object_impl.h, which provides simple test-only apis to re-construct c++ objects in place. Also added BUILD rule "http2_test_tools_random" since it's needed by http2_reconstruct_object_impl.h.
Risk Level: none, code not used yet.
Testing:
bazel test --test_output=all test/extensions/quic_listeners/quiche/platform:all @com_googlesource_quiche//:all
Docs Changes: none
Release Notes: none