[Bug 1269886] Re: autopkgtest fails in trusty: TestSmartTCPServer.test_graceful_shutdown_waits_for_clients_to_stop
Andrew Starr-Bochicchio
a.starr.b at gmail.com
Mon Apr 7 15:10:15 UTC 2014
This was fixed awhile back. I missed the colon after the LP in the
changelog, so it didn't get closed automatically.
bzr (2.6.0+bzr6591-1ubuntu1) trusty; urgency=medium
* Merge from Debian unstable. Remaining changes:
- Drop non-main build dependencies on python-{meliae,lzma,medusa}
bzr (2.6.0+bzr6591-1) unstable; urgency=low
* New upstream snapshot.
- Remove wrong assumption about how TCP server and client interact
when run inside the same process. (Closes: #736158, LP #1269886).
- The XDG Base Directory Specification uses the XDG_CACHE_HOME,
not XDG_CACHE_DIR (Closes: #736448).
* Drop 04_test_netrc_fix_perms, applied upstream.
* Bump Standards-Version to 3.9.5, no changes needed.
-- Andrew Starr-Bochicchio <a.starr.b at gmail.com> Wed, 12 Feb 2014
22:53:07 -0500
** Changed in: bzr (Ubuntu)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to bzr in Ubuntu.
https://bugs.launchpad.net/bugs/1269886
Title:
autopkgtest fails in trusty:
TestSmartTCPServer.test_graceful_shutdown_waits_for_clients_to_stop
Status in Bazaar Version Control System:
Fix Released
Status in “bzr” package in Ubuntu:
Fix Released
Status in “bzr” package in Debian:
Fix Released
Bug description:
Since January 11, bzr now consistently [1] fails this test:
FAIL: bzrlib.tests.test_smart_transport.TestSmartTCPServer.test_graceful_shutdown_waits_for_clients_to_stop
----------------------------------------------------------------------
Traceback (most recent call last):
_StringException: log: {{{
INFO Requested to stop gracefully
890.268 Stopping SmartServerSocketStreamMedium(client=('127.0.0.1', 58228))
INFO Waiting for 1 client(s) to finish
INFO Requested to stop gracefully
}}}
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/bzrlib/tests/test_smart_transport.py", line 1458, in test_graceful_shutdown_waits_for_clients_to_stop
self.assertFalse(server._fully_stopped.isSet())
File "/usr/lib/python2.7/unittest/case.py", line 418, in assertFalse
raise self.failureException(msg)
AssertionError: True is not false
This is consistent with the update of python 2.7 to some new upstream
updates [3], so it's likely that this introduced some behavioural
change.
[1] https://jenkins.qa.ubuntu.com/job/trusty-adt-bzr/
[2] https://jenkins.qa.ubuntu.com/job/trusty-adt-bzr/13/ARCH=i386,label=adt/console
[3] https://launchpad.net/ubuntu/+source/python2.7/2.7.6-5
To manage notifications about this bug go to:
https://bugs.launchpad.net/bzr/+bug/1269886/+subscriptions
More information about the foundations-bugs
mailing list