Build: #641 failed
Job: Default Job failed
Job result summary
- Completed
- Duration
- 1 minute
- Agent
- Default Agent
- Revision
- 2243c535cba8ec933b7c32bb1bb2953253546757
- Total tests
- 10
- Failing since
- #640 (Code changes detected – )
- Fixed in
- #642 (Child of INFRA-BASE-553)
Tests
- 10 tests in total
- 10 tests failed
- 10 failures are new
- < 1 second taken in total.
| Status | Test | Duration | |
|---|---|---|---|
| Collapse |
DatasetTests
test_1_add_datasets
|
< 1 sec | |
ConnectionError: HTTPConnectionPool(host='localhost', port=8002): Max retries exceeded with url: /dataset/bulk (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa5de69e790>: Failed to establish a new connection: [Errno 111] Connection refused',))
self = <tests.dataset_tests.DatasetTests testMethod=test_1_add_datasets>
def test_1_add_datasets(self):
result = post_request(
> self.service_url + self.__ADD_DATASETS, TEST_DATASETS
)
(139 more lines...)
|
|||
| Collapse |
DatasetTests
test_2_add_dataset_twice
|
< 1 sec | |
ConnectionError: HTTPConnectionPool(host='localhost', port=8002): Max retries exceeded with url: /dataset/bulk (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa5de6d19d0>: Failed to establish a new connection: [Errno 111] Connection refused',))
self = <tests.dataset_tests.DatasetTests testMethod=test_2_add_dataset_twice>
def test_2_add_dataset_twice(self):
result = post_request(
> self.service_url + self.__ADD_DATASETS, [TEST_DATASETS[0]]
)
(139 more lines...)
|
|||
| Collapse |
DatasetTests
test_3_get_dataset
|
< 1 sec | |
ConnectionError: HTTPConnectionPool(host='localhost', port=8002): Max retries exceeded with url: /dataset/list (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa5de6d5750>: Failed to establish a new connection: [Errno 111] Connection refused',))
self = <tests.dataset_tests.DatasetTests testMethod=test_3_get_dataset>
def test_3_get_dataset(self):
> result = get_request(self.service_url + self.__GET_DATASETS)
dataset_tests.py:31:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(137 more lines...)
|
|||
| Collapse |
LinkTests
test_1_add_links
|
< 1 sec | |
test setup failure
self = <class 'tests.link_tests.LinkTests'>
@classmethod
def setUpClass(self):
super(LinkTests, self).setUpClass()
> post_request(self.service_url + self.__ADD_DATASETS, TEST_DATASETS)
(139 more lines...)
|
|||
| Collapse |
LinkTests
test_2_get_link_list
|
< 1 sec | |
test setup failure
self = <class 'tests.link_tests.LinkTests'>
@classmethod
def setUpClass(self):
super(LinkTests, self).setUpClass()
> post_request(self.service_url + self.__ADD_DATASETS, TEST_DATASETS)
(139 more lines...)
|
|||
| Collapse |
LinkTests
test_3_get_link_graph
|
< 1 sec | |
test setup failure
self = <class 'tests.link_tests.LinkTests'>
@classmethod
def setUpClass(self):
super(LinkTests, self).setUpClass()
> post_request(self.service_url + self.__ADD_DATASETS, TEST_DATASETS)
(139 more lines...)
|
|||
| Collapse |
PropertyGroupTests
test_1_add_property_groups
|
< 1 sec | |
test setup failure
self = <class 'tests.property_group_tests.PropertyGroupTests'>
@classmethod
def setUpClass(self):
super(PropertyGroupTests, self).setUpClass()
> post_request(self.service_url + self.__ADD_DATASETS, TEST_DATASETS)
(139 more lines...)
|
|||
| Collapse |
PropertyGroupTests
test_2_add_property_group_twice
|
< 1 sec | |
test setup failure
self = <class 'tests.property_group_tests.PropertyGroupTests'>
@classmethod
def setUpClass(self):
super(PropertyGroupTests, self).setUpClass()
> post_request(self.service_url + self.__ADD_DATASETS, TEST_DATASETS)
(139 more lines...)
|
|||
| Collapse |
PropertyGroupTests
test_3_get_property_groups
|
< 1 sec | |
test setup failure
self = <class 'tests.property_group_tests.PropertyGroupTests'>
@classmethod
def setUpClass(self):
super(PropertyGroupTests, self).setUpClass()
> post_request(self.service_url + self.__ADD_DATASETS, TEST_DATASETS)
(139 more lines...)
|
|||
| Collapse |
PropertyGroupTests
test_4_delete_property_groups
|
< 1 sec | |
test setup failure
self = <class 'tests.property_group_tests.PropertyGroupTests'>
@classmethod
def setUpClass(self):
super(PropertyGroupTests, self).setUpClass()
> post_request(self.service_url + self.__ADD_DATASETS, TEST_DATASETS)
(139 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 51, in <module>
docker_client.stop(dbservice)
NameError: name 'dbservice' is not defined
File "./setup_docker_env.py", line 51, in <module>
docker_client.stop(dbservice)
NameError: name 'dbservice' is not defined