You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Adam Hunyadi (Jira)" <ji...@apache.org> on 2020/12/15 12:30:00 UTC

[jira] [Comment Edited] (MINIFICPP-1437) ExecutePythonProcessorTests fail transiently

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

Adam Hunyadi edited comment on MINIFICPP-1437 at 12/15/20, 12:29 PM:
---------------------------------------------------------------------

It is suprising that the test ran shows that it succeeded with all its assertions. I ran the same test localle, pruned the outputs and compared them word by word using
{code:bash}
git --no-pager diff --unified=0 --no-index --word-diff-regex=. --patience transient_execute_python_processor_fail.txt execute_python_success.txt > word_diff.log
{code}

The only differences it shows is in auto-generated paths and memory addresses, that is to be expected (see attachment).


was (Author: hunyadi):
It is suprising that the test ran shows that it succeeded with all its assertions. I ran the same test localle, pruned the outputs and compared them word by word using
{code:bash}
git --no-pager diff --unified=0 --no-index --word-diff-regex=. --patience transient_execute_python_processor_fail.txt execute_python_success.txt > word_diff.log
{code}

The only differences it shows is in auto-generated paths and memory addresses, that is to be expected (see example).

> ExecutePythonProcessorTests fail transiently
> --------------------------------------------
>
>                 Key: MINIFICPP-1437
>                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1437
>             Project: Apache NiFi MiNiFi C++
>          Issue Type: Bug
>            Reporter: Gabor Gyimesi
>            Assignee: Adam Hunyadi
>            Priority: Minor
>              Labels: MiNiFi-CPP-Hygiene
>         Attachments: ExecutePythonProcessorTests-mac.log
>
>
> As a rare occurrence ExecutePythonProcessorTests fail with SegFault in Github actions. See more information in attached logs.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)