[Bug 746957] validate:launcher: Show timeout seconds for timeout result message

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Mar 30 05:19:21 PDT 2015


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

Thibault Saunier <tsaunier at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.5.1

--- Comment #5 from Thibault Saunier <tsaunier at gnome.org> ---
commit 4725f4ec099cace11b680ca7ca916362a4ad14c0
Author: Young Han Lee <y.lee at lge.com>
Date:   Sun Mar 29 11:13:01 2015 +0900

    validate:launcher: Show timeout seconds for timeout result message

    Current timeout message doesn't show how many seconds a test took and
    it is timeouted by normal timeout or hard timeout.

    This patch changes the message like following.

    1. normal timeout
    old : validate.http.playback.reverse_playback.raw_video_mov: Timeout
(Application timed out)
    new : validate.http.playback.reverse_playback.raw_video_mov: Timeout
(Application timed out: 120 secs)

    2. hard timeout
    old : validate.http.playback.reverse_playback.raw_video_mov: Timeout
(Application timed out)
    new : validate.http.playback.reverse_playback.raw_video_mov: Timeout (Hard
timeout reached: 600 secs)

    https://bugzilla.gnome.org/show_bug.cgi?id=746957
(In reply to Young Han Lee from comment #4)
> The existing code already has it. Please refer to the following link.
> 
> http://phabricator.freedesktop.org/diffusion/GSTDEV/browse/master/validate/
> launcher/baseclasses.py;4c7ec6b8b13a7c1ec1f8c4e8a9ddab887c1e54aa$242
> 
> But, for now, the message is being overwritten by Test::check_results.

Got it, thanks.

-- 
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