Opened 9 years ago
Last modified 9 years ago
#6331 enhancement new
Refactor FTP server tests to use StringTransport instead of TCP loopback
Reported by: | Adi Roiban | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ftp | Keywords: | tech-dept |
Cc: | itamarst | Branch: | |
Author: |
Description
Comment in #5411 by tom.prince
I was going to suggest that the tests be made synchronous, but it appears that use loopback TCP, so they need the reactor. Please file a ticket to fix this.
The FTP server tests are using a real TCP socket for transport.
The tests should be refactored to use a StringTransport.
Change History (2)
comment:1 Changed 9 years ago by
Cc: | itamarst added |
---|
comment:2 Changed 9 years ago by
Summary: | Refactor FTP server tests to use → Refactor FTP server tests to use StringTransport instead of TCP loopback |
---|
Note: See
TracTickets for help on using
tickets.