Sean McCarthy created CASSANDRA-12022:
-----------------------------------------
Summary: dtest failure in
repair_tests.repair_test.TestRepair.simple_repair_order_preserving_test
Key: CASSANDRA-12022
URL: https://issues.apache.org/jira/browse/CASSANDRA-12022
Project: Cassandra
Issue Type: Test
Reporter: Sean McCarthy
Assignee: Sean McCarthy
Priority: Trivial
example failure:
http://cassci.datastax.com/job/cassandra-2.1_novnode_dtest/254/testReport/repair_tests.repair_test/TestRepair/simple_repair_order_preserving_test
Failed on CassCI build cassandra-2.1_novnode_dtest #254
Cluster doesn't exist when called.
{code}
File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", line 225,
in simple_repair_order_preserving_test
self._simple_repair(order_preserving_partitioner=True)
File "/home/automaton/cassandra-dtest/repair_tests/repair_test.py", line 273,
in _simple_repair
cluster.set_partitioner('org.apache.cassandra.dht.ByteOrderedPartitioner')
"global name 'cluster' is not defined
{code}
The call to cluster is wrapped in an if clause, but isn't defined before that.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)