| Collapse |
Failed
|
LinkTests
test_add_link
History
|
< 1 sec |
RestException: { "status": 500, "type": "about:blank", "detail": "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.", "title": "Internal Server Error" }
self = <tests.link_tests.LinkTests testMethod=test_add_link>
def setUp(self):
super(LinkTests, self).setUp()
> data = self.client.get_properties(TEST_DATASET)
link_tests.py:13:
(21 more lines...)
|
| Collapse |
Failed
|
PropertyGroupTests
test_add_multiple_property_groups
History
|
1 sec |
RestException: { "status": 500, "type": "about:blank", "detail": "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.", "title": "Internal Server Error" }
self = <tests.property_group_tests.PropertyGroupTests testMethod=test_add_multiple_property_groups>
def test_add_multiple_property_groups(self):
result = self.client.insert_regions(
TEST_DATASET,
> [TEST_PGT_OBJECT, TEST_PGT_OBJECT_WITH_DATA]
)
(25 more lines...)
|
| Collapse |
Failed
|
PropertyGroupTests
test_add_one_property_group
History
|
< 1 sec |
RestException: { "status": 500, "type": "about:blank", "detail": "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.", "title": "Internal Server Error" }
self = <tests.property_group_tests.PropertyGroupTests testMethod=test_add_one_property_group>
def test_add_one_property_group(self):
result = self.client.add_region(
TEST_DATASET,
> time_start=TEST_PGT_TIME_START
)
(25 more lines...)
|
| Collapse |
Failed
|
PropertyTests
test_add_multiple_properties
History
|
< 1 sec |
RestException: { "status": 500, "type": "about:blank", "detail": "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.", "title": "Internal Server Error" }
self = <tests.property_tests.PropertyTests testMethod=test_add_multiple_properties>
def setUp(self):
super(PropertyTests, self).setUp()
> data = self.client.get_properties(TEST_DATASET)
property_tests.py:14:
(21 more lines...)
|
| Collapse |
Failed
|
PropertyTests
test_add_multiple_properties_from_other_dataset
History
|
< 1 sec |
RestException: { "status": 500, "type": "about:blank", "detail": "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.", "title": "Internal Server Error" }
self = <tests.property_tests.PropertyTests testMethod=test_add_multiple_properties_from_other_dataset>
def setUp(self):
super(PropertyTests, self).setUp()
> data = self.client.get_properties(TEST_DATASET)
property_tests.py:14:
(21 more lines...)
|
| Collapse |
Failed
|
PropertyTests
test_add_one_property
History
|
< 1 sec |
RestException: { "status": 500, "type": "about:blank", "detail": "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.", "title": "Internal Server Error" }
self = <tests.property_tests.PropertyTests testMethod=test_add_one_property>
def setUp(self):
super(PropertyTests, self).setUp()
> data = self.client.get_properties(TEST_DATASET)
property_tests.py:14:
(21 more lines...)
|
| Collapse |
Failed
|
DatasetTests
test_add_dataset_twice
History
|
< 1 sec |
AttributeError: 'PropertyServiceClient' object has no attribute 'add_dataset'
self = <tests.provenance_tests.DatasetTests testMethod=test_add_dataset_twice>
def test_add_dataset_twice(self):
> result = self.client.add_dataset(TEST_DATASET)
E AttributeError: 'PropertyServiceClient' object has no attribute 'add_dataset'
provenance_tests.py:19: AttributeError
|
| Collapse |
Failed
|
DatasetTests
test_add_multiple_datasets
History
|
< 1 sec |
AttributeError: 'PropertyServiceClient' object has no attribute 'insert_datasets'
self = <tests.provenance_tests.DatasetTests testMethod=test_add_multiple_datasets>
def test_add_multiple_datasets(self):
> result = self.client.insert_datasets(TEST_DATASETS)
E AttributeError: 'PropertyServiceClient' object has no attribute 'insert_datasets'
provenance_tests.py:15: AttributeError
|
| Collapse |
Failed
|
DatasetTests
test_add_one_dataset
History
|
< 1 sec |
AttributeError: 'PropertyServiceClient' object has no attribute 'add_dataset'
self = <tests.provenance_tests.DatasetTests testMethod=test_add_one_dataset>
def test_add_one_dataset(self):
> result = self.client.add_dataset(TEST_DATASET)
E AttributeError: 'PropertyServiceClient' object has no attribute 'add_dataset'
provenance_tests.py:11: AttributeError
|
| Collapse |
Failed
|
DatasetTests
test_get_dataset
History
|
< 1 sec |
AttributeError: 'PropertyServiceClient' object has no attribute 'get_datasets'
self = <tests.provenance_tests.DatasetTests testMethod=test_get_dataset>
def test_get_dataset(self):
> result = self.client.get_datasets()
E AttributeError: 'PropertyServiceClient' object has no attribute 'get_datasets'
provenance_tests.py:23: AttributeError
|
| Collapse |
Failed
|
QueryTests
test_get_all_property_groups
History
|
< 1 sec |
RestException: { "status": 500, "type": "about:blank", "detail": "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.", "title": "Internal Server Error" }
self = <tests.query_tests.QueryTests testMethod=test_get_all_property_groups>
def test_get_all_property_groups(self):
> groups = self.client.get_properties(TEST_DATASET)
query_tests.py:17:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(20 more lines...)
|
| Collapse |
Failed
|
QueryTests
test_get_all_property_groups_with_eq
History
|
< 1 sec |
RestException: { "status": 500, "type": "about:blank", "detail": "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.", "title": "Internal Server Error" }
self = <tests.query_tests.QueryTests testMethod=test_get_all_property_groups_with_eq>
def test_get_all_property_groups_with_eq(self):
groups = self.client.get_properties(TEST_DATASET,
> 'test1=eq(500)')
query_tests.py:27:
(21 more lines...)
|
| Collapse |
Failed
|
QueryTests
test_get_all_property_groups_with_name
History
|
< 1 sec |
RestException: { "status": 500, "type": "about:blank", "detail": "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.", "title": "Internal Server Error" }
self = <tests.query_tests.QueryTests testMethod=test_get_all_property_groups_with_name>
def test_get_all_property_groups_with_name(self):
groups = self.client.get_properties(TEST_DATASET,
> 'name=exists()')
query_tests.py:22:
(21 more lines...)
|