zephyr/tests/kernel/workq
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
..
critical COVERAGE: Fix COVERAGE_GCOV dependencies 2023-08-24 15:36:31 +02:00
user_work tests: kernel: fix some test identifiers 2023-07-19 18:07:49 -04:00
work tests: kernel: work: fix uninitialized timer's work item 2023-10-05 13:43:07 +01:00
work_queue tests: work_queue: fix few mismatched CONTAINER_OF 2023-08-29 20:06:23 -04:00