Skip to content

Commit fdd0e01

Browse files
authored
test: adding debug hints for integration test config failures (envoyproxy#8038)
Risk Level: n/a (test only) Testing: manual Docs Changes: n/a Release Notes: n/a Signed-off-by: Alyssa Wilk <[email protected]>
1 parent 5c2b34b commit fdd0e01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/integration/integration.cc

+2-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,8 @@ void BaseIntegrationTest::createGeneratedApiTestServer(const std::string& bootst
442442
if (!allow_lds_rejection) {
443443
RELEASE_ASSERT(test_server_->counter(rejected) == nullptr ||
444444
test_server_->counter(rejected)->value() == 0,
445-
"Lds update failed");
445+
"Lds update failed. For details, run test with -l trace and look for "
446+
"\"Error adding/updating listener(s)\" in the logs.");
446447
}
447448
time_system_.sleep(std::chrono::milliseconds(10));
448449
}

0 commit comments

Comments
 (0)