Rev 4726: Add an XXX for a test that failed randomly on me because of a timing hiccup. in http://bazaar.launchpad.net/~jameinel/bzr/2.0.4-pyrex-propagation
John Arbash Meinel
john at arbash-meinel.com
Wed Jan 6 17:28:55 GMT 2010
At http://bazaar.launchpad.net/~jameinel/bzr/2.0.4-pyrex-propagation
------------------------------------------------------------
revno: 4726
revision-id: john at arbash-meinel.com-20100106172831-cu070ga234hx0qkv
parent: john at arbash-meinel.com-20100105050731-wrvytmz3b2aavylr
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.0.4-pyrex-propagation
timestamp: Wed 2010-01-06 11:28:31 -0600
message:
Add an XXX for a test that failed randomly on me because of a timing hiccup.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_selftest.py'
--- a/bzrlib/tests/test_selftest.py 2009-10-26 22:03:28 +0000
+++ b/bzrlib/tests/test_selftest.py 2010-01-06 17:28:31 +0000
@@ -892,6 +892,8 @@
result.report_unsupported(test, feature)
output = result_stream.getvalue()[prefix:]
lines = output.splitlines()
+ # XXX: This is a timing dependent test. I've had it fail because it
+ # took 6ms to evaluate... :(
self.assertEqual(lines, ['NODEP 0ms',
" The feature 'Feature' is not available."])
More information about the bazaar-commits
mailing list