-
-
Save mambocab/e64be819e0f39513602d to your computer and use it in GitHub Desktop.
patched trunk, unpatched tests
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: move_single_node_test (pushed_notifications_test.TestPushedNotifications) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/mambocab/cstar_src/7816-fixes/cassandra-dtest/pushed_notifications_test.py", line 91, in move_single_node_test | |
self.assertEquals("MOVED_NODE", change_type) | |
AssertionError: 'MOVED_NODE' != u'NEW_NODE' | |
-------------------- >> begin captured logging << -------------------- | |
dtest: DEBUG: cluster ccm directory: /tmp/dtest-2RSBPg | |
dtest: DEBUG: Source 127.0.0.1 sent NEW_NODE for 127.0.0.1 | |
dtest: DEBUG: Waiting for notification from 127.0.0.1 | |
--------------------- >> end captured logging << --------------------- | |
====================================================================== | |
FAIL: restart_node_test (pushed_notifications_test.TestPushedNotifications) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/mambocab/cstar_src/7816-fixes/cassandra-dtest/pushed_notifications_test.py", line 111, in restart_node_test | |
self.assertEquals(2, len(notifications)) | |
AssertionError: 2 != 4 | |
-------------------- >> begin captured logging << -------------------- | |
dtest: DEBUG: cluster ccm directory: /tmp/dtest-CCHqFa | |
dtest: DEBUG: Restarting second node... | |
dtest: DEBUG: Source 127.0.0.1 sent DOWN for 127.0.0.2 | |
dtest: DEBUG: Source 127.0.0.1 sent UP for 127.0.0.2 | |
dtest: DEBUG: Waiting for notifications from 127.0.0.1 | |
dtest: DEBUG: Restarting second node... | |
dtest: DEBUG: Source 127.0.0.1 sent DOWN for 127.0.0.2 | |
dtest: DEBUG: Source 127.0.0.1 sent UP for 127.0.0.2 | |
dtest: DEBUG: Waiting for notifications from 127.0.0.1 | |
--------------------- >> end captured logging << --------------------- | |
---------------------------------------------------------------------- | |
Ran 2 tests in 104.836s | |
FAILED (failures=2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment