The test did not generate a result file.
in the test step of my build I see the following lines:
test_filesystem.gtest.missing_result
The test did not generate a result file.
/home/platform/BuildAgent/work/15626214f1040bf1/build/log_checker/test_results/log_checker/test_filesystem.gtest.xml report processed: 1 suite, 1 test
At this point, the build is marked as failed. Then Later on in the build, after the test_filesystem tests actually run I see:
/home/platform/BuildAgent/work/15626214f1040bf1/build/log_checker/test_results/log_checker/test_filesystem.gtest.xml report processed: 4 suites, 22 tests
where all 22 tests pass, and are shown as passing in the tests tab of the build informaton. It also shows a failed test about the test_filesystem.gtest.missing_result.
Any ideas what's going on here?
Please sign in to leave a comment.
Hello Chui,
This doesn't look TeamCity-specific. Likely, you will be able to reproduce this issue if you run the same commands as the build runs manually outside of TeamCity. That should help you to narrow down the scope of the issue. For more details about this approach please see this section in the documentation:
https://www.jetbrains.com/help/teamcity/common-problems.html#Build+works+locally+but+fails+or+misbehaves+in+TeamCity
-Anatoly