mirror of https://github.com/grpc/grpc-node.git
Add more logging to tests that fail on new versions
This commit is contained in:
parent
66f51d1cd2
commit
7360726e87
|
@ -479,6 +479,7 @@ describe('Name Resolver', () => {
|
||||||
console.log(`Enpoint list: ${JSON.stringify(maybeEndpointList)}`);
|
console.log(`Enpoint list: ${JSON.stringify(maybeEndpointList)}`);
|
||||||
assert(!maybeEndpointList.ok);
|
assert(!maybeEndpointList.ok);
|
||||||
resultCount += 1;
|
resultCount += 1;
|
||||||
|
console.log(`resultCount: ${resultCount}`);
|
||||||
if (resultCount === 1) {
|
if (resultCount === 1) {
|
||||||
process.nextTick(() => resolver.updateResolution());
|
process.nextTick(() => resolver.updateResolution());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue