You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/01/03 10:33:00 UTC

[jira] [Commented] (NIFI-5917) TestSelectHiveQL.testNoTimeLimit fails

    [ https://issues.apache.org/jira/browse/NIFI-5917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16732868#comment-16732868 ] 

ASF subversion and git services commented on NIFI-5917:
-------------------------------------------------------

Commit 595a2decc67d464534ce33f18440543620165bbb in nifi's branch refs/heads/master from Koji Kawamura
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=595a2de ]

NIFI-5917 Fix TestSelectHiveQL.testNoTimeLimit

Signed-off-by: Pierre Villard <pi...@gmail.com>

This closes #3237.


> TestSelectHiveQL.testNoTimeLimit fails
> --------------------------------------
>
>                 Key: NIFI-5917
>                 URL: https://issues.apache.org/jira/browse/NIFI-5917
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Extensions
>    Affects Versions: 1.9.0
>            Reporter: Koji Kawamura
>            Assignee: Koji Kawamura
>            Priority: Major
>             Fix For: 1.9.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Since NIFI-5871 updated MockProcessSession to not copying original FlowFiles UUID to the FORKed one, TestSelectHiveQL.testNoTimeLimit has been failing due to the number of created Provenance event has been changed.
> That happened because MockProvenanceReporter holds created provenance events in a Set, and StandardProvenanceEventRecord.equals uses event FlowFile UUID.
> The test method should be fixed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)