Activity log for bug #1772563

Date Who What changed Old value New value Message
2018-05-22 04:28:25 Pierre Equoy bug added bug
2018-05-22 18:40:52 Alex Hung fwts: assignee Colin Ian King (colin-king)
2018-05-29 14:42:25 Alex Kaluzhny bug added subscriber Alex Kaluzhny
2018-06-07 12:29:57 Colin Ian King fwts: importance Undecided High
2018-06-07 12:30:00 Colin Ian King fwts: status New In Progress
2018-06-12 13:30:54 Colin Ian King nominated for series fwts/bionic
2018-06-12 13:30:54 Colin Ian King bug task added fwts/bionic
2018-06-12 13:30:54 Colin Ian King nominated for series fwts/cc
2018-06-12 13:30:54 Colin Ian King bug task added fwts/cc
2018-06-12 13:34:55 Colin Ian King description While performing Hibernate stress tests on a device with 18.04 server installed, we got some failures with FWTS and reported them in lp:1769809. Even though some of these original failures are due to a bug in Checkbox, some others are due to the fact that the Bionic kernel 4.15 has a parameter "pm_debug_messages" that needs to be enabled. If you run the stress tests on this device, you will end up with 4 PASS and 2 FAIL. But if you run this command before running the stress tests: $ echo 1 | sudo tee -a /sys/power/pm_debug_messages then all tests are marked as PASSED. (see comment #9 in the bug above for more information) It looks like this is something that should be taked into account by FWTS. (but I might be wrong!) Thanks! == SRU justfication, BIONIC == While performing Hibernate stress tests on a device with 18.04 server installed, we got some failures with FWTS and reported them in lp:1769809. Even though some of these original failures are due to a bug in Checkbox, some others are due to the fact that the Bionic kernel 4.15 has a parameter "pm_debug_messages" that needs to be enabled. If you run the stress tests on this device, you will end up with 4 PASS and 2 FAIL. But if you run this command before running the stress tests:  $ echo 1 | sudo tee -a /sys/power/pm_debug_messages then all tests are marked as PASSED. (see comment #9 in the bug above for more information) It looks like this is something that should be taked into account by FWTS. (but I might be wrong!) Thanks! == Fix == Upstream commits: lib: fwts_set: fix API for fwts_set, add fwts_set_int lib: add small helpers top get/set acpi: s3: force enable /sys/power/pm_debug_messages (LP: #1772563) acpi: s4: also check for file based swap files acpi: s4: force enable /sys/power/pm_debug_messages (LP: #1772563) acpi: s3power: force enable /sys/power/pm_debug_messages (LP: #1772563) == Regression Potential == Minimal, this fix enables a setting in /sys/power/pm_debug_messages and then returns it back to the initial saved value. At most this could leave debug on if fwts aborts during the test, but this will not affect the behavior of a running system.
2018-06-12 13:57:15 Colin Ian King bug added subscriber Ubuntu Stable Release Updates Team
2018-06-12 20:07:12 Alex Hung fwts: status In Progress Fix Committed
2018-06-13 05:43:08 Colin Ian King fwts/cc: status New Fix Released
2018-06-13 05:43:22 Colin Ian King fwts/cc: importance Undecided High
2018-06-13 05:43:25 Colin Ian King fwts/bionic: importance Undecided High
2018-06-14 23:11:01 Brian Murray bug added subscriber SRU Verification
2018-06-14 23:11:06 Brian Murray tags verification-needed verification-needed-bionic
2018-06-14 23:11:20 Brian Murray bug task added fwts (Ubuntu)
2018-06-14 23:12:46 Brian Murray fwts (Ubuntu): status New Fix Released
2018-06-14 23:12:54 Brian Murray nominated for series Ubuntu Bionic
2018-06-14 23:12:54 Brian Murray bug task added fwts (Ubuntu Bionic)
2018-06-14 23:13:14 Brian Murray fwts (Ubuntu Bionic): status New Fix Committed
2018-06-14 23:13:19 Brian Murray fwts (Ubuntu Bionic): importance Undecided High
2018-06-15 14:45:35 Colin Ian King tags verification-needed verification-needed-bionic verification-done verification-done-bionic
2018-06-25 09:19:00 Launchpad Janitor fwts (Ubuntu Bionic): status Fix Committed Fix Released
2018-06-25 09:19:06 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2018-06-25 09:27:29 Colin Ian King fwts: status Fix Committed Fix Released
2018-08-10 08:17:59 Colin Ian King nominated for series fwts/xenial
2018-08-10 08:17:59 Colin Ian King bug task added fwts/xenial
2018-08-10 08:19:31 Colin Ian King description == SRU justfication, BIONIC == While performing Hibernate stress tests on a device with 18.04 server installed, we got some failures with FWTS and reported them in lp:1769809. Even though some of these original failures are due to a bug in Checkbox, some others are due to the fact that the Bionic kernel 4.15 has a parameter "pm_debug_messages" that needs to be enabled. If you run the stress tests on this device, you will end up with 4 PASS and 2 FAIL. But if you run this command before running the stress tests:  $ echo 1 | sudo tee -a /sys/power/pm_debug_messages then all tests are marked as PASSED. (see comment #9 in the bug above for more information) It looks like this is something that should be taked into account by FWTS. (but I might be wrong!) Thanks! == Fix == Upstream commits: lib: fwts_set: fix API for fwts_set, add fwts_set_int lib: add small helpers top get/set acpi: s3: force enable /sys/power/pm_debug_messages (LP: #1772563) acpi: s4: also check for file based swap files acpi: s4: force enable /sys/power/pm_debug_messages (LP: #1772563) acpi: s3power: force enable /sys/power/pm_debug_messages (LP: #1772563) == Regression Potential == Minimal, this fix enables a setting in /sys/power/pm_debug_messages and then returns it back to the initial saved value. At most this could leave debug on if fwts aborts during the test, but this will not affect the behavior of a running system. == SRU justfication, BIONIC (and XENIAL too) == [ update - doing the SRU for XENIAL too, Fri, 10th Aug 2018 ] While performing Hibernate stress tests on a device with 18.04 server installed, we got some failures with FWTS and reported them in lp:1769809. Even though some of these original failures are due to a bug in Checkbox, some others are due to the fact that the Bionic kernel 4.15 has a parameter "pm_debug_messages" that needs to be enabled. If you run the stress tests on this device, you will end up with 4 PASS and 2 FAIL. But if you run this command before running the stress tests:  $ echo 1 | sudo tee -a /sys/power/pm_debug_messages then all tests are marked as PASSED. (see comment #9 in the bug above for more information) It looks like this is something that should be taked into account by FWTS. (but I might be wrong!) Thanks! == Fix == Upstream commits: lib: fwts_set: fix API for fwts_set, add fwts_set_int lib: add small helpers top get/set acpi: s3: force enable /sys/power/pm_debug_messages (LP: #1772563) acpi: s4: also check for file based swap files acpi: s4: force enable /sys/power/pm_debug_messages (LP: #1772563) acpi: s3power: force enable /sys/power/pm_debug_messages (LP: #1772563) == Regression Potential == Minimal, this fix enables a setting in /sys/power/pm_debug_messages and then returns it back to the initial saved value. At most this could leave debug on if fwts aborts during the test, but this will not affect the behavior of a running system.
2018-08-10 09:39:28 Colin Ian King bug added subscriber Ubuntu Stable Release Updates Team
2018-08-10 09:39:55 Colin Ian King fwts/bionic: status New Fix Released
2018-08-10 09:40:00 Colin Ian King fwts/xenial: importance Undecided High
2018-08-10 09:40:07 Colin Ian King fwts/xenial: assignee Colin Ian King (colin-king)
2018-08-10 09:40:09 Colin Ian King fwts: assignee Colin Ian King (colin-king)
2018-08-17 23:18:29 Brian Murray fwts (Ubuntu Xenial): status New Fix Committed
2018-08-17 23:18:36 Brian Murray tags verification-done verification-done-bionic verification-done-bionic verification-needed verification-needed-xenial
2018-08-21 08:36:58 Colin Ian King tags verification-done-bionic verification-needed verification-needed-xenial verification-done verification-done-bionic verification-done-xenial
2018-08-27 07:50:37 Launchpad Janitor fwts (Ubuntu Xenial): status Fix Committed Fix Released
2018-08-28 07:44:37 Colin Ian King fwts/xenial: status New Fix Released