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

video(test): filter very long debug tests #25027

Draft
wants to merge 1 commit into
base: 4.x
Choose a base branch
from

Conversation

opencv-alalek
Copy link
Contributor

Avoid very long test cases runs on CI by default.

Before:

[ RUN      ] Tracking/DistanceAndOverlap.GOTURN/1, where GetParam() = ("dudek")
startFrame = 1
frame size = [720 x 480]

command timed out: 600 seconds without output

After:

[ RUN      ] Tracking/DistanceAndOverlap.GOTURN/1, where GetParam() = ("dudek", 0)
Number of frames in test data: 106
[     SKIP ] Test with tag 'debug_verylong' is skipped ('debug_verylong' is in skip list)
[       OK ] Tracking/DistanceAndOverlap.GOTURN/1 (779 ms)

...

[ RUN      ] Tracking5Frames/DistanceAndOverlap.GOTURN/1, where GetParam() = ("dudek", 5)
Number of frames in test data: 106
Number of frames to test: 5
startFrame = 1
frame size = [720 x 480]
[       OK ] Tracking5Frames/DistanceAndOverlap.GOTURN/1 (11305 ms)

@opencv-alalek opencv-alalek added this to the 4.10.0 milestone Feb 15, 2024
@opencv-alalek opencv-alalek marked this pull request as draft February 15, 2024 07:48
@opencv-pushbot opencv-pushbot force-pushed the gitee/alalek/tests_filter_debug branch from 5857879 to 4c7a70c Compare February 15, 2024 07:53
@asmorkalov asmorkalov modified the milestones: 4.10.0, 4.11.0 May 20, 2024
@asmorkalov asmorkalov modified the milestones: 4.11.0, 4.12.0 Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants