This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Transient test failure: test_with_statement (test_ftplib)
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.4
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: BreamoreBoy, giampaolo.rodola, koobs, vstinner
Priority: normal Keywords:

Created on 2013-09-30 09:27 by koobs, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg198686 - (view) Author: Kubilay Kocak (koobs) (Python triager) Date: 2013-09-30 09:27
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
msg227981 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-09-30 19:24
I'm not sure what machine I'm meant to be looking at but is this still a problem one year on?
msg292988 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2017-05-04 15:16
I didn't see this failure recently on any buildbot.
History
Date User Action Args
2022-04-11 14:57:51adminsetgithub: 63332
2017-05-04 15:16:28vstinnersetstatus: open -> closed

nosy: + vstinner
messages: + msg292988

resolution: out of date
stage: needs patch -> resolved
2014-09-30 19:24:26BreamoreBoysetnosy: + BreamoreBoy
messages: + msg227981
2013-09-30 18:25:37serhiy.storchakasetnosy: + giampaolo.rodola
stage: needs patch
type: behavior

versions: + Python 3.4
2013-09-30 09:27:30koobscreate