You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, the unit test for the asynchronous task executor experiences occasional failures during pdebuild on Ubuntu, which highlights the need for a thorough review and enhancement of our testing process.
40/40 unittest_nntrainer_task TIMEOUT 120.13s killed by signal 15 SIGTERM
>>> MALLOC_PERTURB_=227 /build/nntrainer-0.5.0/build/test/unittest/unittest_nntrainer_task --gtest_output=xml:/build/nntrainer-0.5.0/build/unittest_nntrainer_task.xml
――――――――――――――――――――――――――――――――――――― ✀ ―――――――――――――――――――――――――――――――――――――
[==========] Running 6 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 6 tests from TaskExecutorTest
[ RUN ] TaskExecutorTest.create_01_p
[ OK ] TaskExecutorTest.create_01_p (0 ms)
[ RUN ] TaskExecutorTest.task_create_01_p
[ OK ] TaskExecutorTest.task_create_01_p (6 ms)
[ RUN ] TaskExecutorTest.task_async_create_01_p
[ OK ] TaskExecutorTest.task_async_create_01_p (0 ms)
[ RUN ] TaskExecutorTest.run_01_p
[ OK ] TaskExecutorTest.run_01_p (6 ms)
[ RUN ] TaskExecutorTest.run_async_01_p
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
Summary of Failures:
40/40 unittest_nntrainer_task TIMEOUT 120.13s killed by signal 15 SIGTERM
The text was updated successfully, but these errors were encountered:
At present, the unit test for the asynchronous task executor experiences occasional failures during pdebuild on Ubuntu, which highlights the need for a thorough review and enhancement of our testing process.
The text was updated successfully, but these errors were encountered: