[New-bugs-announce] [issue19133] Transient test failure: test_with_statement (test_ftplib)

koobs report at bugs.python.org
Mon Sep 30 11:27:30 CEST 2013


New submission from koobs:

Test failure observed on koobs-freebsd9 on default branch with changeset: 220b34cbd711c28938ea5d980636202c51ab1fbb

Subsequent forced rebuild succeeded with no failure.
 
======================================================================
FAIL: test_with_statement (test.test_ftplib.TestTLS_FTPClassMixin)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd9/build/Lib/test/test_ftplib.py", line 723, in test_with_statement
    self.assertEqual(self.server.handler_instance.last_received_cmd, 'quit')
AssertionError: 'noop' != 'quit'
- noop
+ quit

----------
components: Tests
messages: 198686
nosy: koobs
priority: normal
severity: normal
status: open
title: Transient test failure: test_with_statement (test_ftplib)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19133>
_______________________________________


More information about the New-bugs-announce mailing list