| Expand |
Failed
|
DatasetTests
test_2_add_dataset_twice
History
|
Failing since build #585
(Changes by Sam <samuel.vonstachelski@fhnw.ch>)
|
Default Job |
1 min |
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...)
|
| Expand |
Failed
|
DatasetTests
test_3_get_dataset
History
|
Failing since build #585
(Changes by Sam <samuel.vonstachelski@fhnw.ch>)
|
Default Job |
3 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...)
|
| Expand |
Failed
|
DatasetTests
test_1_add_datasets
History
|
Failing since build #585
(Changes by Sam <samuel.vonstachelski@fhnw.ch>)
|
Default Job |
25 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...)
|
| Expand |
Failed
|
LinkTests
test_2_get_link_list
History
|
Failing since build #585
(Changes by Sam <samuel.vonstachelski@fhnw.ch>)
|
Default Job |
< 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...)
|
| Expand |
Failed
|
LinkTests
test_3_get_link_graph
History
|
Failing since build #585
(Changes by Sam <samuel.vonstachelski@fhnw.ch>)
|
Default Job |
< 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...)
|
| Expand |
Failed
|
LinkTests
test_1_add_links
History
|
Failing since build #585
(Changes by Sam <samuel.vonstachelski@fhnw.ch>)
|
Default Job |
3 secs |
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...)
|
| Expand |
Failed
|
PropertyGroupTests
test_1_add_property_groups
History
|
Failing since build #585
(Changes by Sam <samuel.vonstachelski@fhnw.ch>)
|
Default Job |
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...)
|
| Expand |
Failed
|
PropertyGroupTests
test_2_add_property_group_twice
History
|
Failing since build #585
(Changes by Sam <samuel.vonstachelski@fhnw.ch>)
|
Default Job |
< 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...)
|
| Expand |
Failed
|
PropertyGroupTests
test_3_get_property_groups
History
|
Failing since build #585
(Changes by Sam <samuel.vonstachelski@fhnw.ch>)
|
Default Job |
< 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...)
|
| Expand |
Failed
|
PropertyGroupTests
test_4_delete_property_groups
History
|
Failing since build #585
(Changes by Sam <samuel.vonstachelski@fhnw.ch>)
|
Default Job |
< 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...)
|