Marcin Sochacki

Results 7 comments of Marcin Sochacki

> Hello, can it be also the root cause of this s390x test failure? https://buildd.debian.org/status/fetch.php?pkg=dlt-daemon&arch=s390x&ver=2.18.10-1&stamp=1692269034&raw=0 No - it is a different issue.

I edited _tests/gtest_dlt_user.cpp_ In line: 5315 I replaced: `const auto max_runtime = std::chrono::seconds(5);` with `const auto max_runtime = std::chrono::seconds(60);` Then I compiled dlt-daemon project, but I didn't start _dlt-daemon_, only...

If you say that running _gtest_dlt_user_ without dlt-daemon is an invalid test case - it is OK for me :)

I did some debugging and observed that the function `dlt_initialize_socket_connection()` is called in the context of the main thread from dlt_init() and in the context of the housekeeper thread from...

It looks, that the test case **t_dlt_user_shutdown_while_init_is_running** still fails, if you run this test longer (for example for 15 seconds) and if you build daemon with UNIX SOCKETS as IPC....

> Hello @marcin-sochacki Any update on this issue. I can reproduce the case, but just occasionally, with longer period (16 seconds). Still I have no clue how to handle this...

> @marcin-sochacki Sorry but we can't review this change until you sign the CLA. The bot that verifies the CLA can be finicky sometimes, so let me know if you...