Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit Test Failures in Asynchronous Task Executor on Ubuntu #2867

Open
djeong20 opened this issue Jan 10, 2025 · 1 comment
Open

Unit Test Failures in Asynchronous Task Executor on Ubuntu #2867

djeong20 opened this issue Jan 10, 2025 · 1 comment
Labels
bug Something isn't working BUILD/CI

Comments

@djeong20
Copy link
Contributor

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
@skykongkong8
Copy link
Member

I could find the similar error occasionally outbreaks at Tizen x86_64 gbs build as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working BUILD/CI
Projects
None yet
Development

No branches or pull requests

2 participants