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 2019/01/16 02:55:04 UTC

[GitHub] wujinhu edited a comment on issue #7384: [FLINK-11012] Introduce abstract superclass for filesystem IT cases

wujinhu edited a comment on issue #7384: [FLINK-11012] Introduce abstract superclass for filesystem IT cases
URL: https://github.com/apache/flink/pull/7384#issuecomment-454632574
 
 
   @StefanRRichter 
   I found an issue when I run mvn clean install with s3 credentials, it fails.
   [INFO]
   [INFO] force-shading ...................................... SUCCESS [  1.742 s]
   [INFO] flink .............................................. SUCCESS [  8.802 s]
   [INFO] flink-annotations .................................. SUCCESS [  1.359 s]
   [INFO] flink-shaded-hadoop ................................ SUCCESS [  0.173 s]
   [INFO] flink-shaded-hadoop2 ............................... SUCCESS [ 12.045 s]
   [INFO] flink-shaded-hadoop2-uber .......................... SUCCESS [ 17.859 s]
   [INFO] flink-shaded-yarn-tests ............................ SUCCESS [ 12.220 s]
   [INFO] flink-shaded-curator ............................... SUCCESS [  0.812 s]
   [INFO] flink-metrics ...................................... SUCCESS [  0.108 s]
   [INFO] flink-metrics-core ................................. SUCCESS [  2.664 s]
   [INFO] flink-test-utils-parent ............................ SUCCESS [  0.124 s]
   [INFO] flink-test-utils-junit ............................. SUCCESS [  1.834 s]
   [INFO] flink-core ......................................... SUCCESS [01:15 min]
   [INFO] flink-java ......................................... SUCCESS [ 29.085 s]
   [INFO] flink-queryable-state .............................. SUCCESS [  0.105 s]
   [INFO] flink-queryable-state-client-java .................. SUCCESS [  2.713 s]
   [INFO] flink-filesystems .................................. SUCCESS [  0.125 s]
   [INFO] flink-hadoop-fs .................................... SUCCESS [ 11.096 s]
   [INFO] flink-runtime ...................................... SUCCESS [12:00 min]
   [INFO] flink-scala ........................................ SUCCESS [01:09 min]
   [INFO] flink-mapr-fs ...................................... SUCCESS [  3.911 s]
   [INFO] flink-filesystems :: flink-fs-hadoop-shaded ........ SUCCESS [  5.436 s]
   [INFO] flink-s3-fs-base ................................... SUCCESS [ 10.906 s]
   [INFO] flink-s3-fs-hadoop ................................. SUCCESS [04:04 min]
   [INFO] flink-s3-fs-presto ................................. FAILURE [ 22.152 s]
   [INFO] flink-swift-fs-hadoop .............................. SKIPPED
   
   Error message:
   [ERROR] Errors:
   [ERROR]   PrestoS3FileSystemBehaviorITCase>FileSystemBehaviorTestSuite.cleanup:81 » NoSuchMethod
   [ERROR]   PrestoS3FileSystemBehaviorITCase>FileSystemBehaviorTestSuite.cleanup:81 » NoSuchMethod
   [ERROR]   PrestoS3FileSystemBehaviorITCase>FileSystemBehaviorTestSuite.cleanup:81 » NoSuchMethod
   [ERROR] org.apache.flink.fs.s3presto.PrestoS3FileSystemBehaviorITCase.testMkdirsFailsForExistingFile(org.apache.flink.fs.s3presto.PrestoS3FileSystemBehaviorITCase)
   [ERROR]   Run 1: PrestoS3FileSystemBehaviorITCase>FileSystemBehaviorTestSuite.testMkdirsFailsForExistingFile:154->FileSystemBehaviorTestSuite.assumeNotObjectStore:207 » AssumptionViolated
   [ERROR]   Run 2: PrestoS3FileSystemBehaviorITCase>FileSystemBehaviorTestSuite.cleanup:81 » NoSuchMethod
   [INFO]
   [ERROR] org.apache.flink.fs.s3presto.PrestoS3FileSystemBehaviorITCase.testMkdirsFailsWithExistingParentFile(org.apache.flink.fs.s3presto.PrestoS3FileSystemBehaviorITCase)
   [ERROR]   Run 1: PrestoS3FileSystemBehaviorITCase>FileSystemBehaviorTestSuite.testMkdirsFailsWithExistingParentFile:172->FileSystemBehaviorTestSuite.assumeNotObjectStore:207 » AssumptionViolated
   [ERROR]   Run 2: PrestoS3FileSystemBehaviorITCase>FileSystemBehaviorTestSuite.cleanup:81 » NoSuchMethod
   [INFO]
   [ERROR] org.apache.flink.fs.s3presto.PrestoS3FileSystemBehaviorITCase.testMkdirsReturnsTrueForExistingDirectory(org.apache.flink.fs.s3presto.PrestoS3FileSystemBehaviorITCase)
   [ERROR]   Run 1: PrestoS3FileSystemBehaviorITCase>FileSystemBehaviorTestSuite.testMkdirsReturnsTrueForExistingDirectory:145->FileSystemBehaviorTestSuite.createRandomFileInDirectory:203->FileSystemBehaviorTestSuite.createFile:196 » NoSuchMethod
   [ERROR]   Run 2: PrestoS3FileSystemBehaviorITCase>FileSystemBehaviorTestSuite.cleanup:81 » NoSuchMethod
   [INFO]
   [ERROR]   PrestoS3FileSystemBehaviorITCase>FileSystemBehaviorTestSuite.cleanup:81 » NoSuchMethod
   [ERROR]   PrestoS3FileSystemBehaviorITCase>FileSystemBehaviorTestSuite.cleanup:81 » NoSuchMethod
   [ERROR]   PrestoS3FileSystemITCase.testConfigKeysForwarding:103 » NoSuchMethod com.googl...
   [ERROR]   PrestoS3FileSystemITCase.testConfigKeysForwarding:103 » NoSuchMethod com.googl...
   [ERROR]   PrestoS3FileSystemITCase.testDirectoryListing:191 » NoSuchMethod com.google.co...
   [ERROR]   PrestoS3FileSystemITCase.testDirectoryListing:191 » NoSuchMethod com.google.co...
   [ERROR]   PrestoS3FileSystemITCase.testSimpleFileWriteAndRead:171 » NoSuchMethod com.goo...
   [ERROR]   PrestoS3FileSystemITCase.testSimpleFileWriteAndRead:171 » NoSuchMethod com.goo...
   [INFO]
   [ERROR] Tests run: 14, Failures: 0, Errors: 14, Skipped: 0
   
   However, when I enter flink-systems/flink-s3-fs-presto and ran the same command, it's OK.
   
   I found **flink master branch also has this issue**. Do you think I should fire another issue fix this first, or am I missing sth?
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services