pjfanning commented on code in PR #235:
URL: https://github.com/apache/incubator-pekko/pull/235#discussion_r1129268756
##########
cluster/src/test/scala/org/apache/pekko/cluster/ClusterDomainEventPublisherSpec.scala:
##########
@@ -52,18 +52,18 @@ class ClusterDomainEventPublisherSpec
final val OtherDataCenter = "dc2"
- val aUp = TestMember(Address(protocol, "sys", "a", 2552), Up)
+ val aUp = TestMember(Address(protocol, "sys", "a", 7355), Up)
val aLeaving = aUp.copy(status = Leaving)
val aExiting = aLeaving.copy(status = Exiting)
val aRemoved = aExiting.copy(status = Removed)
- val bExiting = TestMember(Address(protocol, "sys", "b", 2552), Exiting)
+ val bExiting = TestMember(Address(protocol, "sys", "b", 7355), Exiting)
val bRemoved = bExiting.copy(status = Removed)
- val cJoining = TestMember(Address(protocol, "sys", "c", 2552), Joining,
Set("GRP"))
+ val cJoining = TestMember(Address(protocol, "sys", "c", 7355), Joining,
Set("GRP"))
val cUp = cJoining.copy(status = Up)
val cRemoved = cUp.copy(status = Removed)
val a51Up = TestMember(Address(protocol, "sys", "a", 2551), Up)
Review Comment:
done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]