Build: #585 failed
Job: Default Job failed
Job result summary
- Completed
- Duration
- 1 minute
- Agent
- Default Agent
- Revision
- ee769326475073be297db5e98eb985857f871aa2
- Total tests
- 10
- Fixed in
- #592 (Child of INFRA-BASE-511)
Tests
- 10 tests in total
- 10 tests failed
- 10 failures are new
- 11 seconds taken in total.
| Status | Test | Duration | |
|---|---|---|---|
| Collapse |
DatasetTests
test_1_add_datasets
|
3 secs | |
Exception: <Response [500]>
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
)
(15 more lines...)
|
|||
| Collapse |
DatasetTests
test_2_add_dataset_twice
|
2 secs | |
Exception: <Response [500]>
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]]
)
(15 more lines...)
|
|||
| Collapse |
DatasetTests
test_3_get_dataset
|
2 secs | |
Exception: <Response [500]>
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:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(11 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)
(15 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)
(15 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)
(15 more lines...)
|
|||
| Collapse |
PropertyGroupTests
test_1_add_property_groups
|
2 secs | |
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)
(15 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)
(15 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)
(15 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)
(15 more lines...)
|
|||