You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Sean McCarthy (JIRA)" <ji...@apache.org> on 2017/01/04 21:35:59 UTC

[jira] [Created] (CASSANDRA-13097) dtest failure in bootstrap_test.TestBootstrap.decommissioned_wiped_node_can_gossip_to_single_seed_test

Sean McCarthy created CASSANDRA-13097:
-----------------------------------------

             Summary: dtest failure in bootstrap_test.TestBootstrap.decommissioned_wiped_node_can_gossip_to_single_seed_test
                 Key: CASSANDRA-13097
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13097
             Project: Cassandra
          Issue Type: Bug
          Components: Testing
            Reporter: Sean McCarthy


example failure:

http://cassci.datastax.com/job/cassandra-2.1_offheap_dtest/391/testReport/bootstrap_test/TestBootstrap/decommissioned_wiped_node_can_gossip_to_single_seed_test

{code}
Error Message

Error from server: code=2200 [Invalid query] message="Unknown keyspace system_distributed"
{code}{code}
Stacktrace

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/automaton/cassandra-dtest/bootstrap_test.py", line 545, in decommissioned_wiped_node_can_gossip_to_single_seed_test
    session.execute("ALTER KEYSPACE system_distributed WITH REPLICATION = {'class':'SimpleStrategy', 'replication_factor':'1'};")
  File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 1998, in execute
    return self.execute_async(query, parameters, trace, custom_payload, timeout, execution_profile, paging_state).result()
  File "/home/automaton/src/cassandra-driver/cassandra/cluster.py", line 3784, in result
    raise self._final_exception
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)