FMX commented on PR #2966:
URL: https://github.com/apache/celeborn/pull/2966#issuecomment-2516062681
@HolyLow I found out that I can run the UTs successfully.
If I run the UTs in Clion, I got following error.
```
1: Test command:
/tmp/cpp/cmake-build-debug/celeborn/utils/tests/celeborn_utils_test
1: Working Directory: /tmp/cpp/cmake-build-debug/celeborn/utils/tests
1: Test timeout computed to be: 1500
Exception: Illegal
```
If I run the UTs in Docker container, I got following errors.
```
root@82f7ea7a535c:/celeborn/cpp/build# ctest
Test project /celeborn/cpp/build
Start 1: celeborn_utils_test
1/1 Test #1: celeborn_utils_test ..............***Exception: Illegal 0.02
sec
0% tests passed, 1 tests failed out of 1
Total Test time (real) = 0.04 sec
The following tests FAILED:
1 - celeborn_utils_test (ILLEGAL)
Errors while running CTest
Output from these tests are in:
/celeborn/cpp/build/Testing/Temporary/LastTest.log
Use "--rerun-failed --output-on-failure" to re-run the failed cases
verbosely.
root@82f7ea7a535c:/celeborn/cpp/build# cat
/celeborn/cpp/build/Testing/Temporary/LastTest.log
Start testing: Dec 04 02:55 UTC
----------------------------------------------------------
1/1 Testing: celeborn_utils_test
1/1 Test: celeborn_utils_test
Command: "/celeborn/cpp/build/celeborn/utils/tests/celeborn_utils_test"
Directory: /celeborn/cpp/build/celeborn/utils/tests
"celeborn_utils_test" start time: Dec 04 02:55 UTC
Output:
----------------------------------------------------------
<end of output>
Test time = 0.02 sec
----------------------------------------------------------
Test Failed.
"celeborn_utils_test" end time: Dec 04 02:55 UTC
"celeborn_utils_test" time elapsed: 00:00:00
----------------------------------------------------------
End testing: Dec 04 02:55 UTC
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]