You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/05/15 17:42:53 UTC

[GitHub] [nifi-minifi-cpp] arpadboda edited a comment on pull request #786: MINIFICPP-1225 - Fix flaky HTTP tests.

arpadboda edited a comment on pull request #786:
URL: https://github.com/apache/nifi-minifi-cpp/pull/786#issuecomment-629391194


   Looking at CI logs, there is something left:
   
   https://travis-ci.org/github/apache/nifi-minifi-cpp/jobs/687464775
   
   The last debug line before the failure of the testcase is pretty talkative:
   
   ```
   [2020-05-15 14:46:30.368] [org::apache::nifi::minifi::processors::ListenHTTP::Handler] [debug] ListenHTTP handling POST request of length -1
   ```
   
   ListenHTTP also uses civetweb to achieve listening, so we might have the same issue there as we have with tests. 
   
   The nice way there would be to stop handling any request after notifyStop was called. 


----------------------------------------------------------------
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.

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