DeprecationWarning in sftpd.py against Twisted >11.0 #1564

Closed
opened 2011-10-16 17:44:56 +00:00 by warner · 5 comments

I ran the tahoe test suite against current Twisted trunk, to see what happens. I got one test failure (addressed elsewhere) and one deprecation:

334:warner@Cookies% PYTHONPATH=~/stuff/python/twisted/trunk make quicktest
python bin/tahoe debug trial  allmydata
/Users/warner2/stuff/tahoe/trunk-foolscap/src/allmydata/frontends/sftpd.py:25: DeprecationWarning: twisted.internet.interfaces.IFinishableConsumer was deprecated in Twisted 11.1.0: Please use IConsumer (and IConsumer.unregisterProducer) instead.
  from twisted.internet.interfaces import IFinishableConsumer

Is it possible to change sftpd.py to follow their advice and still remain compatible with our current spec of Twisted >= 10.1.0 ?

I ran the tahoe test suite against current Twisted trunk, to see what happens. I got one test failure (addressed elsewhere) and one deprecation: ``` 334:warner@Cookies% PYTHONPATH=~/stuff/python/twisted/trunk make quicktest python bin/tahoe debug trial allmydata /Users/warner2/stuff/tahoe/trunk-foolscap/src/allmydata/frontends/sftpd.py:25: DeprecationWarning: twisted.internet.interfaces.IFinishableConsumer was deprecated in Twisted 11.1.0: Please use IConsumer (and IConsumer.unregisterProducer) instead. from twisted.internet.interfaces import IFinishableConsumer ``` Is it possible to change sftpd.py to follow their advice and still remain compatible with our current spec of Twisted >= 10.1.0 ?
warner added the
code
minor
defect
1.9.0b1
labels 2011-10-16 17:44:56 +00:00
warner added this to the undecided milestone 2011-10-16 17:44:56 +00:00
Author

I suspect the fix for this will be too risky for 1.9, but I'd like to have it in early in the next cycle.

I suspect the fix for this will be too risky for 1.9, but I'd like to have it in early in the next cycle.
warner modified the milestone from undecided to 1.10.0 2011-10-16 17:46:52 +00:00
davidsarah commented 2011-10-16 20:47:48 +00:00
Owner

The fix for #1525 removes the use of IFinishableConsumer. It wasn't (and isn't) ready for 1.9, because I had difficulty getting the test on that ticket to work.

The fix for #1525 removes the use of `IFinishableConsumer`. It wasn't (and isn't) ready for 1.9, because I had difficulty getting the test on that ticket to work.
tahoe-lafs added
code-frontend
and removed
code
labels 2011-10-16 20:47:48 +00:00
davidsarah commented 2011-10-16 20:49:02 +00:00
Owner

There should be no problem retaining compatibility with Twisted 10.1, though.

There should be no problem retaining compatibility with Twisted 10.1, though.
Author

ok, this ticket is unneeded then. thanks!

ok, this ticket is unneeded then. thanks!
warner added the
duplicate
label 2011-10-17 00:06:29 +00:00
tahoe-lafs modified the milestone from 1.11.0 to 1.10.0 2012-04-01 00:02:07 +00:00
davidsarah commented 2012-11-24 19:46:42 +00:00
Owner

This is actually a duplicate of #1295.

This is actually a duplicate of #1295.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#1564
No description provided.