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 2016/07/27 14:58:20 UTC

[jira] [Created] (CASSANDRA-12314) dtest failure in nose.failure.Failure.runTest

Sean McCarthy created CASSANDRA-12314:
-----------------------------------------

             Summary: dtest failure in nose.failure.Failure.runTest
                 Key: CASSANDRA-12314
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12314
             Project: Cassandra
          Issue Type: Test
            Reporter: Sean McCarthy
            Assignee: Sean McCarthy


example failure:

http://cassci.datastax.com/job/cassandra-2.1_cqlsh_tests/17/testReport/nose.failure/Failure/runTest

{code}
Stack Trace
Traceback (most recent call last):
  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/usr/local/lib/python2.7/dist-packages/nose/loader.py", line 418, in loadTestsFromName
    addr.filename, addr.module)
  File "/usr/local/lib/python2.7/dist-packages/nose/importer.py", line 47, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/usr/local/lib/python2.7/dist-packages/nose/importer.py", line 94, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/home/automaton/cassandra/pylib/cqlshlib/test/__init__.py", line 17, in <module>
    from .cassconnect import create_test_db, remove_test_db
  File "/home/automaton/cassandra/pylib/cqlshlib/test/cassconnect.py", line 22, in <module>
    from .basecase import cql, cqlsh, cqlshlog, TEST_HOST, TEST_PORT, rundir
  File "/home/automaton/cassandra/pylib/cqlshlib/test/basecase.py", line 46, in <module>
    import cqlsh
  File "/home/automaton/cassandra/pylib/cqlshlib/test/cqlsh.py", line 109, in <module>
    from cassandra.cluster import Cluster, PagedResult
ImportError: cannot import name PagedResult
{code}



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