[
https://issues.apache.org/jira/browse/NIFI-4608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16253159#comment-16253159
]
ASF subversion and git services commented on NIFI-4608:
-------------------------------------------------------
Commit 7f8007f22a7be9e4c13505f9c41af541b5a676e8 in nifi's branch
refs/heads/master from [~alopresto]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=7f8007f ]
NIFI-4608 Removed unnecessary NiFiProperties mocking given enhancements to
StringEncryptor.
Fixed checkstyle issues.
Fixed test failure in FingerprintFactoryTest.
Signed-off-by: Pierre Villard <[email protected]>
This closes #2273.
> Fix build issues (checkstyle and test failures)
> -----------------------------------------------
>
> Key: NIFI-4608
> URL: https://issues.apache.org/jira/browse/NIFI-4608
> Project: Apache NiFi
> Issue Type: Bug
> Components: Tools and Build
> Affects Versions: 1.4.0
> Reporter: Andy LoPresto
> Assignee: Andy LoPresto
> Labels: build, checkstyle, test-failure
>
> There are checkstyle issues in RemoteProcessGroupPortDTO.java and a test
> failure in FingerprintFactoryTest.java.
> {code}
> [INFO] --- maven-checkstyle-plugin:2.15:check (check-style) @ nifi-client-dto
> ---
> [WARNING]
> src/main/java/org/apache/nifi/web/api/dto/RemoteProcessGroupPortDTO.java[83]
> (regexp) RegexpSinglelineJava: Line has trailing whitespace.
> [WARNING]
> src/main/java/org/apache/nifi/web/api/dto/RemoteProcessGroupPortDTO.java[88]
> (regexp) RegexpSinglelineJava: Line has trailing whitespace.
> {code}
> {code}
> Results :
> Failed tests:
> FingerprintFactoryTest.testRemotePortFingerprint:317
> expected:<portId[]3true123464KB10sec> but
> was:<portId[NO_VALUE]3true123464KB10sec>
> Tests run: 318, Failures: 1, Errors: 0, Skipped: 11
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)