Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run ML module tests in contrib after migration. #156

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

asmorkalov
Copy link
Contributor

@fengyuentau
Copy link
Member

Failed tests in U20 and U22 are the same one:

[----------] 1 test from Media
[ RUN      ] Media.audio/0, where GetParam() = ("test_audio.mp4", 1, 0.15, 64, [240](https://github.com/opencv/ci-gha-workflow/actions/runs/8077299192/job/22067316052?pr=156#step:59:241), 320, 90, 132299, 30, 30, GSTREAMER)
[ WARN:[email protected]] global cap_gstreamer.cpp:1750 open OpenCV | GStreamer warning: frame count is estimated by duration and fps
[ WARN:[email protected]] global cap_gstreamer.cpp:1939 getProperty OpenCV | GStreamer: CAP_PROP_AUDIO_SHIFT_NSEC property is not supported
video0 timestamp: 0.0522449  audio0 timestamp: 0.0522449 (audio shift nanoseconds: 0 , seconds: 0)
frame=0:  audioFrameSize=1470  videoTimestamp=52.2449 ms
frame=1:  audioFrameSize=1470  videoTimestamp=78.3673 ms
frame=2:  audioFrameSize=1470  videoTimestamp=104.49 ms
frame=3:  audioFrameSize=1469  videoTimestamp=156.735 ms
frame=4:  audioFrameSize=1470  videoTimestamp=182.857 ms
frame...
frame=85:  audioFrameSize=1470  videoTimestamp=2873.47 ms
frame=86:  audioFrameSize=1470  videoTimestamp=2899.59 ms
frame=87:  audioFrameSize=1470  videoTimestamp=2951.84 ms
frame=88:  audioFrameSize=1470  videoTimestamp=2977.96 ms
frame=89:  audioFrameSize=0  videoTimestamp=2966.67 ms
Total audio samples=130829
/home/ci/opencv/modules/videoio/test/test_audio.cpp:46: Failure
Expected equality of these values:
  numberOfSamples
    Which is: 132299
  audioData[nCh].size()
    Which is: 130829
nCh=0
[  FAILED  ] Media.audio/0, where GetParam() = ("test_audio.mp4", 1, 0.15, 64, 240, 320, 90, 132299, 30, 30, GSTREAMER) (72 ms)
[----------] 1 test from Media (72 ms total)

It should be irrelevant.

@asmorkalov asmorkalov merged commit 0a4a7fa into opencv:main Feb 28, 2024
2 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants