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)