Build: #612 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Job result summary

Completed
Duration
1 minute
Agent
Default Agent
Revision
93250e1e93d76ddee270bfecff2438343a5fe4ec
Total tests
10
Fixed in
#613 (Child of INFRA-BASE-529)

Tests

  • 10 tests in total
  • 10 tests failed
  • 10 failures are new
  • < 1 second taken in total.
New test failures 10
Status Test Duration
Collapse Failed DatasetTests test_1_add_datasets History
< 1 sec
ConnectionError: HTTPConnectionPool(host='localhost', port=8002): Max retries exceeded with url: /dataset/bulk (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f62c626b790>: 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 Failed DatasetTests test_2_add_dataset_twice History
< 1 sec
ConnectionError: HTTPConnectionPool(host='localhost', port=8002): Max retries exceeded with url: /dataset/bulk (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f62c629e9d0>: 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 Failed DatasetTests test_3_get_dataset History
< 1 sec
ConnectionError: HTTPConnectionPool(host='localhost', port=8002): Max retries exceeded with url: /dataset/list (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f62c62a2750>: 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 Failed LinkTests test_1_add_links History
< 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 Failed LinkTests test_2_get_link_list History
< 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 Failed LinkTests test_3_get_link_graph History
< 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 Failed PropertyGroupTests test_1_add_property_groups History
< 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 Failed PropertyGroupTests test_2_add_property_group_twice History
< 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 Failed PropertyGroupTests test_3_get_property_groups History
< 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 Failed PropertyGroupTests test_4_delete_property_groups History
< 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