I have to go with +0. I haven't gotten the build on my current rig to work,
but like Aldrin said, it's not worth holding the release up for.
On Mar 26, 2016 1:17 PM, "Bryan Bende" <bbe...@gmail.com> wrote:

> +1 (binding)
>
> I did run into the problem previously mentioned with TestListFile. For me
> this test never passes on OSX, but worked fine when building on a Linux VM.
> I tested ListFile from the running application and it appears to work as
> expected, so I don't see this as a reason to vote against the release.
>
> Everything else in the release helper checked out, and I successfully
> tested a flow using the HDFS and HBase processors.
>
>
>
> On Sat, Mar 26, 2016 at 12:49 PM, Mark Payne <marka...@hotmail.com> wrote:
>
> > +1.
> >
> > Downloaded and verified signature and hashes.
> > Built on OSX with contrib-check and had no problems.
> > Verified README, NOTICE, and LICENSE files.
> > Started software and verified functionality.
> >
> > Thanks
> > -Mark
> >
> > Sent from my iPhone
> >
> > > On Mar 26, 2016, at 11:18 AM, Aldrin Piri <aldrinp...@gmail.com>
> wrote:
> > >
> > > +1, binding
> > >
> > > Build, tests, hashes and signatures all check out.  Verified
> > functionality
> > > with some existing flows and verified anticipated and correct
> > functionality
> > > with the List processors (ListFile and ListSFTP)
> > >
> > > I realize there have been some intermittent problems with ListFile, but
> > the
> > > changes associated with 1664 were changes to the tests and we have had
> > > passing builds across Travis, OS X, Windows 7, 8, and 10 as part of
> that
> > > review process.  An issue has been raised to improve these, NIFI-1689,
> > and
> > > can be worked and incorporated into the follow on support and master
> > > branches.
> > >
> > >> On Sat, Mar 26, 2016 at 12:34 AM, Tony Kurc <trk...@gmail.com> wrote:
> > >>
> > >> I've been holding off as I hoped my build problems were my
> environment,
> > or
> > >> bad timing luck, but I just can't seem to get through a windows 10
> > build,
> > >> and it looks like Andy had the same problems.
> > >>
> > >> C:\development\nifi-0.6.0>java -version
> > >> java version "1.7.0_10"
> > >> Java(TM) SE Runtime Environment (build 1.7.0_10-b18)
> > >> Java HotSpot(TM) 64-Bit Server VM (build 23.6-b04, mixed mode)
> > >>
> > >> C:\development\nifi-0.6.0>mvn --version
> > >> Apache Maven 3.3.3 (7994120775791599e205a5524ec3e0dfe41d4a06;
> > >> 2015-04-22T07:57:37-04:00)
> > >> Maven home: c:\development\apache-maven-3.3.3\bin\..
> > >> Java version: 1.7.0_10, vendor: Oracle Corporation
> > >> Java home: C:\Program Files\Java\jdk1.7.0_10\jre
> > >> Default locale: en_US, platform encoding: Cp1252
> > >> OS name: "windows 8", version: "6.2", arch: "amd64", family: "windows"
> > >>
> > >> Errors:
> > >>
> > >> Tests run: 12, Failures: 6, Errors: 0, Skipped: 0, Time elapsed: 3.056
> > sec
> > >> <<< FAILURE! - in org.apache.nifi.processors.standard.TestListFile
> > >>
> testFilterFilePattern(org.apache.nifi.processors.standard.TestListFile)
> > >> Time elapsed: 0.224 sec  <<< FAILURE!
> > >> java.lang.AssertionError: expected:<4> but was:<0>
> > >>        at org.junit.Assert.fail(Assert.java:88)
> > >>        at org.junit.Assert.failNotEquals(Assert.java:834)
> > >>        at org.junit.Assert.assertEquals(Assert.java:645)
> > >>        at org.junit.Assert.assertEquals(Assert.java:631)
> > >>        at
> > >>
> > >>
> >
> org.apache.nifi.processors.standard.TestListFile.testFilterFilePattern(TestListFile.java:438)
> > >>
> > >>
> testFilterPathPattern(org.apache.nifi.processors.standard.TestListFile)
> > >> Time elapsed: 0.223 sec  <<< FAILURE!
> > >> java.lang.AssertionError: expected:<4> but was:<0>
> > >>        at org.junit.Assert.fail(Assert.java:88)
> > >>        at org.junit.Assert.failNotEquals(Assert.java:834)
> > >>        at org.junit.Assert.assertEquals(Assert.java:645)
> > >>        at org.junit.Assert.assertEquals(Assert.java:631)
> > >>        at
> > >>
> > >>
> >
> org.apache.nifi.processors.standard.TestListFile.testFilterPathPattern(TestListFile.java:492)
> > >>
> > >> testFilterHidden(org.apache.nifi.processors.standard.TestListFile)
> Time
> > >> elapsed: 0.227 sec  <<< FAILURE!
> > >> java.lang.AssertionError: expected:<2> but was:<0>
> > >>        at org.junit.Assert.fail(Assert.java:88)
> > >>        at org.junit.Assert.failNotEquals(Assert.java:834)
> > >>        at org.junit.Assert.assertEquals(Assert.java:645)
> > >>        at org.junit.Assert.assertEquals(Assert.java:631)
> > >>        at
> > >>
> > >>
> >
> org.apache.nifi.processors.standard.TestListFile.testFilterHidden(TestListFile.java:383)
> > >>
> > >> testReadable(org.apache.nifi.processors.standard.TestListFile)  Time
> > >> elapsed: 0.219 sec  <<< FAILURE!
> > >> java.lang.AssertionError: expected:<3> but was:<0>
> > >>        at org.junit.Assert.fail(Assert.java:88)
> > >>        at org.junit.Assert.failNotEquals(Assert.java:834)
> > >>        at org.junit.Assert.assertEquals(Assert.java:645)
> > >>        at org.junit.Assert.assertEquals(Assert.java:631)
> > >>        at
> > >>
> > >>
> >
> org.apache.nifi.util.StandardProcessorTestRunner.assertTransferCount(StandardProcessorTestRunner.java:330)
> > >>        at
> > >>
> > >>
> >
> org.apache.nifi.processors.standard.TestListFile.testReadable(TestListFile.java:624)
> > >>
> > >> testRecurse(org.apache.nifi.processors.standard.TestListFile)  Time
> > >> elapsed: 0.226 sec  <<< FAILURE!
> > >> java.lang.AssertionError: expected:<3> but was:<0>
> > >>        at org.junit.Assert.fail(Assert.java:88)
> > >>        at org.junit.Assert.failNotEquals(Assert.java:834)
> > >>        at org.junit.Assert.assertEquals(Assert.java:645)
> > >>        at org.junit.Assert.assertEquals(Assert.java:631)
> > >>        at
> > >>
> > >>
> >
> org.apache.nifi.util.StandardProcessorTestRunner.assertTransferCount(StandardProcessorTestRunner.java:330)
> > >>        at
> > >>
> > >>
> >
> org.apache.nifi.util.StandardProcessorTestRunner.assertAllFlowFilesTransferred(StandardProcessorTestRunner.java:325)
> > >>        at
> > >>
> > >>
> >
> org.apache.nifi.processors.standard.TestListFile.testRecurse(TestListFile.java:556)
> > >>
> > >> testFilterSize(org.apache.nifi.processors.standard.TestListFile)  Time
> > >> elapsed: 0.233 sec  <<< FAILURE!
> > >> java.lang.AssertionError: expected:<3> but was:<0>
> > >>        at org.junit.Assert.fail(Assert.java:88)
> > >>        at org.junit.Assert.failNotEquals(Assert.java:834)
> > >>        at org.junit.Assert.assertEquals(Assert.java:645)
> > >>        at org.junit.Assert.assertEquals(Assert.java:631)
> > >>        at
> > >>
> > >>
> >
> org.apache.nifi.processors.standard.TestListFile.testFilterSize(TestListFile.java:286)
> > >>
> > >>
> > >>
> > >> On Fri, Mar 25, 2016 at 6:04 PM, Pierre Villard <
> > >> pierre.villard...@gmail.com
> > >>> wrote:
> > >>
> > >>> Note: it looks like what I experienced under Windows before Aldrin
> > solved
> > >>> the issue. Maybe the fix is a regression under another OS?
> > >>>
> > >>> Pierre
> > >>> Le 25 mars 2016 22:48, "Andy LoPresto" <alopresto.apa...@gmail.com>
> a
> > >>> écrit :
> > >>>
> > >>>> +1 (non-binding)
> > >>>>
> > >>>> Ran checksums and verified all signatures.
> > >>>> Deployed secured instance and verified Kerberos single-sign on.
> > >>>>
> > >>>> Minor note: some TestListFile tests failed during Maven compilation
> > but
> > >>>> passed if the source-release artifact was imported into a clean IDE
> > and
> > >>> run
> > >>>> there. Will investigate further but should not be a blocker and
> could
> > >> not
> > >>>> be reproduced by most team members.
> > >>>>
> > >>>> Running org.apache.nifi.processors.standard.TestListFile
> > >>>> Tests run: 12, Failures: 6, Errors: 0, Skipped: 0, Time elapsed:
> 2.707
> > >>> sec
> > >>>> <<< FAILURE! - in org.apache.nifi.processors.standard.TestListFile
> > >>>>
> > testFilterFilePattern(org.apache.nifi.processors.standard.TestListFile)
> > >>>> Time elapsed: 0.21 sec  <<< FAILURE!
> > >>>> java.lang.AssertionError: expected:<4> but was:<0>
> > >>>> at org.junit.Assert.fail(Assert.java:88)
> > >>>> at org.junit.Assert.failNotEquals(Assert.java:834)
> > >>>> at org.junit.Assert.assertEquals(Assert.java:645)
> > >>>> at org.junit.Assert.assertEquals(Assert.java:631)
> > >>>> at
> > >>
> >
> org.apache.nifi.processors.standard.TestListFile.testFilterFilePattern(TestListFile.java:438)
> > >>>>
> > >>>>
> > testFilterPathPattern(org.apache.nifi.processors.standard.TestListFile)
> > >>>> Time elapsed: 0.205 sec  <<< FAILURE!
> > >>>> java.lang.AssertionError: expected:<4> but was:<0>
> > >>>> at org.junit.Assert.fail(Assert.java:88)
> > >>>> at org.junit.Assert.failNotEquals(Assert.java:834)
> > >>>> at org.junit.Assert.assertEquals(Assert.java:645)
> > >>>> at org.junit.Assert.assertEquals(Assert.java:631)
> > >>>> at
> > >>
> >
> org.apache.nifi.processors.standard.TestListFile.testFilterPathPattern(TestListFile.java:492)
> > >>>>
> > >>>> testFilterHidden(org.apache.nifi.processors.standard.TestListFile)
> > >> Time
> > >>>> elapsed: 0.208 sec  <<< FAILURE!
> > >>>> java.lang.AssertionError: expected:<2> but was:<0>
> > >>>> at org.junit.Assert.fail(Assert.java:88)
> > >>>> at org.junit.Assert.failNotEquals(Assert.java:834)
> > >>>> at org.junit.Assert.assertEquals(Assert.java:645)
> > >>>> at org.junit.Assert.assertEquals(Assert.java:631)
> > >>>> at
> > >>
> >
> org.apache.nifi.processors.standard.TestListFile.testFilterHidden(TestListFile.java:383)
> > >>>>
> > >>>> testReadable(org.apache.nifi.processors.standard.TestListFile)  Time
> > >>>> elapsed: 0.205 sec  <<< FAILURE!
> > >>>> java.lang.AssertionError: expected:<3> but was:<0>
> > >>>> at org.junit.Assert.fail(Assert.java:88)
> > >>>> at org.junit.Assert.failNotEquals(Assert.java:834)
> > >>>> at org.junit.Assert.assertEquals(Assert.java:645)
> > >>>> at org.junit.Assert.assertEquals(Assert.java:631)
> > >>>> at
> > >>
> >
> org.apache.nifi.util.StandardProcessorTestRunner.assertTransferCount(StandardProcessorTestRunner.java:330)
> > >>>> at
> > >>
> >
> org.apache.nifi.processors.standard.TestListFile.testReadable(TestListFile.java:624)
> > >>>>
> > >>>> testRecurse(org.apache.nifi.processors.standard.TestListFile)  Time
> > >>>> elapsed: 0.209 sec  <<< FAILURE!
> > >>>> java.lang.AssertionError: expected:<3> but was:<0>
> > >>>> at org.junit.Assert.fail(Assert.java:88)
> > >>>> at org.junit.Assert.failNotEquals(Assert.java:834)
> > >>>> at org.junit.Assert.assertEquals(Assert.java:645)
> > >>>> at org.junit.Assert.assertEquals(Assert.java:631)
> > >>>> at
> > >>
> >
> org.apache.nifi.util.StandardProcessorTestRunner.assertTransferCount(StandardProcessorTestRunner.java:330)
> > >>>> at
> > >>
> >
> org.apache.nifi.util.StandardProcessorTestRunner.assertAllFlowFilesTransferred(StandardProcessorTestRunner.java:325)
> > >>>> at
> > >>
> >
> org.apache.nifi.processors.standard.TestListFile.testRecurse(TestListFile.java:556)
> > >>>>
> > >>>> testFilterSize(org.apache.nifi.processors.standard.TestListFile)
> Time
> > >>>> elapsed: 0.21 sec  <<< FAILURE!
> > >>>> java.lang.AssertionError: expected:<3> but was:<0>
> > >>>> at org.junit.Assert.fail(Assert.java:88)
> > >>>> at org.junit.Assert.failNotEquals(Assert.java:834)
> > >>>> at org.junit.Assert.assertEquals(Assert.java:645)
> > >>>> at org.junit.Assert.assertEquals(Assert.java:631)
> > >>>> at
> > >>
> >
> org.apache.nifi.processors.standard.TestListFile.testFilterSize(TestListFile.java:286)
> > >>>>
> > >>>> Andy LoPresto
> > >>>> alopresto.apa...@gmail.com
> > >>>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
> > >>>>
> > >>>> On Mar 25, 2016, at 1:43 PM, Joe Percivall
> > >>> <joeperciv...@yahoo.com.INVALID
> > >>>> <joeperciv...@yahoo.com.invalid>> wrote:
> > >>>>
> > >>>> +1 (non-binding)
> > >>>>
> > >>>> Went through the helper verifying release and tested a stand alone
> > >>>> instance locally with a few templates.
> > >>>> - - - - - -
> > >>>> Joseph Percivall
> > >>>> linkedin.com/in/Percivall
> > >>>> e: joeperciv...@yahoo.com
> > >>>>
> > >>>>
> > >>>>
> > >>>>
> > >>>> On Friday, March 25, 2016 8:37 AM, Pierre Villard <
> > >>>> pierre.villard...@gmail.com> wrote:
> > >>>> +1 (non-binding)
> > >>>>
> > >>>> full build and contrib check, tested locally with some templates.
> > >>>>
> > >>>>
> > >>>> 2016-03-24 14:58 GMT+01:00 Matt Gilman <matt.c.gil...@gmail.com>:
> > >>>>
> > >>>> +1 (binding)
> > >>>>
> > >>>> Build, hashes, etc all look good.
> > >>>>
> > >>>> Ran through various cases verifying Kerberos authentication in the
> > >>> UI/Rest
> > >>>> Api using both SSO and username/password login in both standalone
> and
> > >>>> clustered mode.
> > >>>>
> > >>>> Matt
> > >>>>
> > >>>>> On Thu, Mar 24, 2016 at 8:34 AM, Matt Burgess <mattyb...@gmail.com
> >
> > >>>> wrote:
> > >>>>
> > >>>> +1 (non-binding)
> > >>>>
> > >>>> Ran through all build verification steps successfully, tested
> locally
> > >>>>
> > >>>> with
> > >>>>
> > >>>> various templates, processors, and controller services.
> > >>>>
> > >>>> On Thu, Mar 24, 2016 at 12:46 AM, Joe Witt <joe.w...@gmail.com>
> > wrote:
> > >>>>
> > >>>> +1 (binding)
> > >>>>
> > >>>> Ran through all build verification steps and all checks out.  Local
> > >>>> testing as well as testing on single and cluster setup with security
> > >>>> including two-way SSL and LDAP interaction w/uname and pword on a
> > >>>> fairly high volume and complex flow checks out.
> > >>>>
> > >>>> On Wed, Mar 23, 2016 at 5:46 PM, Aldrin Piri <aldrinp...@gmail.com>
> > >>>>
> > >>>> wrote:
> > >>>>
> > >>>> Hello Apache NiFi Community,
> > >>>>
> > >>>> I am pleased to be calling this vote for the source release of
> Apache
> > >>>>
> > >>>> NiFi,
> > >>>>
> > >>>> nifi-0.6.0.
> > >>>>
> > >>>> The source zip, including signatures, digests, etc. can be found at:
> > >>>>
> > >>>>
> > https://repository.apache.org/content/repositories/orgapachenifi-1079/
> > >>>>
> > >>>>
> > >>>> The Git tag is nifi-0.6.0-RC2
> > >>>> The Git commit hash is 0b9bd20d31d7f805300254da768d91b973480151
> > >>>> *
> > >>
> >
> https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=0b9bd20d31d7f805300254da768d91b973480151
> > >>>>
> > >>>> *
> > >>
> >
> https://github.com/apache/nifi/commit/0b9bd20d31d7f805300254da768d91b973480151
> > >>>>
> > >>>>
> > >>>> Checksums of nifi-0.6.0-source-release.zip:
> > >>>> MD5: 42dbc268668b3524eb7a56c403712a7f
> > >>>> SHA1: be747176565ad94ba46fcd15490f99f22dbe17ec
> > >>>> SHA256:
> > >>>>
> > >>>> 9cb7353199049660bb7905364e4a02def69186b165ebb3b13a786edb1a9d8da8
> > >>>>
> > >>>>
> > >>>> Release artifacts are signed with the following key:
> > >>>> https://people.apache.org/keys/committer/aldrin.asc
> > >>>>
> > >>>> KEYS file available here:
> > >>>> https://dist.apache.org/repos/dist/release/nifi/KEYS
> > >>>>
> > >>>> 77 issues were closed/resolved for this release:
> > >>
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12334372
> > >>>>
> > >>>> Release note highlights can be found here:
> > >>
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version0.6.0
> > >>>>
> > >>>>
> > >>>> The vote will be open for 72 hours.
> > >>>> Please download the release candidate and evaluate the necessary
> > >>>>
> > >>>> items
> > >>>>
> > >>>> including checking hashes, signatures, build from source, and test.
> > >>>>
> > >>>> Then
> > >>>>
> > >>>> please vote:
> > >>>>
> > >>>> [ ] +1 Release this package as nifi-0.6.0
> > >>>> [ ] +0 no opinion
> > >>>> [ ] -1 Do not release this package because...
> > >>>>
> > >>>> Thanks!
> > >>
> >
>

Reply via email to