| Expand |
Failed
|
ProvenanceTests
test_add_provenance_twice
History
|
Failing since build #41
(Changes by Florian Bruggisser <florian.bruggisser@students.fhnw.ch>)
|
Default Job |
< 1 sec |
ConnectionError: HTTPConnectionPool(host='property', port=8002): Max retries exceeded with url: /provenance (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fea2ad64710>: 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...)
|
| Expand |
Failed
|
ProvenanceTests
test_add_one_provenance
History
|
Failing since build #41
(Changes by Florian Bruggisser <florian.bruggisser@students.fhnw.ch>)
|
Default Job |
< 1 sec |
ConnectionError: HTTPConnectionPool(host='property', port=8002): Max retries exceeded with url: /provenance (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fea2a71d690>: 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...)
|
| Expand |
Failed
|
ProvenanceTests
test_get_provenance
History
|
Failing since build #41
(Changes by Florian Bruggisser <florian.bruggisser@students.fhnw.ch>)
|
Default Job |
< 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 0x7fea2a6b5450>: 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...)
|
| Expand |
Failed
|
ProvenanceTests
test_add_multiple_provenances
History
|
Failing since build #41
(Changes by Florian Bruggisser <florian.bruggisser@students.fhnw.ch>)
|
Default Job |
< 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 0x7fea2adb8250>: 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...)
|