Created
July 15, 2013 19:45
-
-
Save ramielrowe/6002821 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FAIL: tests.storage.test_impl_mongodb.StatisticsTest.test_by_user_period | |
tags: worker-0 | |
---------------------------------------------------------------------- | |
Empty attachments: | |
pythonlogging:'' | |
Traceback (most recent call last): | |
File "/home/ramielrowe/projects/ceilometer/tests/storage/base.py", line 588, in test_by_user_period | |
datetime.datetime(2012, 9, 25, 12, 28)])) | |
File "/home/ramielrowe/projects/ceilometer/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 322, in assertEqual | |
self.assertThat(observed, matcher, message) | |
File "/home/ramielrowe/projects/ceilometer/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 417, in assertThat | |
raise MismatchError(matchee, matcher, mismatch, verbose) | |
MismatchError: !=: | |
reference = set([datetime.datetime(2012, 9, 25, 9, 28), | |
datetime.datetime(2012, 9, 25, 11, 28)]) | |
actual = set([datetime.datetime(2012, 9, 25, 10, 28), | |
datetime.datetime(2012, 9, 25, 12, 28)]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment