tests: mark elements_srtp.test_play test as flaky
[platform/upstream/gstreamer.git] / subprojects / gst-integration-testsuites / testsuites / validate_known_issues.py
index 359a8fb..4875d13 100644 (file)
@@ -7,8 +7,10 @@ KNOWN_ISSUES = {
             r"^validate\.((?!compositor).)*$",
             r"^validate\.((?!glvideomixer).)*$",
             r"^validate\.((?!launch_pipeline).)*$",
+            r"^validate\.((?!rtsp*).)*$",
+            r"^validate\.((?!dash*).)*$",
         ],
-        "allow_flakiness": True,
+        "max_retries": 2,
     },
     "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/486": {
         "tests": [
@@ -36,7 +38,11 @@ KNOWN_ISSUES = {
                 "level": "critical",
                 "summary": "The program stopped before some actions were executed",
                 "sometimes": True,
-            }
+            },
+            {
+                "timeout": True,
+                "sometimes": True,
+            },
         ]
     },
     "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/311": {
@@ -92,7 +98,7 @@ KNOWN_ISSUES = {
             {
                 "timeout": True,
                 "sometimes": True,
-            }
+            },
         ]
     },
     "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/930": {
@@ -165,6 +171,13 @@ KNOWN_ISSUES = {
                 "summary": "We got a g_log critical issue",
                 "details": ".*g_hash_table_foreach_remove_or_steal.*",
             },
+            {
+                "issue-id": "runtime::error-on-bus",
+                "summary": "We got an ERROR message on the bus",
+                "level": "critical",
+                "detected-on": "playbin0",
+                "details": ".*Could not open resource for reading and writing.*",
+            },
         ],
     },
     "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/578": {
@@ -193,11 +206,11 @@ KNOWN_ISSUES = {
             },
         ]
     },
-  "https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/45": {
+    "https://gitlab.freedesktop.org/gstreamer/gst-libav/issues/45": {
         "tests": [
             "validate.file.playback.reverse_playback.rawaudioS32LE_prores_mov"
         ],
-       "issues": [
+        "issues": [
             {
                 "issue-id": "runtime::error-on-bus",
                 "summary": "We got an ERROR message on the bus",
@@ -218,12 +231,12 @@ KNOWN_ISSUES = {
             "validate.*mxf.*",
         ],
         "issues": [
-             {
-                 "issue-id": "threading::pull-range-from-wrong-thread",
-                 "summary": "gst_pad_pull_range called from wrong thread",
-                 "level": "critical",
-                 'can-happen-several-times': True,
-             },
+            {
+                "issue-id": "threading::pull-range-from-wrong-thread",
+                "summary": "gst_pad_pull_range called from wrong thread",
+                "level": "critical",
+                'can-happen-several-times': True,
+            },
         ]
     },
     "Our asf file is basically broken": {
@@ -234,6 +247,17 @@ KNOWN_ISSUES = {
             {
                 "issue-id": "transcoded-file-wrong-duration",
             },
-       ]
+        ]
+    },
+    "https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1777": {
+        "tests": [
+            "check.gst-plugins-bad.elements_srtp.test_play"
+        ],
+        "issues": [
+            {
+                'returncode': 1,
+                'sometimes': True,
+            },
+        ],
     }
 }