Implement coio_stat.
Unit test coio_stat. Cleanup unit tests a bit: merge unit.h and test.h, which would duplicate each other. Fix a bug in trigger_atexit.test, which would not clean up after itself.
Showing
- src/coio.cc 26 additions, 6 deletionssrc/coio.cc
- src/coio.h 7 additions, 0 deletionssrc/coio.h
- src/fiber.cc 4 additions, 7 deletionssrc/fiber.cc
- src/fiber.h 6 additions, 2 deletionssrc/fiber.h
- test/app/trigger_atexit.result 1 addition, 0 deletionstest/app/trigger_atexit.result
- test/app/trigger_atexit.test.lua 2 additions, 1 deletiontest/app/trigger_atexit.test.lua
- test/lib/unittest_server.py 2 additions, 2 deletionstest/lib/unittest_server.py
- test/unit/CMakeLists.txt 15 additions, 5 deletionstest/unit/CMakeLists.txt
- test/unit/coio.cc 72 additions, 0 deletionstest/unit/coio.cc
- test/unit/coio.result 8 additions, 0 deletionstest/unit/coio.result
- test/unit/fiob.c 1 addition, 1 deletiontest/unit/fiob.c
- test/unit/quota.cc 1 addition, 1 deletiontest/unit/quota.cc
- test/unit/rlist.c 1 addition, 1 deletiontest/unit/rlist.c
- test/unit/test.h 0 additions, 102 deletionstest/unit/test.h
- test/unit/unit.c 1 addition, 1 deletiontest/unit/unit.c
- test/unit/unit.h 92 additions, 1 deletiontest/unit/unit.h
- test/unit/uri.c 1 addition, 1 deletiontest/unit/uri.c
- test/unit/vclock.cc 2 additions, 3 deletionstest/unit/vclock.cc
- test/unit/vclock.result 15 additions, 15 deletionstest/unit/vclock.result
Loading
Please register or sign in to comment