Daniel created NIFI-5483:
----------------------------
Summary: Make Integration Tests Work With Large Flow Files
Key: NIFI-5483
URL: https://issues.apache.org/jira/browse/NIFI-5483
Project: Apache NiFi
Issue Type: Improvement
Components: Tools and Build
Affects Versions: 1.7.1
Reporter: Daniel
It seems, at it's current state, integration tests do not work with very large
files (such as over 2 GB). I believe this stems from the fact that MockFlowFile
uses a byte array to to copy data and a byte array can not hold over 2147483647
bytes. For things like BigQuery, which supports a 15 terabyte payload, testing
becomes difficult.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)