[
https://issues.apache.org/jira/browse/MINIFICPP-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17249660#comment-17249660
]
Adam Hunyadi commented on MINIFICPP-1437:
-----------------------------------------
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)