Build: #49 failed
Job: Default Job failed
Job result summary
- Completed
- Duration
- 18 seconds
- Agent
- Default Agent
- Revision
- 5eeb5d205aa582872ba26d9f7d7ffc3bf66795d7
- Total tests
- 4
- Failing since
- #36 (Code changes detected – )
- Fixed in
- #54 (Code changes detected)
Tests
- 4 tests in total
- 4 tests failed
- < 1 second taken in total.
| Status | Test | Failing since | Duration | |
|---|---|---|---|---|
|
ProvenanceTests
test_add_multiple_provenances
|
Failing since build #41 (Code changes detected) | < 1 sec | ||
ConnectionError: HTTPConnectionPool(host='property', port=8002): Max retries exceeded with url: /provenance/bulk (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fb6dc1f4290>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
self = <tests.provenance_tests.ProvenanceTests testMethod=test_add_multiple_provenances>
def test_add_multiple_provenances(self):
> result = self.client.insert_provenances(TEST_PROVENANCES)
provenance_tests.py:14:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(123 more lines...)
|
||||
|
ProvenanceTests
test_add_one_provenance
|
Failing since build #41 (Code changes detected) | < 1 sec | ||
ConnectionError: HTTPConnectionPool(host='property', port=8002): Max retries exceeded with url: /provenance (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fb6dbb5a650>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
self = <tests.provenance_tests.ProvenanceTests testMethod=test_add_one_provenance>
def test_add_one_provenance(self):
> result = self.client.add_provenance(TEST_PROVENANCE)
provenance_tests.py:10:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(123 more lines...)
|
||||
|
ProvenanceTests
test_add_provenance_twice
|
Failing since build #41 (Code changes detected) | < 1 sec | ||
ConnectionError: HTTPConnectionPool(host='property', port=8002): Max retries exceeded with url: /provenance (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fb6dc1f4350>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
self = <tests.provenance_tests.ProvenanceTests testMethod=test_add_provenance_twice>
def test_add_provenance_twice(self):
> result = self.client.add_provenance(TEST_PROVENANCE)
provenance_tests.py:18:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(123 more lines...)
|
||||
|
ProvenanceTests
test_get_provenance
|
Failing since build #41 (Code changes detected) | < 1 sec | ||
ConnectionError: HTTPConnectionPool(host='property', port=8002): Max retries exceeded with url: /provenance/list (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fb6dbaf3d90>: Failed to establish a new connection: [Errno -5] No address associated with hostname',))
self = <tests.provenance_tests.ProvenanceTests testMethod=test_get_provenance>
def test_get_provenance(self):
> result = self.client.get_provenances()
provenance_tests.py:22:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(123 more lines...)
|
||||
Error summary
The build generated some errors. See the full build log for more details.
Traceback (most recent call last):
File "./setup_docker_env.py", line 50, in <module>
docker_client.stop(dbservice)
NameError: name 'dbservice' is not defined
File "./setup_docker_env.py", line 50, in <module>
docker_client.stop(dbservice)
NameError: name 'dbservice' is not defined