SbloodyS commented on code in PR #3927:
URL: 
https://github.com/apache/incubator-streampark/pull/3927#discussion_r1708944125


##########
streampark-console/streampark-console-service/src/test/java/org/apache/streampark/console/core/service/YarnQueueServiceTest.java:
##########
@@ -115,13 +120,11 @@ void testCheckYarnQueue() {
         YarnQueue yarnQueue = mockYarnQueue(1L, "queue@");
         ResponseResult<String> result = 
yarnQueueService.checkYarnQueue(yarnQueue);
         assertThat(result.getStatus()).isEqualTo(2);
-        assertThat(result.getMsg()).isEqualTo(ERR_FORMAT_HINTS);

Review Comment:
   We should not remove this since this is to ensure that the presentation is 
normal. We should adapt it.



-- 
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]

Reply via email to