Searched refs:server2Error (Results 1 – 1 of 1) sorted by relevance
1019 Status server2Error = Status.UNAVAILABLE.withDescription("Server2 failed to connect"); in allServersFailedToConnect() local1020 transportInfo2.listener.transportShutdown(server2Error); in allServersFailedToConnect()1027 assertSame(server2Error, stateInfoCaptor.getValue().getStatus()); in allServersFailedToConnect()1032 .thenReturn(PickResult.withError(server2Error)); in allServersFailedToConnect()1037 verify(mockCallListener2).onClose(same(server2Error), any(Metadata.class)); in allServersFailedToConnect()