cisco / openh264

Open Source H.264 Codec
BSD 2-Clause "Simplified" License
5.5k stars 1.78k forks source link

UT occasional failure #3339

Open huili2 opened 3 years ago

huili2 commented 3 years ago

@xiaotianshi2 could you please look into following two issues? Thanks.

  1. UT failure on hash: run on master (daf3558f17b08be4826d96a593b5d132ebb445b2) on Mac platform (x86_64), about 2% UT failure: [ RUN ] ThreadDecodeFile/ThreadDecoderOutputTest.CompareOutput/11 ./test/utils/HashFunctions.h:30: Failure Expected equality of these values: hashStr[0] Which is: "14d8ddb12ed711444039329db29c496b079680ba" hashStrCmp Which is: "008b195d3a03f33686654dc6ccc803138c44c6f1" [ FAILED ] ThreadDecodeFile/ThreadDecoderOutputTest.CompareOutput/11, where GetParam() = 16-byte object <71-5A 62-06 01-00 00-00 26-75 62-06 01-00 00-00> (43 ms) [----------] 1 test from ThreadDecodeFile/ThreadDecoderOutputTest (43 ms total)

re-use the seed does not re-produce.


  1. Segmentation fault in Linux m32 Release mode in PR #3337 in travis test: [ RUN ] ThreadDecodeFile/ThreadDecoderOutputTest.CompareOutput/11 Makefile:195: recipe for target 'test' failed make: *** [test] Segmentation fault (core dumped) The command "./run_Test.sh ${TASK} ${TestParameter}" exited with 2.
xiaotianshi2 commented 3 years ago

Sure and I'll take a look!