Skip to content

Instantly share code, notes, and snippets.

@mambocab
Last active August 29, 2015 14:16
Show Gist options
  • Save mambocab/ee05dd11a974e39a6f25 to your computer and use it in GitHub Desktop.
Save mambocab/ee05dd11a974e39a6f25 to your computer and use it in GitHub Desktop.
(WIP) dtest #179 and C* #7816 review

unpatched cassandra, unpatched tests

  • fails on trunk

patched cassandra, unpatched tests

  • fails on trunk (DISABLE_VNODES=true CASSANDRA_DIR=~/cstar_src/7816-fixes/cassandra-trunk-patched nosetests pushed_notifications_test.py)

patched cassandra, patched tests

F.
======================================================================
FAIL: move_single_node_test (pushed_notifications_test.TestPushedNotifications)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/mambocab/cstar_src/7816-fixes/cassandra-dtest/tools.py", line 185, in wrapped
f(obj)
File "/home/mambocab/cstar_src/7816-fixes/cassandra-dtest/pushed_notifications_test.py", line 95, 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-bqPhCu
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 << ---------------------
----------------------------------------------------------------------
Ran 2 tests in 161.175s
FAILED (failures=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment