You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Nicolaus Weidner (Jira)" <ji...@apache.org> on 2021/08/31 16:37:00 UTC

[jira] [Created] (FLINK-24089) AzureBlobStorageFSFactoryTest and AzureDataLakeStoreGen2FSFactoryTest fail using mvn test

Nicolaus Weidner created FLINK-24089:
----------------------------------------

             Summary: AzureBlobStorageFSFactoryTest and AzureDataLakeStoreGen2FSFactoryTest fail using mvn test
                 Key: FLINK-24089
                 URL: https://issues.apache.org/jira/browse/FLINK-24089
             Project: Flink
          Issue Type: Technical Debt
          Components: Build System / CI
            Reporter: Nicolaus Weidner


Tests in [https://github.com/apache/flink/blob/master/flink-filesystems/flink-azure-fs-hadoop/src/test/java/org/apache/flink/fs/azurefs/AzureBlobStorageFSFactoryTest.java] and [https://github.com/apache/flink/blob/master/flink-filesystems/flink-azure-fs-hadoop/src/test/java/org/apache/flink/fs/azurefs/AzureDataLakeStoreGen2FSFactoryTest.java] fail if:
 * The class or a single test is executed in IntelliJ
 * {{mvn test}} is run on module {{flink-filesystems}}
 * {{mvn test}} is run on the root project (consequence of the previous point)

Curiously, running mvn test on submodule {{flink-azure-fs-hadoop }}passes{{. }}Running{{ mvn install}} also works in the situations where {{mvn test}} fails.

This concerns all tests in those two classes except those called {{testNullFsURI}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)