Created
September 9, 2015 17:26
-
-
Save danlamanna/1c1b4c09480782be68e2 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
59: Test command: /home/dan/.virtualenvs/girder/bin/python2.7 "-m" "unittest" "-v" "tests.web_client_test" | |
59: Test timeout computed to be: 1500 | |
59: [09/Sep/2015:13:26:27] ENGINE Bus STARTING | |
59: [09/Sep/2015:13:26:27] ENGINE Started monitor thread 'Autoreloader'. | |
59: [09/Sep/2015:13:26:27] ENGINE Started monitor thread '_TimeoutMonitor'. | |
59: [09/Sep/2015:13:26:27] ENGINE Serving on http://0.0.0.0:30003 | |
59: [09/Sep/2015:13:26:27] ENGINE Bus STARTED | |
59: testWebClientSpec (tests.web_client_test.WebClientTestCase) ... ERROR | |
59: | |
59: ====================================================================== | |
59: ERROR: testWebClientSpec (tests.web_client_test.WebClientTestCase) | |
59: ---------------------------------------------------------------------- | |
59: Traceback (most recent call last): | |
59: File "tests/web_client_test.py", line 125, in setUp | |
59: base.TestCase.setUp(self, assetstoreType) | |
59: File "tests/base.py", line 153, in setUp | |
59: mongo_replicaset.startMongoReplicaSet() | |
59: File "tests/mongo_replicaset.py", line 142, in startMongoReplicaSet | |
59: '--noprealloc', '--smallfiles', '--oplogSize', '128'], **kwargs) | |
59: File "/usr/lib/python2.7/subprocess.py", line 710, in __init__ | |
59: errread, errwrite) | |
59: File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child | |
59: raise child_exception | |
59: OSError: [Errno 2] No such file or directory | |
59: | |
59: ---------------------------------------------------------------------- | |
59: Connected to MongoDB: mongodb://localhost:27017/girder_test_web_client_data_gridfsrs | |
59: Resolving plugin dependencies... | |
59: Started asynchronous event manager thread. | |
59: Ran 1 test in 0.682s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment