Created
July 30, 2012 21:28
-
-
Save mattias-lidman/3210434 to your computer and use it in GitHub Desktop.
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
| ====================================================================== | |
| ERROR: test_write_hug (globusonline.storage.goftp.test.test_ftp.TestOPTS) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/mattias/virtualenvs/go-storage/lib/python2.7/site-packages/Twisted-12.0.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 134, in maybeDeferred | |
| result = f(*args, **kw) | |
| File "/home/mattias/virtualenvs/go-storage/lib/python2.7/site-packages/Twisted-12.0.0-py2.7-linux-x86_64.egg/twisted/internet/utils.py", line 191, in runWithWarningsSuppressed | |
| result = f(*a, **kw) | |
| File "/home/mattias/go_repos3/go-storage/lib/globusonline/storage/goftp/test/test_ftp.py", line 277, in setUp | |
| self.proto = GoFTP() | |
| File "/home/mattias/go_repos3/go-storage/lib/globusonline/storage/goftp/protocols.py", line 278, in __init__ | |
| self.backend = get_backend() | |
| File "/home/mattias/go_repos3/go-storage/lib/globusonline/storage/goftp/protocols.py", line 126, in get_backend | |
| BACKEND = utils.get_backend(write_master=True, keyspace=keyspace) | |
| File "/home/mattias/go_repos3/go-storage/lib/globusonline/storage/utils.py", line 61, in get_backend | |
| lock_manager=lock_manager, **kw) | |
| File "/home/mattias/go_repos3/go-storage/lib/globusonline/storage/cassandra/backend.py", line 518, in __init__ | |
| sync_compaction=sync_compaction) | |
| File "/home/mattias/go_repos3/go-storage/lib/globusonline/storage/cassandra/directory_model.py", line 189, in __init__ | |
| onode="ONode") | |
| File "/home/mattias/go_repos3/go-storage/lib/globusonline/storage/cassandra/base_model.py", line 14, in __init__ | |
| cf = ColumnFamily(connection_pool, cf_name) | |
| File "/home/mattias/virtualenvs/go-storage/lib/python2.7/site-packages/pycassa/columnfamily.py", line 271, in __init__ | |
| self.load_schema() | |
| File "/home/mattias/virtualenvs/go-storage/lib/python2.7/site-packages/pycassa/columnfamily.py", line 295, in load_schema | |
| raise nfe | |
| NotFoundException: NotFoundException(why='Column family DNodeLatest not found.') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment