You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Chesnay Schepler (JIRA)" <ji...@apache.org> on 2018/07/30 09:29:00 UTC

[jira] [Comment Edited] (FLINK-9996) PrestoS3FileSystemITCase#testConfigKeysForwarding fails on travis

    [ https://issues.apache.org/jira/browse/FLINK-9996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16561694#comment-16561694 ] 

Chesnay Schepler edited comment on FLINK-9996 at 7/30/18 9:28 AM:
------------------------------------------------------------------

~~Contrary to other tests we don't check whether S3 credentials are configured, since we can't guarantee that this is the case.~~

Scratch that, it does contain the common assumptions, so something else is amiss...


was (Author: zentol):
Contrary to other tests we don't check whether S3 credentials are configured, since we can't guarantee that this is the case.

> PrestoS3FileSystemITCase#testConfigKeysForwarding fails on travis
> -----------------------------------------------------------------
>
>                 Key: FLINK-9996
>                 URL: https://issues.apache.org/jira/browse/FLINK-9996
>             Project: Flink
>          Issue Type: Bug
>          Components: FileSystem, Tests
>    Affects Versions: 1.6.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Major
>             Fix For: 1.6.0
>
>
> https://travis-ci.org/apache/flink/jobs/409590482
> {code}
> Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.838 sec <<< FAILURE! - in org.apache.flink.fs.s3presto.PrestoS3FileSystemITCase
> testConfigKeysForwarding(org.apache.flink.fs.s3presto.PrestoS3FileSystemITCase)  Time elapsed: 1.613 sec  <<< ERROR!
> java.lang.RuntimeException: S3 credentials not configured
> 	at com.facebook.presto.hive.PrestoS3FileSystem.getAwsCredentialsProvider(PrestoS3FileSystem.java:702)
> 	at com.facebook.presto.hive.PrestoS3FileSystem.createAmazonS3Client(PrestoS3FileSystem.java:628)
> 	at com.facebook.presto.hive.PrestoS3FileSystem.initialize(PrestoS3FileSystem.java:212)
> 	at org.apache.flink.runtime.fs.hdfs.AbstractFileSystemFactory.create(AbstractFileSystemFactory.java:56)
> 	at org.apache.flink.core.fs.FileSystem.getUnguardedFileSystem(FileSystem.java:395)
> 	at org.apache.flink.core.fs.FileSystem.get(FileSystem.java:318)
> 	at org.apache.flink.core.fs.Path.getFileSystem(Path.java:298)
> 	at org.apache.flink.fs.s3presto.PrestoS3FileSystemITCase.testConfigKeysForwarding(PrestoS3FileSystemITCase.java:84)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)