mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-03-02 07:53:51 +08:00
LoggerState: test cases (#21855)
* test multiple threads writing to log * fix typo * use util::getenv * check INIT_DATA and SENTINEL * test END_OF_SEGMENT * add comment * test multiple threads logging and rotation * cleanup * update * LoggerHandle:quick fix * cleanup * revert test_loggerd.py * refactor test case * check lock file * check refcnt after close * test_runner.cc d * int eixt_signal
This commit is contained in:
1
.github/workflows/selfdrive_tests.yaml
vendored
1
.github/workflows/selfdrive_tests.yaml
vendored
@@ -214,6 +214,7 @@ jobs:
|
||||
$UNIT_TEST selfdrive/thermald && \
|
||||
$UNIT_TEST tools/lib/tests && \
|
||||
./selfdrive/common/tests/test_util && \
|
||||
./selfdrive/loggerd/tests/test_logger &&\
|
||||
./selfdrive/proclogd/tests/test_proclog && \
|
||||
./selfdrive/camerad/test/ae_gray_test"
|
||||
- name: Upload coverage to Codecov
|
||||
|
||||
Reference in New Issue
Block a user