Activity log for bug #1436095

Date Who What changed Old value New value Message
2015-03-24 22:26:18 Stephen M. Webb bug added bug
2015-03-24 22:36:01 Launchpad Janitor branch linked lp:~bregma/unity/lp-1436095
2015-03-24 22:44:20 Stephen M. Webb unity: milestone 7.3.3
2015-03-30 21:09:05 Launchpad Janitor unity (Ubuntu): status New Fix Released
2015-03-30 21:17:43 Stephen M. Webb unity: status In Progress Fix Committed
2015-05-15 19:44:17 Christopher Townsend nominated for series unity/7.2
2015-05-15 19:44:17 Christopher Townsend bug task added unity/7.2
2015-05-15 19:44:25 Christopher Townsend unity/7.2: status New In Progress
2015-05-15 19:44:27 Christopher Townsend unity/7.2: importance Undecided Medium
2015-05-15 19:44:30 Christopher Townsend unity (Ubuntu): importance Undecided Medium
2015-05-15 19:44:39 Christopher Townsend unity/7.2: assignee Stephen M. Webb (bregma)
2015-05-15 19:44:44 Christopher Townsend unity/7.2: milestone 7.2.6
2015-05-15 19:44:55 Christopher Townsend unity (Ubuntu): assignee Stephen M. Webb (bregma)
2015-05-15 19:45:13 Christopher Townsend nominated for series Ubuntu Trusty
2015-05-15 19:47:20 Launchpad Janitor branch linked lp:~townsend/unity/fix-lp1436095-trusty
2015-05-21 14:18:20 Christopher Townsend unity (Ubuntu Trusty): status New In Progress
2015-05-21 14:18:22 Christopher Townsend unity (Ubuntu Trusty): importance Undecided Medium
2015-05-21 14:18:34 Christopher Townsend unity (Ubuntu Trusty): assignee Stephen M. Webb (bregma)
2015-05-21 14:20:56 Christopher Townsend description The following two AP tests consistently ERROR during regular Unity testing. ====================================================================== ERROR: unity.tests.test_spread.SpreadTests.test_scaled_window_closes_on_middle_click ---------------------------------------------------------------------- Empty attachments: /var/log/syslog unity-log: {{{WARN 2015-03-24 13:43:02 nux.inputmethod.ibus InputMethodIBus.cpp:63 Impossible to connect to connect to ibus}}} Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 128, in test_scaled_window_closes_on_middle_click self.assertWindowIsScaledEquals(target_xid, False) File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 68, in assertWindowIsScaledEquals self.assertThat(refresh_fn, Eventually(Equals(scaled))) File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 421, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 471, in _matchHelper mismatch = matcher.match(matchee) File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", line 113, in match wait_fun(self.matcher, self.timeout) File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", line 129, in _callable_wait_for new_value = refresh_fn() File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 67, in <lambda> refresh_fn = lambda: xid in [w.xid for w in self.unity.screen.scaled_windows] File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 520, in __getattr__ self.refresh_state() File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 474, in refresh_state _, new_state = self.get_new_state() File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 564, in get_new_state raise StateNotFoundError(self.__class__.__name__, id=self.id) StateNotFoundError: Object not found with name 'Window' and properties {'id': 148832}. ====================================================================== ERROR: unity.tests.test_spread.SpreadTests.test_scaled_window_closes_on_close_button_click ---------------------------------------------------------------------- Empty attachments: /var/log/syslog unity-log: {{{WARN 2015-03-24 14:00:34 nux.inputmethod.ibus InputMethodIBus.cpp:63 Impossible to connect to connect to ibus}}} Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 148, in test_scaled_window_closes_on_close_button_click self.assertWindowIsScaledEquals(target_xid, False) File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 68, in assertWindowIsScaledEquals self.assertThat(refresh_fn, Eventually(Equals(scaled))) File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 421, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 471, in _matchHelper mismatch = matcher.match(matchee) File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", line 113, in match wait_fun(self.matcher, self.timeout) File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", line 129, in _callable_wait_for new_value = refresh_fn() File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 67, in <lambda> refresh_fn = lambda: xid in [w.xid for w in self.unity.screen.scaled_windows] File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 520, in __getattr__ self.refresh_state() File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 474, in refresh_state _, new_state = self.get_new_state() File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 564, in get_new_state raise StateNotFoundError(self.__class__.__name__, id=self.id) StateNotFoundError: Object not found with name 'Window' and properties {'id': 224517}. ====================================================================== [ Impact ] Failed Autopilot tests are not good. [ Test Case ] 1. Run 'autopilot run unity.tests.test_spread.SpreadTests.test_scaled_window_closes_on_middle_click' 2. Run 'autopilot run unity.tests.test_spread.SpreadTests.test_scaled_window_closes_on_close_button_click' 3. Observe that the tests don't fail. [ Regression Potential ] None observed. ----------------------------------------------------------------------------- Original Description: The following two AP tests consistently ERROR during regular Unity testing. ====================================================================== ERROR: unity.tests.test_spread.SpreadTests.test_scaled_window_closes_on_middle_click ---------------------------------------------------------------------- Empty attachments:   /var/log/syslog unity-log: {{{WARN 2015-03-24 13:43:02 nux.inputmethod.ibus InputMethodIBus.cpp:63 Impossible to connect to connect to ibus}}} Traceback (most recent call last):   File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 128, in test_scaled_window_closes_on_middle_click     self.assertWindowIsScaledEquals(target_xid, False)   File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 68, in assertWindowIsScaledEquals     self.assertThat(refresh_fn, Eventually(Equals(scaled)))   File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 421, in assertThat     mismatch_error = self._matchHelper(matchee, matcher, message, verbose)   File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 471, in _matchHelper     mismatch = matcher.match(matchee)   File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", line 113, in match     wait_fun(self.matcher, self.timeout)   File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", line 129, in _callable_wait_for     new_value = refresh_fn()   File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 67, in <lambda>     refresh_fn = lambda: xid in [w.xid for w in self.unity.screen.scaled_windows]   File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 520, in __getattr__     self.refresh_state()   File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 474, in refresh_state     _, new_state = self.get_new_state()   File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 564, in get_new_state     raise StateNotFoundError(self.__class__.__name__, id=self.id) StateNotFoundError: Object not found with name 'Window' and properties {'id': 148832}. ====================================================================== ERROR: unity.tests.test_spread.SpreadTests.test_scaled_window_closes_on_close_button_click ---------------------------------------------------------------------- Empty attachments:   /var/log/syslog unity-log: {{{WARN 2015-03-24 14:00:34 nux.inputmethod.ibus InputMethodIBus.cpp:63 Impossible to connect to connect to ibus}}} Traceback (most recent call last):   File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 148, in test_scaled_window_closes_on_close_button_click     self.assertWindowIsScaledEquals(target_xid, False)   File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 68, in assertWindowIsScaledEquals     self.assertThat(refresh_fn, Eventually(Equals(scaled)))   File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 421, in assertThat     mismatch_error = self._matchHelper(matchee, matcher, message, verbose)   File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 471, in _matchHelper     mismatch = matcher.match(matchee)   File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", line 113, in match     wait_fun(self.matcher, self.timeout)   File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", line 129, in _callable_wait_for     new_value = refresh_fn()   File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 67, in <lambda>     refresh_fn = lambda: xid in [w.xid for w in self.unity.screen.scaled_windows]   File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 520, in __getattr__     self.refresh_state()   File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 474, in refresh_state     _, new_state = self.get_new_state()   File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 564, in get_new_state     raise StateNotFoundError(self.__class__.__name__, id=self.id) StateNotFoundError: Object not found with name 'Window' and properties {'id': 224517}. ======================================================================
2015-05-21 20:17:35 Christopher Townsend description [ Impact ] Failed Autopilot tests are not good. [ Test Case ] 1. Run 'autopilot run unity.tests.test_spread.SpreadTests.test_scaled_window_closes_on_middle_click' 2. Run 'autopilot run unity.tests.test_spread.SpreadTests.test_scaled_window_closes_on_close_button_click' 3. Observe that the tests don't fail. [ Regression Potential ] None observed. ----------------------------------------------------------------------------- Original Description: The following two AP tests consistently ERROR during regular Unity testing. ====================================================================== ERROR: unity.tests.test_spread.SpreadTests.test_scaled_window_closes_on_middle_click ---------------------------------------------------------------------- Empty attachments:   /var/log/syslog unity-log: {{{WARN 2015-03-24 13:43:02 nux.inputmethod.ibus InputMethodIBus.cpp:63 Impossible to connect to connect to ibus}}} Traceback (most recent call last):   File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 128, in test_scaled_window_closes_on_middle_click     self.assertWindowIsScaledEquals(target_xid, False)   File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 68, in assertWindowIsScaledEquals     self.assertThat(refresh_fn, Eventually(Equals(scaled)))   File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 421, in assertThat     mismatch_error = self._matchHelper(matchee, matcher, message, verbose)   File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 471, in _matchHelper     mismatch = matcher.match(matchee)   File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", line 113, in match     wait_fun(self.matcher, self.timeout)   File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", line 129, in _callable_wait_for     new_value = refresh_fn()   File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 67, in <lambda>     refresh_fn = lambda: xid in [w.xid for w in self.unity.screen.scaled_windows]   File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 520, in __getattr__     self.refresh_state()   File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 474, in refresh_state     _, new_state = self.get_new_state()   File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 564, in get_new_state     raise StateNotFoundError(self.__class__.__name__, id=self.id) StateNotFoundError: Object not found with name 'Window' and properties {'id': 148832}. ====================================================================== ERROR: unity.tests.test_spread.SpreadTests.test_scaled_window_closes_on_close_button_click ---------------------------------------------------------------------- Empty attachments:   /var/log/syslog unity-log: {{{WARN 2015-03-24 14:00:34 nux.inputmethod.ibus InputMethodIBus.cpp:63 Impossible to connect to connect to ibus}}} Traceback (most recent call last):   File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 148, in test_scaled_window_closes_on_close_button_click     self.assertWindowIsScaledEquals(target_xid, False)   File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 68, in assertWindowIsScaledEquals     self.assertThat(refresh_fn, Eventually(Equals(scaled)))   File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 421, in assertThat     mismatch_error = self._matchHelper(matchee, matcher, message, verbose)   File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 471, in _matchHelper     mismatch = matcher.match(matchee)   File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", line 113, in match     wait_fun(self.matcher, self.timeout)   File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", line 129, in _callable_wait_for     new_value = refresh_fn()   File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 67, in <lambda>     refresh_fn = lambda: xid in [w.xid for w in self.unity.screen.scaled_windows]   File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 520, in __getattr__     self.refresh_state()   File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 474, in refresh_state     _, new_state = self.get_new_state()   File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 564, in get_new_state     raise StateNotFoundError(self.__class__.__name__, id=self.id) StateNotFoundError: Object not found with name 'Window' and properties {'id': 224517}. ====================================================================== [ Impact ] Failed Autopilot tests are not good. [ Test Case ] 1. Run 'autopilot run unity.tests.test_spread.SpreadTests.test_scaled_window_closes_on_middle_click' 2. Run 'autopilot run unity.tests.test_spread.SpreadTests.test_scaled_window_closes_on_close_button_click' 3. Observe that the tests don't fail. [ Regression Potential ] None observed. Debdiff of the SRU is found here: https://bugs.launchpad.net/unity/+bug/886478/+attachment/4401967/+files/unity.7.2.5.debdiff ----------------------------------------------------------------------------- Original Description: The following two AP tests consistently ERROR during regular Unity testing. ====================================================================== ERROR: unity.tests.test_spread.SpreadTests.test_scaled_window_closes_on_middle_click ---------------------------------------------------------------------- Empty attachments:   /var/log/syslog unity-log: {{{WARN 2015-03-24 13:43:02 nux.inputmethod.ibus InputMethodIBus.cpp:63 Impossible to connect to connect to ibus}}} Traceback (most recent call last):   File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 128, in test_scaled_window_closes_on_middle_click     self.assertWindowIsScaledEquals(target_xid, False)   File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 68, in assertWindowIsScaledEquals     self.assertThat(refresh_fn, Eventually(Equals(scaled)))   File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 421, in assertThat     mismatch_error = self._matchHelper(matchee, matcher, message, verbose)   File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 471, in _matchHelper     mismatch = matcher.match(matchee)   File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", line 113, in match     wait_fun(self.matcher, self.timeout)   File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", line 129, in _callable_wait_for     new_value = refresh_fn()   File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 67, in <lambda>     refresh_fn = lambda: xid in [w.xid for w in self.unity.screen.scaled_windows]   File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 520, in __getattr__     self.refresh_state()   File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 474, in refresh_state     _, new_state = self.get_new_state()   File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 564, in get_new_state     raise StateNotFoundError(self.__class__.__name__, id=self.id) StateNotFoundError: Object not found with name 'Window' and properties {'id': 148832}. ====================================================================== ERROR: unity.tests.test_spread.SpreadTests.test_scaled_window_closes_on_close_button_click ---------------------------------------------------------------------- Empty attachments:   /var/log/syslog unity-log: {{{WARN 2015-03-24 14:00:34 nux.inputmethod.ibus InputMethodIBus.cpp:63 Impossible to connect to connect to ibus}}} Traceback (most recent call last):   File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 148, in test_scaled_window_closes_on_close_button_click     self.assertWindowIsScaledEquals(target_xid, False)   File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 68, in assertWindowIsScaledEquals     self.assertThat(refresh_fn, Eventually(Equals(scaled)))   File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 421, in assertThat     mismatch_error = self._matchHelper(matchee, matcher, message, verbose)   File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 471, in _matchHelper     mismatch = matcher.match(matchee)   File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", line 113, in match     wait_fun(self.matcher, self.timeout)   File "/usr/lib/python2.7/dist-packages/autopilot/matchers/__init__.py", line 129, in _callable_wait_for     new_value = refresh_fn()   File "/usr/lib/python2.7/dist-packages/unity/tests/test_spread.py", line 67, in <lambda>     refresh_fn = lambda: xid in [w.xid for w in self.unity.screen.scaled_windows]   File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 520, in __getattr__     self.refresh_state()   File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 474, in refresh_state     _, new_state = self.get_new_state()   File "/usr/lib/python2.7/dist-packages/autopilot/introspection/dbus.py", line 564, in get_new_state     raise StateNotFoundError(self.__class__.__name__, id=self.id) StateNotFoundError: Object not found with name 'Window' and properties {'id': 224517}. ======================================================================
2015-05-21 23:47:09 Brian Murray unity (Ubuntu Trusty): status In Progress Fix Committed
2015-05-21 23:47:11 Brian Murray bug added subscriber Ubuntu Stable Release Updates Team
2015-05-21 23:47:13 Brian Murray bug added subscriber SRU Verification
2015-05-21 23:47:16 Brian Murray tags verification-needed
2015-05-22 19:04:21 Christopher Townsend tags verification-needed verification-done
2015-05-27 19:32:01 Launchpad Janitor unity (Ubuntu Trusty): status Fix Committed Fix Released
2015-05-27 19:32:57 Chris J Arges removed subscriber Ubuntu Stable Release Updates Team
2015-05-28 15:23:20 Christopher Townsend unity/7.2: status In Progress Fix Committed
2015-10-26 15:44:51 Marco Trevisan (Treviño) unity: status Fix Committed Fix Released