Hi Joe,
On 12/14/14 1:07 PM, Joe Witt wrote:
The 'master' branch is just the code as initially contributed. It will
be updated once we have a release.
The branch you will wan to work with to stay up to date with the
progress is 'develop'. Java 8 is expected to work but not tested yet.
Maven 3.2.3 is required at this moment but am testing/working with a
patch from Karl-Heinz that may help relax the requirement to 3.x
If you need further help for that please just ask...
Kind regards
Karl Heinz Marbaise
The test failure Karl-Heinz notes is fixed on the develop branch.
So for develop branch here is the current guidance:
http://nifi.incubator.apache.org/development/quickstart.html
Thanks
Joe
On Sun, Dec 14, 2014 at 3:15 AM, Karl Heinz Marbaise <[email protected]
<mailto:[email protected]>> wrote:
Hi,
have you tested that on command line only ?
I have run the test on Mac OS by using misc/build-order.sh which
produces exactly a single test failure...
testImportTemplate(org.apache.__nifi.integration.__accesscontrol.__DfmAccessControlTest)
Time elapsed: 0.271 sec <<< FAILURE!
java.lang.AssertionError: expected:<201> but was:<200>
at org.junit.Assert.fail(Assert.__java:88)
at org.junit.Assert.__failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(__Assert.java:118)
at org.junit.Assert.assertEquals(__Assert.java:555)
at org.junit.Assert.assertEquals(__Assert.java:542)
at
org.apache.nifi.integration.__accesscontrol.__DfmAccessControlTest.__testImportTemplate(__DfmAccessControlTest.java:__1310)
Running
org.apache.nifi.integration.__accesscontrol.__ReadOnlyAccessControlTest
Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
9.53 sec - in
org.apache.nifi.integration.__accesscontrol.__ReadOnlyAccessControlTest
Results :
Failed tests:
DfmAccessControlTest.__testImportTemplate:1310 expected:<201> but
was:<200>
Running with Java 1.7.
Kind regards
Karl Heinz Marbaise
On 12/14/14 5:15 AM, Joe Gresock wrote:
Hi guys,
I just checked out master and tried to run misc/build-order.sh.
It got up
to standard-processors and then had 19 unit test failures. Is
the build
supposed to be working now?
I'm running Java 1.8 u25 on Windows. I get the same test
failures running
both from maven 3.2.3 and in JUnit within Eclipse. Here's one
example:
java.lang.AssertionError: FlowFile content differs from input at
byte 20
with input having value 13 and FlowFile having value 10
at org.junit.Assert.fail(Assert.__java:88)
at
org.apache.nifi.util.__MockFlowFile.__assertContentEquals(__MockFlowFile.java:252)
at
org.apache.nifi.util.__MockFlowFile.__assertContentEquals(__MockFlowFile.java:204)
at
org.apache.nifi.util.__MockFlowFile.__assertContentEquals(__MockFlowFile.java:192)
at