openpilot0/common/tests
Adeeb Shihadeh 9cfdd6200d Remove `setproctitle` (#32716)
* Custom setproctitle (#32667)

* add custom setproctitle

* add test

* Update poetry.lock

* fix lint

* support only Linux

* test only Linux

* final lint

* Update test_setproctitle.py

* Update setproctitle.py

* convert to threadnames

* delete proctitles

* Check str len and use PR_GET_NAME

* fix poetry.lock

* lint fix

* Update common/threadname.py

---------

Co-authored-by: reddyn12 <nikhilr.ssm@gmail.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>

* revert that for now

* use last 15

* fix

* use name

* update those

* and modeld

* rm

---------

Co-authored-by: schlimeszn <138847413+schlimeszn@users.noreply.github.com>
Co-authored-by: reddyn12 <nikhilr.ssm@gmail.com>
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 83ac80c6c8
2024-06-11 21:57:32 -07:00
..
.gitignore
__init__.py
test_file_helpers.py Unittest to pytest (#32366) 2024-05-17 11:01:44 -07:00
test_markdown.py Replace markdown-it-py with small function in common/ (#32664) 2024-06-08 15:39:26 -07:00
test_numpy_fast.py Unittest to pytest (#32366) 2024-05-17 11:01:44 -07:00
test_params.cc common/params: support nonblocking write (#29808) 2023-12-13 20:36:01 -08:00
test_params.py Unittest to pytest (#32366) 2024-05-17 11:01:44 -07:00
test_runner.cc
test_simple_kalman.py Unittest to pytest (#32366) 2024-05-17 11:01:44 -07:00
test_swaglog.cc Revert "Switch from json11 to nlohmann/json (#31093)" 2024-01-22 22:41:59 -08:00
test_threadname.py Remove `setproctitle` (#32716) 2024-06-11 21:57:32 -07:00
test_util.cc