Rev 2633: Disable timing-sensitive test in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Thu Jul 19 23:49:28 BST 2007
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 2633
revision-id: pqm at pqm.ubuntu.com-20070719224856-pv0v2n7tmgpypfmf
parent: pqm at pqm.ubuntu.com-20070719202307-rr3ky8d16z5v7h3e
parent: abentley at panoramicfeedback.com-20070719194243-y0x195iuvhzofujf
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2007-07-19 23:48:56 +0100
message:
Disable timing-sensitive test
modified:
bzrlib/tests/test_sftp_transport.py testsftp.py-20051027032739-247570325fec7e7e
------------------------------------------------------------
revno: 2631.1.1
merged: abentley at panoramicfeedback.com-20070719194243-y0x195iuvhzofujf
parent: pqm at pqm.ubuntu.com-20070719160934-d51fyijw69oto88p
committer: Aaron Bentley <abentley at panoramicfeedback.com>
branch nick: timing-fix
timestamp: Thu 2007-07-19 15:42:43 -0400
message:
Disable timing-sensitive test
=== modified file 'bzrlib/tests/test_sftp_transport.py'
--- a/bzrlib/tests/test_sftp_transport.py 2007-06-09 15:34:07 +0000
+++ b/bzrlib/tests/test_sftp_transport.py 2007-07-19 19:42:43 +0000
@@ -405,6 +405,7 @@
def test_default(self):
# This test is potentially brittle: under extremely high machine load
# it could fail, but that is quite unlikely
+ raise TestSkipped('Timing-sensitive test')
start_time = time.time()
transport = self.get_transport()
regular_time = time.time() - start_time
More information about the bazaar-commits
mailing list