[issue19133] Transient test failure: test_with_statement (test_ftplib)

2017-05-04 Thread STINNER Victor

STINNER Victor added the comment:

I didn't see this failure recently on any buildbot.

--
nosy: +haypo
resolution:  -> out of date
stage: needs patch -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19133] Transient test failure: test_with_statement (test_ftplib)

2014-09-30 Thread Mark Lawrence

Mark Lawrence added the comment:

I'm not sure what machine I'm meant to be looking at but is this still a 
problem one year on?

--
nosy: +BreamoreBoy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19133] Transient test failure: test_with_statement (test_ftplib)

2013-09-30 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
nosy: +giampaolo.rodola
stage:  -> needs patch
type:  -> behavior
versions: +Python 3.4

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue19133] Transient test failure: test_with_statement (test_ftplib)

2013-09-30 Thread koobs

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com