[Bug 791159] validate: Use a single TCPServer for subprocess communication

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Dec 3 11:13:38 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=791159

Thibault Saunier <tsaunier at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #364848|none                        |accepted-commit_now
             status|                            |

--- Comment #2 from Thibault Saunier <tsaunier at gnome.org> ---
Review of attachment 364848:
 --> (https://bugzilla.gnome.org/review?bug=791159&attachment=364848)

Looks good :-)

::: validate/launcher/baseclasses.py
@@ +551,3 @@
+                        break
+                if test is None:
+                    print("COULD NOT FIND TEST FOR UUID %s" % uuid)

Use Loggable.error?

@@ +1553,3 @@
+        self.server.serve_forever(poll_interval=0.05)
+
+

1  ligne :-)

@@ +1563,3 @@
+        os.environ["GST_VALIDATE_SERVER"] = "tcp://localhost:%s" %
self.serverport
+
+

Same.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list