zephyr/tests/subsys
Ederson de Souza 3bbe42f789 tests/subsys/tracing: Async tracing API test fix
Test `tracing.transport.uart.async.test` was working only due sheer
serendipity: one of the tracing strings checked,
sys_trace_k_mutex_lock_exit, was never being registered on the tracing
buffer. However, the check never got to check this string, so the test
was passing.

Why wasn't it being registered? Tracing buffer size was a bit small for the
flurry of messages - increasing it solves the problem, and is what this
patch does.

Why did the check never got to the missing string? Tracing thread has a
lower priority, so when the k_sleep of test thread expired, it was
preempted. Indeed, if the sleep was changed by any number of ticks, the
test would fail. Even changing order - and thus number - of instructions
executed could make this test fail.

While at it, fixed some typos and an imprecise commentary on code.

Fixes: #84169

Signed-off-by: Ederson de Souza <ederson.desouza@intel.com>
2025-01-23 00:13:46 +01:00
..
bindesc tests: bindesc: reading: Remove usage of deprecated global CSTD 2024-11-26 10:36:33 +00:00
canbus/isotp
debug python: Format trivial files where only newlines were missing 2024-11-21 20:10:51 +01:00
dfu tests: subsys: dfu: img_util: Increase stack size 2024-11-06 09:57:41 -08:00
display/cfb/basic tests: display: cfb: fix filtering 2024-11-18 07:24:12 -05:00
dsp dsp: utils: Implemented float/fixed type conversions 2024-12-17 20:55:27 +01:00
edac drivers: edac: Place API into iterable section 2024-12-03 10:16:29 +01:00
emul
fs boards: nxp: add RT1060 EVKC support 2025-01-21 19:27:39 +01:00
input
ipc
jwt mbedtls: use CSPRNG whenever possible as PSA random source 2024-11-20 15:59:40 -05:00
llext llext: fix Z_GENERIC_SECTION() usage 2025-01-22 20:50:00 +01:00
logging tests: enable flash tests for s32z board 2025-01-21 19:26:45 +01:00
lorawan tests/subsys/lorawan/frag_decoder: Change random seed 2025-01-20 20:55:48 +01:00
mem_mgmt
mgmt drivers: serial: Place API into iterable section 2024-12-02 22:08:56 +00:00
modbus boards: opta: RS485 support 2024-11-20 15:59:53 -05:00
modem modem: cmux: added validation of cmux frame length 2024-11-07 08:31:48 -06:00
openthread net: openthread: radio: Fix platform radio state machine 2025-01-09 15:49:21 +01:00
pm Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
portability tests: portability: cmsis_rtos_v2: do not disable 64-bit timeouts 2024-11-26 14:46:38 +00:00
random/rng
rtio tests: rtio: rtio_api: explicit RTIO_SUBMIT_SEM=n 2024-12-13 11:34:34 +01:00
sd samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
secure_storage/psa tests: secure_storage: speed up psa.its.secure_storage.custom.transform 2025-01-07 18:24:33 +01:00
sensing tests: sensing: fix identifier 2024-07-18 06:47:57 -04:00
settings tests: enable flash tests for s32z board 2025-01-21 19:26:45 +01:00
settings_commit_prio
shell Revert "test: misc|shell: disable "zephyr,entropy" chosen property" 2024-12-12 00:15:39 +00:00
sip_svc samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
storage tests: enable flash tests for s32z board 2025-01-21 19:26:45 +01:00
testsuite/fff_fake_contexts tests: Support targeting unit_testing with and without qualifier 2024-10-25 18:51:10 +01:00
tracing/tracing_api tests/subsys/tracing: Async tracing API test fix 2025-01-23 00:13:46 +01:00
usb tests: usb: uac2: Test Feature Unit descriptor 2024-10-15 19:03:49 +01:00
zbus zbus: assert when inside an ISR and time out is not zero 2025-01-21 19:30:20 +01:00