Skip to content

Commit

Permalink
test: adding debug hints for integration test config failures (#8038)
Browse files Browse the repository at this point in the history
Risk Level: n/a (test only)
Testing: manual
Docs Changes: n/a
Release Notes: n/a

Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk authored Aug 26, 2019
1 parent 5c2b34b commit fdd0e01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/integration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,8 @@ void BaseIntegrationTest::createGeneratedApiTestServer(const std::string& bootst
if (!allow_lds_rejection) {
RELEASE_ASSERT(test_server_->counter(rejected) == nullptr ||
test_server_->counter(rejected)->value() == 0,
"Lds update failed");
"Lds update failed. For details, run test with -l trace and look for "
"\"Error adding/updating listener(s)\" in the logs.");
}
time_system_.sleep(std::chrono::milliseconds(10));
}
Expand Down

0 comments on commit fdd0e01

Please sign in to comment.