Guillaume Schaer created NIFI-8506:
--------------------------------------
Summary: Azure Integration tests fail
Key: NIFI-8506
URL: https://issues.apache.org/jira/browse/NIFI-8506
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Affects Versions: 1.14.0
Reporter: Guillaume Schaer
Assignee: Guillaume Schaer
NIFI-7886 introduced some changes in the integration-tests of the
nifi-azure-bundle.
integration-tests of this component don't pass after PR #4576
More specifically:
# *org.apache.nifi.processors.azure.storage.ITListAzureBlobStorage* tries to
upload a blob, retrieve it and then expects its lengths to be 10. But
AbstractAzureBlobStorageIT was changed to upload a blob of length 36 instead of
10.
# Two tests in
*org.apache.nifi.processors.azure.storage.ITPutAzureDataLakeStorage* and
*org.apache.nifi.processors.azure.storage.ITFetchAzureDataLakeStorage* are set
to Ignore. By default a skipped test, makes the verify phase to fail.
# I also saw an intermittent failure on
*org.apache.nifi.processors.azure.storage.ITListAzureDataLakeStorage* in
testListRootRecursive but I could not reproduce it systematically.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)