Github user colindean commented on the issue:
https://github.com/apache/nifi/pull/3032
The test failure seems to be a timeout from a test unrelated to what I
changed but still within the nifi-standard-processors maven component:
```
[ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
10.089 s <<< FAILURE! - in
org.apache.nifi.processors.standard.TestHandleHttpRequest
[ERROR]
testRequestAddedToService(org.apache.nifi.processors.standard.TestHandleHttpRequest)
Time elapsed: 10.01 s <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 10000
milliseconds
at
org.apache.nifi.processors.standard.TestHandleHttpRequest.testRequestAddedToService(TestHandleHttpRequest.java:138)
```
All other tests passed. Is this an intermittent failure?
---