[
https://issues.apache.org/jira/browse/NIFI-8506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17337558#comment-17337558
]
Joey Frazee commented on NIFI-8506:
-----------------------------------
[~gschaer] Thanks for this.
The first I probably should have caught.
We use @Ignore fairly liberally so I wouldn't worry about that per se, but I
also think it'd make sense to un-ignore those tests as well. If it's
unreasonably long, then making the size is a little smaller (or configurable)
probably makes more sense than ignoring altogether.
If the last isn't reproducible yet, I think it'd be good to address the first
two and handle the other separately?
> 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
> Priority: Minor
>
> 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)