Issue Summary
5 tests are currently failing on Linux NoCUDA builds and have been temporarily disabled to get green builds. These tests need to be investigated and fixed.
Failing Tests
mp4readersource_tests (2 tests)
mp4v_to_jpg_frames_metadata - base/test/mp4readersource_tests.cpp:130
mp4v_to_h264_frames_metadata - base/test/mp4readersource_tests.cpp:166
audioToTextXform_test (3 tests)
test_asr - base/test/audioToTextXform_tests.cpp:95
changeprop_asr - base/test/audioToTextXform_tests.cpp:135
change_unsupported_prop_asr - base/test/audioToTextXform_tests.cpp:192
Context
These tests started failing after fixing the Linux NoCUDA build issues related to OpenAL-Soft/fmt dependency (see build 19801337916).
The tests have been temporarily disabled using *boost::unit_test::disabled() to allow the CI pipeline to pass while investigation proceeds.
Test Characteristics
mp4readersource_tests failures:
- Duration: 6-7 seconds each before failure
- Likely file I/O or timing related issues
audioToTextXform_test failures:
- Duration: 0 seconds (immediate failure)
- Likely missing dependencies, initialization failures, or environment issues
Next Steps
- Run these tests locally in a Linux environment to reproduce the failures
- Analyze error logs and stack traces
- Fix the root cause
- Re-enable the tests by removing
*boost::unit_test::disabled()
- Verify fixes with CI builds
Related
Issue Summary
5 tests are currently failing on Linux NoCUDA builds and have been temporarily disabled to get green builds. These tests need to be investigated and fixed.
Failing Tests
mp4readersource_tests (2 tests)
mp4v_to_jpg_frames_metadata- base/test/mp4readersource_tests.cpp:130mp4v_to_h264_frames_metadata- base/test/mp4readersource_tests.cpp:166audioToTextXform_test (3 tests)
test_asr- base/test/audioToTextXform_tests.cpp:95changeprop_asr- base/test/audioToTextXform_tests.cpp:135change_unsupported_prop_asr- base/test/audioToTextXform_tests.cpp:192Context
These tests started failing after fixing the Linux NoCUDA build issues related to OpenAL-Soft/fmt dependency (see build 19801337916).
The tests have been temporarily disabled using
*boost::unit_test::disabled()to allow the CI pipeline to pass while investigation proceeds.Test Characteristics
mp4readersource_tests failures:
audioToTextXform_test failures:
Next Steps
*boost::unit_test::disabled()Related