Skip to content

Commit 3da29af

Browse files
committed
fix test style
Signed-off-by: Megrez Lu <[email protected]>
1 parent 9ed7e27 commit 3da29af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xds/src/test/java/io/grpc/xds/GrpcXdsClientImplTestBase.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -2777,7 +2777,8 @@ public void edsAllowRespondAfterUnsubscription() {
27772777
verifyResourceMetadataAcked(EDS, "A.1", resourcesV1.get("A.1"), VERSION_1, TIME_INCREMENT);
27782778
verify(edsResourceWatcher, times(1)).onChanged(any());
27792779

2780-
// trigger an EDS resource unsubscription. This would probably be caused by CDS PUSH(let's say event e1) in the real world.
2780+
// trigger an EDS resource unsubscription.
2781+
// This would probably be caused by CDS PUSH(let's say event e1) in the real world.
27812782
// Then there can be a potential data race between
27822783
// 1) the EDS unsubscription caused by CDS PUSH e1 (client-side) and,
27832784
// 2) the immediate EDS PUSH from XdsServer (server-side) after CDS PUSH e1 (event e2).

0 commit comments

Comments
 (0)