[Twisted-Python] Twisted 10.1.0pre1 released -- please test!

Kevin Horn kevin.horn at gmail.com
Fri Jun 25 10:28:41 MDT 2010


Running trial with the --unclean-warnings flag, I get only 3 failures.
Attached.

Kevin Horn

On Fri, Jun 25, 2010 at 10:46 AM, Kevin Horn <kevin.horn at gmail.com> wrote:

> I pulled down the tarball and installed using 'setup.py install' and ran
> the tests on Win XP + Py2.6
>
> A number of tests failed, though I'm not sure how many are really
> meaningful.  Mostly seems to be
> 'reactor unclean' type stuff that doesn't happen on every run.
>
> At any rate, output of test failures attached.  Hope it's useful.
>
> Kevin Horn
>
>
> On Fri, Jun 25, 2010 at 7:59 AM, Jonathan Lange <jml at mumak.net> wrote:
>
>> On Fri, Jun 25, 2010 at 12:57 AM, Glyph Lefkowitz
>> <glyph at twistedmatrix.com> wrote:
>> > ...
>> >
>> > Please download the tarballs and test them as much as possible.
>> >
>> ...
>> > In particular, you should note that if Twisted 10.1.0 pre1 horribly
>> breaks
>> > your software, you can pipe up and say "hey!  don't release it yet!",
>> and we
>> > may listen to you.
>> ...
>> > On the other hand, if you don't test any prereleases, and you discover
>> that
>> > your application is broken by Twisted 10.1 the day after the *final*
>> > release, you will be screwed.
>> ...
>> > If you have software that depends on Twisted, it is definitely in your
>> best
>> > interest to test the pre-releases and let us know how it worked out.
>> ...
>>
>> I plan to do the final release this weekend, unless I hear any objections.
>>
>> jml
>>
>> _______________________________________________
>> Twisted-Python mailing list
>> Twisted-Python at twistedmatrix.com
>> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20100625/ef052415/attachment-0001.html>
-------------- next part --------------
===============================================================================
[ERROR]: twisted.test.test_plugin.DeveloperSetupTests.test_developmentPluginAvai
lability

Traceback (most recent call last):
  File "C:\Python26\lib\site-packages\twisted-10.1.0pre1-py2.6-win32.egg\twisted
\test\test_plugin.py", line 385, in setUp
    True, 'plugindummy_builtin')
  File "C:\Python26\lib\site-packages\twisted-10.1.0pre1-py2.6-win32.egg\twisted
\test\test_plugin.py", line 357, in _createPluginDummy
    plugs.child(pluginModule + '.py').setContent(pluginContent)
  File "C:\Python26\lib\site-packages\twisted-10.1.0pre1-py2.6-win32.egg\twisted
\python\filepath.py", line 745, in setContent
    f = sib.open('w')
  File "C:\Python26\lib\site-packages\twisted-10.1.0pre1-py2.6-win32.egg\twisted
\python\filepath.py", line 495, in open
    return self.create()
  File "C:\Python26\lib\site-packages\twisted-10.1.0pre1-py2.6-win32.egg\twisted
\python\filepath.py", line 771, in create
    fdint = os.open(self.path, _CREATE_FLAGS)
exceptions.OSError: [Errno 2] No such file or directory: 'C:\\Documents and Sett
ings\\funsize\\Desktop\\Twisted-10.1.0pre1.tar\\Twisted-10.1.0pre1\\_trial_temp\
\twisted.test.test_plugin\\DeveloperSetupTests\\test_developmentPluginAvailabili
\\43lvnu\\temp\\system_path\\plugindummy\\plugins\\b1J3lmxYhIK04qjOplugindummy_b
uiltin.py.new'
===============================================================================
[ERROR]: twisted.test.test_plugin.DeveloperSetupTests.test_freshPyReplacesStaleP
yc

Traceback (most recent call last):
  File "C:\Python26\lib\site-packages\twisted-10.1.0pre1-py2.6-win32.egg\twisted
\test\test_plugin.py", line 388, in setUp
    True, 'plugindummy_builtin')
  File "C:\Python26\lib\site-packages\twisted-10.1.0pre1-py2.6-win32.egg\twisted
\test\test_plugin.py", line 357, in _createPluginDummy
    plugs.child(pluginModule + '.py').setContent(pluginContent)
  File "C:\Python26\lib\site-packages\twisted-10.1.0pre1-py2.6-win32.egg\twisted
\python\filepath.py", line 745, in setContent
    f = sib.open('w')
  File "C:\Python26\lib\site-packages\twisted-10.1.0pre1-py2.6-win32.egg\twisted
\python\filepath.py", line 495, in open
    return self.create()
  File "C:\Python26\lib\site-packages\twisted-10.1.0pre1-py2.6-win32.egg\twisted
\python\filepath.py", line 771, in create
    fdint = os.open(self.path, _CREATE_FLAGS)
exceptions.OSError: [Errno 2] No such file or directory: 'C:\\Documents and Sett
ings\\funsize\\Desktop\\Twisted-10.1.0pre1.tar\\Twisted-10.1.0pre1\\_trial_temp\
\twisted.test.test_plugin\\DeveloperSetupTests\\test_freshPyReplacesStalePyc\\za
dri7\\temp\\development_path\\plugindummy\\plugins\\CZIjtvOP6Kqa-6npplugindummy_
builtin.py.new'
===============================================================================
[ERROR]: twisted.test.test_plugin.DeveloperSetupTests.test_newPluginsOnReadOnlyP
ath

Traceback (most recent call last):
  File "C:\Python26\lib\site-packages\twisted-10.1.0pre1-py2.6-win32.egg\twisted
\test\test_plugin.py", line 388, in setUp
    True, 'plugindummy_builtin')
  File "C:\Python26\lib\site-packages\twisted-10.1.0pre1-py2.6-win32.egg\twisted
\test\test_plugin.py", line 357, in _createPluginDummy
    plugs.child(pluginModule + '.py').setContent(pluginContent)
  File "C:\Python26\lib\site-packages\twisted-10.1.0pre1-py2.6-win32.egg\twisted
\python\filepath.py", line 745, in setContent
    f = sib.open('w')
  File "C:\Python26\lib\site-packages\twisted-10.1.0pre1-py2.6-win32.egg\twisted
\python\filepath.py", line 495, in open
    return self.create()
  File "C:\Python26\lib\site-packages\twisted-10.1.0pre1-py2.6-win32.egg\twisted
\python\filepath.py", line 771, in create
    fdint = os.open(self.path, _CREATE_FLAGS)
exceptions.OSError: [Errno 2] No such file or directory: 'C:\\Documents and Sett
ings\\funsize\\Desktop\\Twisted-10.1.0pre1.tar\\Twisted-10.1.0pre1\\_trial_temp\
\twisted.test.test_plugin\\DeveloperSetupTests\\test_newPluginsOnReadOnlyPath\\z
r1kya\\temp\\development_path\\plugindummy\\plugins\\_8_51ebohfWmCshuplugindummy
_builtin.py.new'
-------------------------------------------------------------------------------
Ran 5946 tests in 487.687s

FAILED (skips=831, expectedFailures=12, errors=3, successes=5100)


More information about the Twisted-Python mailing list