GNOME Bugzilla – Bug 678942
Getting no output files for stdout/stderr and gstreamer logs
Last modified: 2012-06-28 09:18:52 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.
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.
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
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
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 ***