Re: [PR] [FLINK-27082][ci] Disables tests that relies on disabling file permissions [flink]

2023-12-21 Thread via GitHub
XComp merged PR #23962: URL: https://github.com/apache/flink/pull/23962 -- 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:

Re: [PR] [FLINK-27082][ci] Disables tests that relies on disabling file permissions [flink]

2023-12-21 Thread via GitHub
snuyanzin commented on code in PR #23962: URL: https://github.com/apache/flink/pull/23962#discussion_r1434572736 ## flink-core/src/test/java/org/apache/flink/core/fs/local/LocalFileSystemTest.java: ## @@ -236,6 +237,7 @@ public void testRenameNonExistingFile() throws

Re: [PR] [FLINK-27082][ci] Disables tests that relies on disabling file permissions [flink]

2023-12-21 Thread via GitHub
XComp commented on code in PR #23962: URL: https://github.com/apache/flink/pull/23962#discussion_r1434558666 ## flink-core/src/test/java/org/apache/flink/core/fs/local/LocalFileSystemTest.java: ## @@ -236,6 +237,7 @@ public void testRenameNonExistingFile() throws IOException {

Re: [PR] [FLINK-27082][ci] Disables tests that relies on disabling file permissions [flink]

2023-12-21 Thread via GitHub
XComp commented on code in PR #23962: URL: https://github.com/apache/flink/pull/23962#discussion_r1434112468 ## flink-core/src/test/java/org/apache/flink/core/fs/local/LocalFileSystemTest.java: ## @@ -236,6 +237,7 @@ public void testRenameNonExistingFile() throws IOException {

Re: [PR] [FLINK-27082][ci] Disables tests that relies on disabling file permissions [flink]

2023-12-20 Thread via GitHub
snuyanzin commented on code in PR #23962: URL: https://github.com/apache/flink/pull/23962#discussion_r1433172250 ## flink-core/src/test/java/org/apache/flink/core/fs/local/LocalFileSystemTest.java: ## @@ -236,6 +237,7 @@ public void testRenameNonExistingFile() throws

Re: [PR] [FLINK-27082][ci] Disables tests that relies on disabling file permissions [flink]

2023-12-20 Thread via GitHub
snuyanzin commented on code in PR #23962: URL: https://github.com/apache/flink/pull/23962#discussion_r1433172250 ## flink-core/src/test/java/org/apache/flink/core/fs/local/LocalFileSystemTest.java: ## @@ -236,6 +237,7 @@ public void testRenameNonExistingFile() throws

Re: [PR] [FLINK-27082][ci] Disables tests that relies on disabling file permissions [flink]

2023-12-20 Thread via GitHub
flinkbot commented on PR #23962: URL: https://github.com/apache/flink/pull/23962#issuecomment-1864463518 ## CI report: * c06b5080ace2436c9840da6f69725ac78371ace2 UNKNOWN Bot commands The @flinkbot bot supports the following commands: - `@flinkbot run azure`

[PR] [FLINK-27082][ci] Disables tests that relies on disabling file permissions [flink]

2023-12-20 Thread via GitHub
XComp opened a new pull request, #23962: URL: https://github.com/apache/flink/pull/23962 Based on the following PR(s): * https://github.com/apache/flink/pull/23961 ## What is the purpose of the change See FLINK-27082 and FLINK-33903 for context ## Brief change log