Skip to content

Investigate and fix 5 failing Linux NoCUDA tests #440

@kumaakh

Description

@kumaakh

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)

  1. mp4v_to_jpg_frames_metadata - base/test/mp4readersource_tests.cpp:130
  2. mp4v_to_h264_frames_metadata - base/test/mp4readersource_tests.cpp:166

audioToTextXform_test (3 tests)

  1. test_asr - base/test/audioToTextXform_tests.cpp:95
  2. changeprop_asr - base/test/audioToTextXform_tests.cpp:135
  3. 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

  1. Run these tests locally in a Linux environment to reproduce the failures
  2. Analyze error logs and stack traces
  3. Fix the root cause
  4. Re-enable the tests by removing *boost::unit_test::disabled()
  5. Verify fixes with CI builds

Related

Metadata

Metadata

Labels

P2Priority 2

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions