Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 402567 - dev-python/foolscap-0.6.3 version bump request
Summary: dev-python/foolscap-0.6.3 version bump request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-07 17:39 UTC by Ian Delaney (RETIRED)
Modified: 2012-03-09 08:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
ebuild patch 0.6.1 -> 0.6.2 (foolscap.patch,624 bytes, patch)
2012-02-07 17:39 UTC, Ian Delaney (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Delaney (RETIRED) gentoo-dev 2012-02-07 17:39:08 UTC
Created attachment 301171 [details, diff]
ebuild patch 0.6.1 -> 0.6.2

archtester foolscap # ebuild foolscap-0.6.2.ebuild clean install

exceptions.ImportError: No module named web

foolscap.test.test_logging
-------------------------------------------------------------------------------
Ran 416 tests in 47.790s

FAILED (skips=8, errors=1, successes=407)

hmm; 1 out of 416.  Can always restict the test suite.  For now I'll leave as is.

archtester foolscap # ebuild foolscap-0.6.2.ebuild merge
-----------------------------------------------------
 * Compilation and optimization of Python modules for CPython 2.7 ...                                                                                  [ ok ]
>>> dev-python/foolscap-0.6.2 merged.
>>> Regenerating /etc/ld.so.cache..

good to go.
Comment 1 Patrick Lauer gentoo-dev 2012-02-08 03:07:39 UTC
===============================================================================
[FAIL]
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/foolscap-0.6.2/work/foolscap-0.6.2/foolscap/test/test_negotiate.py", line 566, in checkConnectedViaReverse
    self.failUnlessEqual(self.tub2phases, targetPhases)
  File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 270, in assertEqual
    % (msg, pformat(first), pformat(second)))
twisted.trial.unittest.FailTest: not equal:
a = []
b = [1]


foolscap.test.test_negotiate.Crossfire.test4
===============================================================================
[FAIL]
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/foolscap-0.6.2/work/foolscap-0.6.2/foolscap/test/test_negotiate.py", line 566, in checkConnectedViaReverse
    self.failUnlessEqual(self.tub2phases, targetPhases)
  File "/usr/lib64/python2.7/site-packages/twisted/trial/unittest.py", line 270, in assertEqual
    % (msg, pformat(first), pformat(second)))
twisted.trial.unittest.FailTest: not equal:
a = []
b = [2]


foolscap.test.test_negotiate.Crossfire.test5
===============================================================================
[ERROR]
Traceback (most recent call last):
Failure: foolscap.ipb.DeadReferenceError: Connection was lost (to tubid=y6lm) (during method=RIBroker:getReferenceByName)

foolscap.test.test_negotiate.Crossfire.test4
===============================================================================
[ERROR]
Traceback (most recent call last):
Failure: foolscap.ipb.DeadReferenceError: Connection was lost (to tubid=n5uh) (during method=RIBroker:getReferenceByName)

foolscap.test.test_negotiate.Crossfire.test5
===============================================================================
[ERROR]
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/foolscap-0.6.2/work/foolscap-0.6.2/foolscap/negotiate.py", line 404, in dataReceived
    self.handleENCRYPTED(header)
  File "/var/tmp/portage/dev-python/foolscap-0.6.2/work/foolscap-0.6.2/foolscap/negotiate.py", line 638, in handleENCRYPTED
    raise RemoteNegotiationError(hello["error"])
foolscap.tokens.RemoteNegotiationError: You can't handle banana version 3

foolscap.test.test_negotiate.Future.testTooFarInFuture1
foolscap.test.test_negotiate.Future.testTooFarInFuture2
===============================================================================
[ERROR]
Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/foolscap-0.6.2/work/foolscap-0.6.2/foolscap/negotiate.py", line 404, in dataReceived
    self.handleENCRYPTED(header)
  File "/var/tmp/portage/dev-python/foolscap-0.6.2/work/foolscap-0.6.2/foolscap/negotiate.py", line 638, in handleENCRYPTED
    raise RemoteNegotiationError(hello["error"])
foolscap.tokens.RemoteNegotiationError: I can't handle banana version 3

foolscap.test.test_negotiate.Future.testTooFarInFuture3
foolscap.test.test_negotiate.Future.testTooFarInFuture4
-------------------------------------------------------------------------------
Ran 468 tests in 87.275s

FAILED (skips=4, failures=2, errors=6, successes=458)
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2012-02-16 19:21:32 UTC
archtester foolscap # ebuild foolscap-0.6.3.ebuild merge	

 * Compilation and optimization of Python modules for CPython 2.7 ...                                         [ ok ]
>>> dev-python/foolscap-0.6.3 merged.

archtester foolscap # ebuild foolscap-0.6.3.ebuild clean test

foolscap.test.test_banana.ThereAndBackAgain.test_boundMethod_newstyle
foolscap.test.test_banana.ThereAndBackAgain.test_classMethod_newstyle
foolscap.test.test_banana.ThereAndBackAgain.test_class_newstyle
foolscap.test.test_banana.ThereAndBackAgain.test_instance_newstyle
-------------------------------------------------------------------------------
Ran 469 tests in 91.147s

PASSED (skips=4, successes=465)
Comment 3 Patrick Lauer gentoo-dev 2012-03-09 08:50:36 UTC
+  09 Mar 2012; Patrick Lauer <patrick@gentoo.org> +foolscap-0.6.3.ebuild:
+  Bump for #402567