Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: tyxia <[email protected]>
  • Loading branch information
tyxia committed Oct 10, 2024
1 parent 42dc470 commit 11fb745
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4353,14 +4353,13 @@ TEST_P(ExtProcIntegrationTest, ObservabilityModeWithFullRequestAndTimeout) {
timeSystem().advanceTimeWaitImpl(400ms);
return false;
});
processRequestBodyMessage(*grpc_upstreams_[0], false,
[this](const HttpBody& body, BodyResponse&) {
// Advance 400 ms. Default timeout is 200ms
timeSystem().advanceTimeWaitImpl(400ms);
return false;
});
processRequestBodyMessage(*grpc_upstreams_[0], false, [this](const HttpBody&, BodyResponse&) {
// Advance 400 ms. Default timeout is 200ms
timeSystem().advanceTimeWaitImpl(400ms);
return false;
});
processRequestTrailersMessage(*grpc_upstreams_[0], false,
[this](const HttpTrailers& trailers, TrailersResponse&) {
[this](const HttpTrailers&, TrailersResponse&) {
// Advance 400 ms. Default timeout is 200ms
timeSystem().advanceTimeWaitImpl(400ms);
return false;
Expand Down

0 comments on commit 11fb745

Please sign in to comment.