zentol commented on a change in pull request #7098: [FLINK-10869] [build] 
Update S3 tests to reference new access key environment variables.
URL: https://github.com/apache/flink/pull/7098#discussion_r234230495
 
 

 ##########
 File path: 
flink-filesystems/flink-s3-fs-presto/src/test/java/org/apache/flink/fs/s3presto/PrestoS3RecoverableWriterTest.java
 ##########
 @@ -87,7 +79,8 @@ public static void cleanUp() throws IOException {
 
        @Test(expected = UnsupportedOperationException.class)
        public void requestingRecoverableWriterShouldThroughException() throws 
Exception {
-               FlinkS3FileSystem fileSystem = (FlinkS3FileSystem) 
FileSystem.get(basePath.toUri());
+               URI s3Uri = URI.create(S3TestCredentials.getTestBucketUri());
 
 Review comment:
   This is not using `TEST_DATA_DIR` anymore.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to