We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c2b34b commit fdd0e01Copy full SHA for fdd0e01
test/integration/integration.cc
@@ -442,7 +442,8 @@ void BaseIntegrationTest::createGeneratedApiTestServer(const std::string& bootst
442
if (!allow_lds_rejection) {
443
RELEASE_ASSERT(test_server_->counter(rejected) == nullptr ||
444
test_server_->counter(rejected)->value() == 0,
445
- "Lds update failed");
+ "Lds update failed. For details, run test with -l trace and look for "
446
+ "\"Error adding/updating listener(s)\" in the logs.");
447
}
448
time_system_.sleep(std::chrono::milliseconds(10));
449
0 commit comments