Skip to content

Commit

Permalink
Reduce log verbosity (and log write races).
Browse files Browse the repository at this point in the history
Signed-off-by: Harvey Tuch <[email protected]>
  • Loading branch information
htuch committed May 15, 2018
1 parent 3d5a5f5 commit abea163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/integration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ IntegrationTcpClient::IntegrationTcpClient(Event::Dispatcher& dispatcher,
EXPECT_CALL(factory, create_(_, _))
.WillOnce(Invoke([&](std::function<void()> below_low,
std::function<void()> above_high) -> Buffer::Instance* {
client_write_buffer_ = new MockWatermarkBuffer(below_low, above_high);
client_write_buffer_ = new NiceMock<MockWatermarkBuffer>(below_low, above_high);
return client_write_buffer_;
}));

Expand Down

0 comments on commit abea163

Please sign in to comment.