Build: #429 failed
Job: Default Job failed
Test results
- 7 tests in total
- 7 tests failed
- 7 failures are new
- < 1 second taken in total.
Build 429 has the following 7 errors: 7 new failure(s) occurred since the previous build.
| Status | Test | Duration | |
|---|---|---|---|
| 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)
(20 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)
(20 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)
(20 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)
(20 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)
(20 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)
(20 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)
(20 more lines...)
|
|||