songdongsheng commented on issue #1642:
URL: 
https://github.com/apache/incubator-brpc/issues/1642#issuecomment-1029144725


   ```
   # ./build/test/bthread_fd_unittest
   Running main() from gtest_main.cc
   [==========] Running 11 tests from 1 test case.
   [----------] Global test environment set-up.
   [----------] 11 tests from FDTest
   [ RUN      ] FDTest.read_kernel_version
   sysname=Linux
   nodename=ubi-testing
   release=5.3.18-24.78-default
   version=#1 SMP Mon Aug 2 21:00:23 UTC 2021 (a13100d)
   machine=x86_64
   [       OK ] FDTest.read_kernel_version (0 ms)
   [ RUN      ] FDTest.ping_pong
   PROFILE: interrupts/evictions/bytes = 1074/23/6784
   WARNING: Logging before InitGoogleLogging() is written to STDERR
   I20220203 16:04:45.948731  8044 bthread_fd_unittest.cpp:327] tid=190334
   [       OK ] FDTest.ping_pong (4838 ms)
   [ RUN      ] FDTest.mod_closed_fd
   [       OK ] FDTest.mod_closed_fd (0 ms)
   [ RUN      ] FDTest.add_existing_fd
   [       OK ] FDTest.add_existing_fd (0 ms)
   [ RUN      ] FDTest.interrupt_pthread
   wake up 140024936388352
   140024936388352 quits
   wake up 140024944781056
   140024944781056 quits
   [       OK ] FDTest.interrupt_pthread (201 ms)
   [ RUN      ] FDTest.invalid_epoll_events
   F20220203 16:04:46.250573  8044 fd.cpp:433] Check failed: 
(uint32_t)poll_events == epoll_events (0 vs. 2147483648)
   *** Check failure stack trace: ***
   Aborted
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to