You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/04 11:35:46 UTC

[GitHub] [flink] zentol opened a new pull request, #20155: [FLINK-28379][security] Run all UGI mocking tests in separate JVM

zentol opened a new pull request, #20155:
URL: https://github.com/apache/flink/pull/20155

   Similar to https://github.com/apache/flink/pull/19910; extended to all classes that mock the `UserGroupInformation`.


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


[GitHub] [flink] zentol commented on pull request #20155: [FLINK-28379][security] Run all UGI mocking tests in separate JVM

Posted by GitBox <gi...@apache.org>.
zentol commented on PR #20155:
URL: https://github.com/apache/flink/pull/20155#issuecomment-1180265964

   @flinkbot run azure


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


[GitHub] [flink] zentol commented on pull request #20155: [FLINK-28379][security] Run all UGI mocking tests in separate JVM

Posted by GitBox <gi...@apache.org>.
zentol commented on PR #20155:
URL: https://github.com/apache/flink/pull/20155#issuecomment-1174696001

   @flinkbot run azure


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


[GitHub] [flink] zentol merged pull request #20155: [FLINK-28379][security] Run all UGI mocking tests in separate JVM

Posted by GitBox <gi...@apache.org>.
zentol merged PR #20155:
URL: https://github.com/apache/flink/pull/20155


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


[GitHub] [flink] flinkbot commented on pull request #20155: [FLINK-28379][security] Run all UGI mocking tests in separate JVM

Posted by GitBox <gi...@apache.org>.
flinkbot commented on PR #20155:
URL: https://github.com/apache/flink/pull/20155#issuecomment-1173718150

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "64c10a478608bb50a615ceabc3c0540a23cffe1c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "64c10a478608bb50a615ceabc3c0540a23cffe1c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 64c10a478608bb50a615ceabc3c0540a23cffe1c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


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


[GitHub] [flink] zentol commented on a diff in pull request #20155: [FLINK-28379][security] Run all UGI mocking tests in separate JVM

Posted by GitBox <gi...@apache.org>.
zentol commented on code in PR #20155:
URL: https://github.com/apache/flink/pull/20155#discussion_r914932917


##########
flink-filesystems/flink-hadoop-fs/src/test/java/org/apache/flink/runtime/util/HadoopUtilsITCase.java:
##########
@@ -37,8 +37,13 @@
 import static org.junit.jupiter.api.Assertions.assertFalse;
 import static org.junit.jupiter.api.Assertions.assertTrue;
 
-/** Unit tests for Hadoop utils. */
-public class HadoopUtilsTest extends TestLogger {
+/**
+ * Unit tests for Hadoop utils.

Review Comment:
   ```suggestion
    * Tests for Hadoop utils.
   ```



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