Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Vikas Choudhary <choudharyvikas16@gmail.com>
  • Loading branch information
vikaschoudhary16 committed May 11, 2024
1 parent 1f0a668 commit 536a0f2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/common/tcp_proxy/upstream_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -637,16 +637,12 @@ TEST_F(CombinedUpstreamTest, UpstreamReset) {
this->setup();
EXPECT_CALL(*this->mock_router_upstream_request_, resetStream());
EXPECT_CALL(this->callbacks_, onEvent(_));
this->upstream_->onResetStream(Http::StreamResetReason::ConnectionTermination, "");
}

TEST_F(CombinedUpstreamTest, UpstreamWatermarks) {
this->setup();
EXPECT_CALL(this->callbacks_, onAboveWriteBufferHighWatermark());
this->upstream_->onAboveWriteBufferHighWatermark();

EXPECT_CALL(this->callbacks_, onBelowWriteBufferLowWatermark());
this->upstream_->onBelowWriteBufferLowWatermark();
}

TEST_F(CombinedUpstreamTest, OnSuccessCalledOnValidResponse) {
Expand Down

0 comments on commit 536a0f2

Please sign in to comment.