opencv/modules/gapi/test/streaming
Dmitry Matveev d792086ba6
Merge pull request #25060 from dmatveev:dm/gapi_test_time
G-API: Make test execution lighter (first attempt) #25060

### Background

G-API tests look running longer than tests for the rest of modules (e.g., 5m), and the analysis show that there's several outliers in G-API test suite which take a lot of time but don't improve the testing quality much:
![image](https://github.com/opencv/opencv/assets/144187/e6df013f-e548-47ac-a418-285b3f78c9f8)

In this PR I will cut the execution time to something reasonable.

### Contents

- Marked some outliers as `verylong`:
  - OneVPL barrier test - pure brute force
  - Stateful test in stream - in fact BG Sub accuracy test clone
- Restructured parameters instantiation in Streaming tests to generate less test configurations (54 -> 36)

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2024-02-22 16:40:33 +03:00
..
gapi_gstreamer_pipeline_facade_int_tests.cpp build: eliminate build warnings on Ubuntu 20.04/16.04 2022-12-20 06:46:30 +00:00
gapi_gstreamersource_tests.cpp Merge pull request #21560 from dbudniko:dbudniko/gapi_media_format_gray_plus_gst_source 2022-02-08 16:51:53 +03:00
gapi_streaming_queue_source_tests.cpp Merge pull request #24178 from dmatveev:dm/streaming_queue 2023-09-04 12:48:53 +03:00
gapi_streaming_sync_tests.cpp gapi(build): eliminate Win32 build warning 2021-03-25 22:15:06 +00:00
gapi_streaming_tests.cpp Merge pull request #25060 from dmatveev:dm/gapi_test_time 2024-02-22 16:40:33 +03:00
gapi_streaming_utils_test.cpp Merge pull request #25060 from dmatveev:dm/gapi_test_time 2024-02-22 16:40:33 +03:00
gapi_streaming_vpl_core_test.cpp Copy mpashchenkov's changes 2022-11-16 14:17:02 +01:00
gapi_streaming_vpl_data_provider.cpp Merge pull request #21883 from SergeyIvanov87:gapi_vpl_linux 2022-05-12 08:42:38 +00:00
gapi_streaming_vpl_device_selector.cpp Add VAAPI into tests & VPL sample 2022-07-08 11:43:56 +03:00
gapi_streaming_vpp_preproc_test.cpp Merge pull request #21883 from SergeyIvanov87:gapi_vpl_linux 2022-05-12 08:42:38 +00:00