commit | 8c68a7a587b884fb12ee6a31658281b2f9929485 | [log] [tgz] |
---|---|---|
author | Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> | Tue Aug 03 11:16:17 2021 +0200 |
committer | Maureen Helm <maureen.helm@nxp.com> | Tue Aug 03 16:11:49 2021 -0500 |
tree | 32c81ed67792b07445c20e9f5a788ff441224ba6 | |
parent | 013c2da3e12c32178816623ec4188075a4a3b67c [diff] |
tests: subsys: logging: log_api: Fix test for 64 bit timestamp Test for dropping log messages was expecting certain number of dropped messages assuming that buffer size is dividable by the message size. That was not the case when timestamp was 64 bit. In that case, additional message is dropped. Modified the test to take that into account. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>