Issue 292 in pyftpdlib: test_on_incomplete_file_received fails in -1.3.0.

1 view
Skip to first unread message

pyft...@googlecode.com

unread,
May 17, 2014, 2:40:48 AM5/17/14
to pyftpdli...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Library OpSys-Linux

New issue 292 by del...@iinet.com.au: test_on_incomplete_file_received
fails in -1.3.0.
http://code.google.com/p/pyftpdlib/issues/detail?id=292

What steps will reproduce the problem?
1. run testsuite
2. python test/test_ftpd.py
3. Use py2.7 py3.3 py3.4


What is the expected output?
pass all

What do you see instead?
FAILED (failures=1)

What version of pyftpdlib are you using?
-1.3.0
On what operating system? Which Python version?
Use py2.7 py3.3 py3.4 pypy-2.2.1

Please provide any additional information below.

======================================================================
FAIL: test_on_incomplete_file_received (__main__.TestCallbacks)
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/test_ftpd.py", line 2693, in test_on_incomplete_file_received
self.assertRaises(ftplib.error_temp, self.client.getresp) # 426
AssertionError: error_temp not raised

----------------------------------------------------------------------
Ran 153 tests in 6.220s

FAILED (failures=1)


Do you require anything further?

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

pyft...@googlecode.com

unread,
May 17, 2014, 6:04:49 AM5/17/14
to pyftpdli...@googlegroups.com
Updates:
Labels: -Component-Library Component-Unittest

Comment #1 on issue 292 by g.rodola: test_on_incomplete_file_received fails
in -1.3.0.
http://code.google.com/p/pyftpdlib/issues/detail?id=292

That is one of those tests which are failing due to timing/synchronization
issues between the test server (which is thread-based) and the client.
That means it's a test issue and pyftpdlib is fine.
I applied some enhancements in the meantime (past 1.3.0) which are supposed
to improve the situation so please try latest SVN version.
Reply all
Reply to author
Forward
0 new messages