bryancall commented 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 formatting. 
 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:
[email protected]


Reply via email to