exceptionfactory commented on PR #8896:
URL: https://github.com/apache/nifi/pull/8896#issuecomment-2139613747

   > @exceptionfactory Can you please advise on iif s there something I checked 
in that caused the following exceptions
   > 
   > ```
   > Error:    TestExecuteProcess.testNotRedirectErrorStream:241 If redirect 
error stream is false, the output should be logged as a warning so that user 
can notice on bulletin. ==> expected: <1> but was: <0>
   > Error:    TestExecuteProcess.testRedirectErrorStream:268 expected: <1> but 
was: <0>
   > ```
   > 
   > Those tests on my computer are working and they are working on the MacOS. 
What more can I do for this?
   
   @dan-s1 The `TestExecuteProcess` class has some design issues, but it 
appears that this particular issue could be related to the `isCommandFailed()` 
method in `TestExecuteProcess`. That method looks for an error message 
containing the words `due to` on line 308. Removing the `due to` portion of the 
string should align with the changes you have implemented.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to