zephyr/tests/kernel/workq/work
Yong Cong Sin 019ae15f05 tests: kernel: work: fix uninitialized timer's work item
The `test_1cpu_drain_wait` tests iff the thread of a work queue
that is waiting to be drained can submit work item to the
queue. A timer is created with a callback funciton to submit a
work item to the same queue, to help demonstrate that behavior.

However, the work item submitted by `test_drain_wait_cb` to the
`coophi_queue` isn't initialized, and can hit assertion if it
is processed by the work queue.

Fixes #63559

Signed-off-by: Yong Cong Sin <ycsin@meta.com>
2023-10-05 13:43:07 +01:00
..
src tests: kernel: work: fix uninitialized timer's work item 2023-10-05 13:43:07 +01:00
CMakeLists.txt
prj.conf
testcase.yaml tests: kernel: fix some test identifiers 2023-07-19 18:07:49 -04:00