Andy,
I opened a JIRA [1] and posted a link to the test log output [2]. I’m running
Docker for Mac 17.03.1-ce-mac5 (16048) and launching the maven:latest container
with `docker run -it maven:latest /bin/bash`.
Event with a plain clean install (no parallelism or contrib-check) I
consistently get:
Tests run: 16, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.65 sec <<<
FAILURE! - in org.apache.nifi.provenance.CryptoUtilsTest
testShouldNotValidateUnreadableFileBasedKeyProvider(org.apache.nifi.provenance.CryptoUtilsTest)
Time elapsed: 0.111 sec <<< FAILURE!
org.codehaus.groovy.runtime.powerassert.PowerAssertionError: assert
!unreadableKeyProviderIsValid
||
|true
false
at
org.codehaus.groovy.runtime.InvokerHelper.assertFailed(InvokerHelper.java:402)
at
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.assertFailed(ScriptBytecodeAdapter.java:650)
at
org.apache.nifi.provenance.CryptoUtilsTest.testShouldNotValidateUnreadableFileBasedKeyProvider(CryptoUtilsTest.groovy:214)
Running org.apache.nifi.provenance.AESProvenanceEventEncryptorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 sec - in
org.apache.nifi.provenance.AESProvenanceEventEncryptorTest
Results :
Failed tests:
CryptoUtilsTest.testShouldNotValidateUnreadableFileBasedKeyProvider:214
assert !unreadableKeyProviderIsValid
||
|true
false
1. https://issues.apache.org/jira/browse/NIFI-3836
2. https://gist.github.com/jfrazee/cf097440e0fd882612ba60acb6301134
> On May 8, 2017, at 1:12 AM, Andy LoPresto <[email protected]> wrote:
>
> Joey,
>
> I am curious about the test failure. That is the test I refactored due to the
> POSIX attribute issue failing on Windows right before the RC. It passed when
> I built on Linux so if you can open a Jira or at least provide me with a
> stack trace and any steps to make it reproducible, I would appreciate it.
>
> Andy LoPresto
> [email protected]
> [email protected]
> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69
>
>> On May 7, 2017, at 22:17, Joey Frazee <[email protected]> wrote:
>>
>> +1 (non-binding)
>>
>> - Verified signature, checksums and commit id
>> - Successfully ran `mvn clean install -Pcontrib-check` on OS X 10.12.4 with
>> Oracle JDK 1.8.0_121 and Amazon Linux with OpenJDK 1.8.0_121
>> - Successfully ran `mvn clean install -DskipTests` on Docker maven:latest
>> with OpenJDK 1.8.0_121 but
>> CryptoUtilsTest.testShouldNotValidateUnreadableFileBasedKeyProvider always
>> failed with !unreadableKeyProviderIsValid
>> - Built RPM with `mvn -T 4.0C clean install -Prpm,generateArchives
>> -DskipTests` and tested RPM install
>> - Tested GenerateTableFetch and QueryDatabaseTable with MS SQL 2008
>> [NIFI-3585], among other flows.
>>
>>> On May 5, 2017, at 9:07 PM, Bryan Bende <[email protected]> wrote:
>>>
>>> Hello,
>>>
>>> I am pleased to be calling this vote for the source release of Apache
>>> NiFi nifi-1.2.0 (RC2).
>>>
>>> The source zip, including signatures, digests, etc. can be found at:
>>> https://repository.apache.org/content/repositories/orgapachenifi-1104
>>>
>>> The Git tag is nifi-1.2.0-RC2
>>> The Git commit ID is 3a605af8e0ac024fb0ba67262d49dab2727b2576
>>> https://git-wip-us.apache.org/repos/asf?p=nifi.git;a=commit;h=3a605af8e0ac024fb0ba67262d49dab2727b2576
>>>
>>> Checksums of nifi-1.2.0-source-release.zip:
>>> MD5: 90e298a9e23a9dab65358daddd8b5990
>>> SHA1: e138941f576bdb1dff17df6674c19ffae3ef6719
>>> SHA256: c18398800c435dabff9f45ec55a450ca78c3c1aec222aa295c0e2057912feeb6
>>>
>>> Release artifacts are signed with the following key:
>>> https://people.apache.org/keys/committer/bbende.asc
>>>
>>> KEYS file available here:
>>> https://dist.apache.org/repos/dist/release/nifi/KEYS
>>>
>>> 381 issues were closed/resolved for this release:
>>> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12338432
>>>
>>> Release note highlights can be found here:
>>> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.2.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. The please vote:
>>>
>>> [ ] +1 Release this package as nifi-1.2.0
>>> [ ] +0 no opinion
>>> [ ] -1 Do not release this package because because...
>>