After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 678942 - Getting no output files for stdout/stderr and gstreamer logs
Getting no output files for stdout/stderr and gstreamer logs
Status: RESOLVED DUPLICATE of bug 678565
Product: GStreamer
Classification: Platform
Component: gst-qa-system
0.11.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-27 07:48 UTC by Sebastian Dröge (slomo)
Modified: 2012-06-28 09:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2012-06-27 07:48:21 UTC
insanity-run -T tests -t play-test -a uri:constant:file:///media/data/Videos/Kiwi.flv glob-stdout-and-stderr-file:constant:`pwd`/log

GST_DEBUG=5 insanity-run -T tests -t play-test -a uri:constant:file:///media/data/Videos/Kiwi.flv glob-stdout-and-stderr-file:constant:`pwd`/log

Both produce no error and no output file with any logs and not the GStreamer debug logs. And insanity-gst still has the code to set GST_DEBUG_FILE, it should just print to stderr now and let it be catched by the test runner.
Comment 1 Sebastian Dröge (slomo) 2012-06-27 07:56:17 UTC
Appending the monitor to the monitors in insanity-run helps a bit. A file is created (still GST_DEBUG_FILE prevents it from being really useful) but it contains almost nothing.
Comment 2 Sebastian Dröge (slomo) 2012-06-27 07:59:57 UTC
Also using glob-blabla for the monitor outputfile names is not very descriptive imho :) Use (part of) the monitor name as prefix maybe. And ignore the part of trying to set it above
Comment 3 Thibault Saunier 2012-06-27 13:25:10 UTC
I missed to push those 2 patches in insanity-gst which is now done. Could you check it now properly works?


commit 7e6a713a88ab6f513f3e6ffd76b9fd26d1745a86
Author: Thibault Saunier <thibault.saunier@collabora.com>
Date:   Fri Jun 15 16:58:03 2012 -0400

    gsttest: Add arguments to manage GStreamer debug logging level
    
    We need 2 arguments for that as we will want in some case to manage the log level on
    a non global basis (which would happen when we need more detail about a
    particular failure, in which case we would raise the level) but have a default that would
    is global to all iterations of start/stop

commit ddfcd50b7e92b57aa796ae860d92d6fa459a505a
Author: Thibault Saunier <thibault.saunier@collabora.com>
Date:   Fri Jun 15 16:54:43 2012 -0400

    gsttest: Remove gst debug log from outputfiles
Comment 4 Sebastian Dröge (slomo) 2012-06-28 09:18:52 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 678565 ***