You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "morhidi (via GitHub)" <gi...@apache.org> on 2023/04/11 20:16:01 UTC

[GitHub] [flink-kubernetes-operator] morhidi commented on a diff in pull request #563: [FLINK-31716] Event UID field is missing the first time that an event…

morhidi commented on code in PR #563:
URL: https://github.com/apache/flink-kubernetes-operator/pull/563#discussion_r1163279331


##########
flink-kubernetes-operator/src/test/java/org/apache/flink/kubernetes/operator/utils/EventUtilsTest.java:
##########
@@ -72,6 +72,7 @@ public void accept(Event event) {
                         .withName(eventName)
                         .get();
         Assertions.assertEquals(event.getMetadata().getUid(), eventConsumed.getMetadata().getUid());

Review Comment:
   This is redundant with the assertions below



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org