Comment 12 for bug 978895

Revision history for this message
Daniel Manrique (roadmr) wrote :

Hi, I'm testing checkbox 0.13.9. I'm following the same procedure, so:

$ sudo apt-get remove gstreamer0.10-gconf
The following packages will be REMOVED:
  gnome-media gstreamer0.10-gconf ubuntu-desktop

The pretest gives the expected result:
$ gst-launch-0.10 "audiotestsrc ! audioconvert ! audioresample ! gconfaudiosink"
WARNING: erroneous pipeline: no element "gconfaudiosink"

With checkbox 0.13.7:

# dpkg --list checkbox*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii checkbox 0.13.7 System testing application
un checkbox-cli <none> (no description available)
un checkbox-gtk <none> (no description available)
ii checkbox-qt 0.13.7 QT4 interface for checkbox

I launched checkbox-qt, deselected all tests, selected only 2 tests from the audio category, and selected "start testing".

audio/alsa_record_playback_internal: I was able to hear my own recording (I think this test is not affected).
audio/playback_auto : This didn't output any audio and popped up an apport warning about gst_pipeline_test having failed. Traceback as follows:
 Traceback (most recent call last):
   File "/usr/share/checkbox/scripts/gst_pipeline_test", line 38, in <module>
     sys.exit(main(sys.argv[1:]))
   File "/usr/share/checkbox/scripts/gst_pipeline_test", line 27, in main
     element = gst.parse_launch(pipeline)
 GError: no element "gconfaudiosink"

This I found in /var/crash/_usr_share_checkbox_scripts_gst_pipeline_test.1000.crash, not in the checkbox log (odd, right?).

OK, then I upgraded to checkbox 0.13.9 from proposed:

# dpkg --list checkbox*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii checkbox 0.13.9 System testing application
un checkbox-cli <none> (no description available)
un checkbox-gtk <none> (no description available)
ii checkbox-qt 0.13.9 QT4 interface for checkbox

I relaunched checkbox and selected only audio/playback_auto. This time the test produced some audio (a nasty beep) and I didn't get any apport reports.

I'll set this to verification-done.