Activity log for bug #862322

Date Who What changed Old value New value Message
2011-09-29 12:19:17 Nicola Heald bug added bug
2011-09-29 12:26:29 Ara Pulido checkbox: status New Incomplete
2011-09-29 12:36:05 Nicola Heald attachment added checkbox.log https://bugs.launchpad.net/checkbox/+bug/862322/+attachment/2480328/+files/checkbox.log
2011-09-30 11:05:29 Nicola Heald attachment added subunit.log https://bugs.launchpad.net/checkbox/+bug/862322/+attachment/2486261/+files/subunit.log
2011-10-03 15:36:15 Brendan Donegan checkbox: status Incomplete In Progress
2011-10-03 15:36:19 Brendan Donegan checkbox: importance Undecided Medium
2011-10-03 15:36:26 Brendan Donegan checkbox: assignee Brendan Donegan (brendan-donegan)
2011-10-03 15:36:33 Brendan Donegan checkbox: milestone 0.13
2011-10-03 15:51:08 Ara Pulido checkbox: milestone 0.13 0.12.9
2011-10-04 10:08:14 Ara Pulido checkbox: milestone 0.12.9 0.13
2011-10-06 08:20:00 Brendan Donegan checkbox: status In Progress Triaged
2011-10-06 08:20:03 Brendan Donegan checkbox: assignee Brendan Donegan (brendan-donegan)
2011-10-18 12:51:02 Brendan Donegan summary bluetooth/detect crashes bluetooth/detect shouldn't run on a system with no Bluetooth device
2011-10-18 13:03:23 Launchpad Janitor branch linked lp:~brendan-donegan/checkbox/bug862322_bt_detect_requires_bt
2011-11-10 13:48:14 Brendan Donegan checkbox: status Triaged Fix Committed
2011-11-10 13:48:20 Brendan Donegan checkbox: assignee Brendan Donegan (brendan-donegan)
2011-11-10 13:48:32 Brendan Donegan nominated for series checkbox/oneiric
2011-11-10 13:48:38 Brendan Donegan checkbox: milestone 0.13 0.12.9
2011-11-18 17:52:25 Launchpad Janitor branch linked lp:~roadmr/ubuntu/oneiric/checkbox/0.13
2011-11-24 12:15:56 Launchpad Janitor branch linked lp:ubuntu/checkbox
2011-11-28 16:38:51 Daniel Manrique checkbox: status Fix Committed Fix Released
2011-12-02 22:04:30 Launchpad Janitor branch linked lp:~roadmr/ubuntu/oneiric/checkbox/0.12.9
2011-12-02 22:41:30 Daniel Manrique description Running the latest oneiric, checkbox and checkbox-gtk from ppa:checkbox-dev checkbox_0.12.8+bzr1082+201109290705~oneiric1 inside a Virtualbox virtual machine. I get to the bluetooth tests, and get a dialog box saying "bluetooth/detect crashed" I have no bluetooth hardware attached. I try to submit a bug report but the process freezes and I can't carry on with the test run. Running the latest oneiric, checkbox and checkbox-gtk from ppa:checkbox-dev checkbox_0.12.8+bzr1082+201109290705~oneiric1 inside a Virtualbox virtual machine. I get to the bluetooth tests, and get a dialog box saying "bluetooth/detect crashed" I have no bluetooth hardware attached. I try to submit a bug report but the process freezes and I can't carry on with the test run. [Impact] The bluetooth/detect test will run (and fail) on systems with no Bluetooth hardware. On systems with apport enabled, this will pop up a crash report window, needlessly worrying the user. On all systems, this will mistakenly report to Ubuntu Friendly that bluetooth hardware was present but failed, which penalizes the user's score for optional hardware that is not actually present. This means that a computer without bluetooth hardware is unable to get a perfect 5-star score in UF, which is misrepresentative of a system that may work perfectly but have no Bluetooth support. [Development fix] Checkbox revision 1114 changes the test definition so it requires an actual bluetooth device to run. Otherwise the test is marked as skipped due to unmet requirements, which is the correct behavior. [Stable fix] This is fixed in http://bazaar.launchpad.net/~checkbox-dev/checkbox/trunk/revision/1114. Also, the linked branch (https://code.launchpad.net/~roadmr/ubuntu/oneiric/checkbox/0.12.9) contains this and other fixes and merges cleanly against Ubuntu checkbox 0.12.8. [Test Case] - Start "system testing" (checkbox-gtk version 0.12.8) on an 11.10 system with NO bluetooth hardware (check that output of hcitool dev shows no devices). As originally reported, a virtual machine may fulfill this requirement. - Press "Next" and provide password when prompted. - Press "Deselect all", then select "Bluetooth tests" and press Next. Expected result: - Bluetooth test doesn't run - Test gets marked as skipped / requirements not met in the final report. Actual result: - Bluetooth test attempts to run, crashes, if apport is enabled the user will be requested to file a bug report. - Test appears as failed in the final report. [Regression potential] This actually reduces the pool of systems on which this test will run, and the added code simply checks that a bluetooth resource (essentially a string match against a text file) is present. Thus the potential for regression is almost nil. Maybe if a system has a bluetooth device that is not presented as such it will be untested now, but such a scenario is unlikely.
2011-12-05 22:10:40 Daniel Manrique description Running the latest oneiric, checkbox and checkbox-gtk from ppa:checkbox-dev checkbox_0.12.8+bzr1082+201109290705~oneiric1 inside a Virtualbox virtual machine. I get to the bluetooth tests, and get a dialog box saying "bluetooth/detect crashed" I have no bluetooth hardware attached. I try to submit a bug report but the process freezes and I can't carry on with the test run. [Impact] The bluetooth/detect test will run (and fail) on systems with no Bluetooth hardware. On systems with apport enabled, this will pop up a crash report window, needlessly worrying the user. On all systems, this will mistakenly report to Ubuntu Friendly that bluetooth hardware was present but failed, which penalizes the user's score for optional hardware that is not actually present. This means that a computer without bluetooth hardware is unable to get a perfect 5-star score in UF, which is misrepresentative of a system that may work perfectly but have no Bluetooth support. [Development fix] Checkbox revision 1114 changes the test definition so it requires an actual bluetooth device to run. Otherwise the test is marked as skipped due to unmet requirements, which is the correct behavior. [Stable fix] This is fixed in http://bazaar.launchpad.net/~checkbox-dev/checkbox/trunk/revision/1114. Also, the linked branch (https://code.launchpad.net/~roadmr/ubuntu/oneiric/checkbox/0.12.9) contains this and other fixes and merges cleanly against Ubuntu checkbox 0.12.8. [Test Case] - Start "system testing" (checkbox-gtk version 0.12.8) on an 11.10 system with NO bluetooth hardware (check that output of hcitool dev shows no devices). As originally reported, a virtual machine may fulfill this requirement. - Press "Next" and provide password when prompted. - Press "Deselect all", then select "Bluetooth tests" and press Next. Expected result: - Bluetooth test doesn't run - Test gets marked as skipped / requirements not met in the final report. Actual result: - Bluetooth test attempts to run, crashes, if apport is enabled the user will be requested to file a bug report. - Test appears as failed in the final report. [Regression potential] This actually reduces the pool of systems on which this test will run, and the added code simply checks that a bluetooth resource (essentially a string match against a text file) is present. Thus the potential for regression is almost nil. Maybe if a system has a bluetooth device that is not presented as such it will be untested now, but such a scenario is unlikely. Running the latest oneiric, checkbox and checkbox-gtk from ppa:checkbox-dev checkbox_0.12.8+bzr1082+201109290705~oneiric1 inside a Virtualbox virtual machine. I get to the bluetooth tests, and get a dialog box saying "bluetooth/detect crashed" I have no bluetooth hardware attached. I try to submit a bug report but the process freezes and I can't carry on with the test run. [Impact] The bluetooth/detect test will run (and fail) on systems with no Bluetooth hardware. On systems with apport enabled, this will pop up a crash report window, needlessly worrying the user. On all systems, this will mistakenly report to Ubuntu Friendly that bluetooth hardware was present but failed, which penalizes the user's score for optional hardware that is not actually present. This means that a computer without bluetooth hardware is unable to get a perfect 5-star score in UF, which is misrepresentative of a system that may work perfectly but have no Bluetooth support. [Development fix] Checkbox revision 1114 changes the test definition so it requires an actual bluetooth device to run. Otherwise the test is marked as skipped due to unmet requirements, which is the correct behavior. [Stable fix] This is fixed in http://bazaar.launchpad.net/~checkbox-dev/checkbox/trunk/revision/1114. Also, the linked branch (https://code.launchpad.net/~roadmr/ubuntu/oneiric/checkbox/0.12.8.1) contains this and other fixes and merges cleanly against Ubuntu checkbox 0.12.8. [Test Case] - Start "system testing" (checkbox-gtk version 0.12.8) on an 11.10 system with NO bluetooth hardware (check that output of hcitool dev shows no devices). As originally reported, a virtual machine may fulfill this requirement. - Press "Next" and provide password when prompted. - Press "Deselect all", then select "Bluetooth tests" and press Next. Expected result: - Bluetooth test doesn't run - Test gets marked as skipped / requirements not met in the final report. Actual result: - Bluetooth test attempts to run, crashes, if apport is enabled the user will be requested to file a bug report. - Test appears as failed in the final report. [Regression potential]This actually reduces the pool of systems on which this test will run, and the added code simply checks that a bluetooth resource (essentially a string match against a text file) is present. Thus the potential for regression is almost nil. Maybe if a system has a bluetooth device that is not presented as such it will be untested now, but such a scenario is unlikely.
2011-12-06 17:22:37 Daniel Manrique bug task added checkbox (Ubuntu)
2011-12-06 17:22:50 Daniel Manrique nominated for series Ubuntu Oneiric
2011-12-09 13:51:43 Martin Pitt bug task added checkbox (Ubuntu Oneiric)
2011-12-09 14:26:17 Daniel Manrique checkbox (Ubuntu Oneiric): status New Fix Released
2011-12-09 15:25:33 Daniel Manrique checkbox (Ubuntu Oneiric): status Fix Released New
2011-12-13 03:29:56 Chris Halse Rogers checkbox (Ubuntu): status New Fix Released
2011-12-13 03:31:42 Chris Halse Rogers checkbox (Ubuntu Oneiric): status New Fix Committed
2011-12-13 03:31:45 Chris Halse Rogers bug added subscriber Ubuntu Stable Release Updates Team
2011-12-13 03:31:48 Chris Halse Rogers bug added subscriber SRU Verification
2011-12-13 03:31:54 Chris Halse Rogers tags verification-needed
2011-12-13 04:14:25 Launchpad Janitor branch linked lp:ubuntu/oneiric-proposed/checkbox
2011-12-19 21:41:54 Daniel Manrique tags verification-needed verification-failed
2011-12-19 21:42:11 Daniel Manrique branch linked lp:~roadmr/ubuntu/oneiric/checkbox/fix-662322-in-0.12.9
2012-02-01 20:39:20 Launchpad Janitor branch linked lp:~roadmr/ubuntu/precise/checkbox/0.13.1
2012-02-01 21:19:53 Daniel Manrique branch unlinked lp:~roadmr/ubuntu/precise/checkbox/0.13.1
2012-03-08 13:38:39 Martin Pitt tags verification-failed
2012-03-08 13:38:40 Martin Pitt tags verification-needed
2012-03-09 16:46:45 Daniel Manrique tags verification-needed verification-done
2012-03-22 07:37:52 Launchpad Janitor checkbox (Ubuntu Oneiric): status Fix Committed Fix Released