Build: #307 failed
Job: Default Job failed
Test results
- 12 tests in total
- 10 tests failed
- 10 failures are new
- 2 tests were quarantined / skipped
- < 1 second taken in total.
Build 307 has the following 10 errors: 10 new failure(s) occurred since the previous build.
| Status | Test | Duration | |
|---|---|---|---|
| Collapse |
LinkTests
test_add_link
|
< 1 sec | |
IndexError: list index out of range
self = <tests.link_tests.LinkTests testMethod=test_add_link>
def test_add_link(self):
> result = self.client.add_link(self.flarecast_ids[0],
self.flarecast_ids[1],
'test link',
'test description')
(3 more lines...)
|
|||
| Collapse |
PropertyGroupTests
test_add_multiple_property_groups
|
< 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_PROVENANCE,
> [TEST_PGT_OBJECT, TEST_PGT_OBJECT_WITH_DATA]
)
(25 more lines...)
|
|||
| Collapse |
PropertyGroupTests
test_add_one_property_group
|
< 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_PROVENANCE,
> time_start=TEST_PGT_TIME_START
)
(25 more lines...)
|
|||
| Collapse |
PropertyTests
test_add_multiple_properties
|
< 1 sec | |
IndexError: list index out of range
self = <tests.property_tests.PropertyTests testMethod=test_add_multiple_properties>
def setUp(self):
super(PropertyTests, self).setUp()
data = self.client.get_properties(TEST_PROVENANCE)
> self.flarecast_id = data[0]['fc_id']
E IndexError: list index out of range
(2 more lines...)
|
|||
| Collapse |
PropertyTests
test_add_multiple_properties_from_other_provenance
|
< 1 sec | |
IndexError: list index out of range
self = <tests.property_tests.PropertyTests testMethod=test_add_multiple_properties_from_other_provenance>
def setUp(self):
super(PropertyTests, self).setUp()
data = self.client.get_properties(TEST_PROVENANCE)
> self.flarecast_id = data[0]['fc_id']
E IndexError: list index out of range
(2 more lines...)
|
|||
| Collapse |
PropertyTests
test_add_one_property
|
< 1 sec | |
IndexError: list index out of range
self = <tests.property_tests.PropertyTests testMethod=test_add_one_property>
def setUp(self):
super(PropertyTests, self).setUp()
data = self.client.get_properties(TEST_PROVENANCE)
> self.flarecast_id = data[0]['fc_id']
E IndexError: list index out of range
(2 more lines...)
|
|||
| Collapse |
ProvenanceTests
test_add_multiple_provenances
|
< 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.provenance_tests.ProvenanceTests testMethod=test_add_multiple_provenances>
def test_add_multiple_provenances(self):
> result = self.client.insert_provenances(TEST_PROVENANCES)
provenance_tests.py:15:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(22 more lines...)
|
|||
| Collapse |
ProvenanceTests
test_add_one_provenance
|
< 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.provenance_tests.ProvenanceTests testMethod=test_add_one_provenance>
def test_add_one_provenance(self):
> result = self.client.add_provenance(TEST_PROVENANCE)
provenance_tests.py:11:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(21 more lines...)
|
|||
| Collapse |
ProvenanceTests
test_add_provenance_twice
|
< 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.provenance_tests.ProvenanceTests testMethod=test_add_provenance_twice>
def test_add_provenance_twice(self):
> result = self.client.add_provenance(TEST_PROVENANCE)
provenance_tests.py:19:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(21 more lines...)
|
|||
| Collapse |
ProvenanceTests
test_get_provenance
|
< 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.provenance_tests.ProvenanceTests testMethod=test_get_provenance>
def test_get_provenance(self):
> result = self.client.get_provenances()
provenance_tests.py:23:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
(20 more lines...)
|
|||