Skip to content

Instantly share code, notes, and snippets.

@robhaswell
Created February 8, 2013 10:50
Show Gist options
  • Save robhaswell/4738095 to your computer and use it in GitHub Desktop.
Save robhaswell/4738095 to your computer and use it in GitHub Desktop.
hybridcluster.tests.test_juggling.ComputeBestSlavesTests.test_idealSlaves
===============================================================================
[FAIL]
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Twisted-12.3.0-py2.7-macosx-10.8-x86_64.egg/twisted/internet/defer.py", line 138, in maybeDeferred
result = f(*args, **kw)
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Twisted-12.3.0-py2.7-macosx-10.8-x86_64.egg/twisted/internet/_utilspy3.py", line 41, in runWithWarningsSuppressed
reraise(exc_info[1], exc_info[2])
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Twisted-12.3.0-py2.7-macosx-10.8-x86_64.egg/twisted/internet/_utilspy3.py", line 37, in runWithWarningsSuppressed
result = f(*a, **kw)
File "/Users/rob/hybridcluster/HybridCluster/src/hybridcluster/tests/test_juggling.py", line 3289, in test_pickEnoughLocalSlaves
self.assertEqual(ideal, juggler.idealSlaves(fs))
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Twisted-12.3.0-py2.7-macosx-10.8-x86_64.egg/twisted/trial/_synctest.py", line 356, in assertEqual
% (msg, pformat(first), pformat(second)))
twisted.trial.unittest.FailTest: not equal:
a = [('foo-a', ['omega', 'beta', 'alpha'])]
b = [('foo-a', [])]
hybridcluster.tests.test_juggling.ComputeBestSlavesTests.test_pickEnoughLocalSlaves
===============================================================================
[FAIL]
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Twisted-12.3.0-py2.7-macosx-10.8-x86_64.egg/twisted/internet/defer.py", line 138, in maybeDeferred
result = f(*args, **kw)
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Twisted-12.3.0-py2.7-macosx-10.8-x86_64.egg/twisted/internet/_utilspy3.py", line 41, in runWithWarningsSuppressed
reraise(exc_info[1], exc_info[2])
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Twisted-12.3.0-py2.7-macosx-10.8-x86_64.egg/twisted/internet/_utilspy3.py", line 37, in runWithWarningsSuppressed
result = f(*a, **kw)
File "/Users/rob/hybridcluster/HybridCluster/src/hybridcluster/tests/test_juggling.py", line 3341, in test_pickEnoughRemovalsLocalCase
self.assertEqual(ideal, juggler.idealSlaves(fs))
File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/Twisted-12.3.0-py2.7-macosx-10.8-x86_64.egg/twisted/trial/_synctest.py", line 356, in assertEqual
% (msg, pformat(first), pformat(second)))
twisted.trial.unittest.FailTest: not equal:
a = [('foo-a', ['delta', 'beta', 'epsilon', 'gamma', 'alpha'])]
b = [('foo-a', [])]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment