You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/06/14 16:34:22 UTC

[GitHub] [trafficserver] bryancall edited a comment on pull request #7832: Fixup TS_USE_LINUX_NATIVE_AIO AIO_MODE_NATIVE

bryancall edited a comment on pull request #7832:
URL: https://github.com/apache/trafficserver/pull/7832#issuecomment-860823746


   @cukiernik Please run clang-format over the code - it is failing the formatting CI test.  Also if you want, can you fix make check.  It is failing in `test_AIO.cc`:
   
   ```
     CXX      test_AIO-test_AIO.o
   ../../../iocore/aio/test_AIO.cc: In function ‘int main(int, char**)’:
   ../../../iocore/aio/test_AIO.cc:426:41: error: ‘class EventProcessor’ has no member named ‘n_threads_for_type’
     426 |   int n_netthreads     = eventProcessor.n_threads_for_type[etype];
         |                                         ^~~~~~~~~~~~~~~~~~
   ../../../iocore/aio/test_AIO.cc:427:41: error: ‘class EventProcessor’ has no member named ‘eventthread’
     427 |   EThread **netthreads = eventProcessor.eventthread[etype];
         |                                         ^~~~~~~~~~~
   make[3]: *** [Makefile:938: test_AIO-test_AIO.o] Error 1
   ```


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