Build: #115 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Job result summary

Completed
Duration
58 seconds
Agent
Default Agent
Revision
656cc75fb7880e2e7bc029dc3144976594ca5680
Total tests
12
Failing since
#111 (Code changes detected – )
Fixed in
#140 (Code changes detected)

Tests

  • 12 tests in total
  • 4 tests failed
  • 2 tests were quarantined / skipped
  • 1 second taken in total.
Existing test failures 4
Status Test Failing since Duration
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_PROVENANCE)

link_tests.py:12: 
(16 more lines...)
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_PROVENANCE)

property_tests.py:13: 
(16 more lines...)
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_provenance>

    def setUp(self):
        super(PropertyTests, self).setUp()
>       data = self.client.get_properties(TEST_PROVENANCE)

property_tests.py:13: 
(16 more lines...)
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_PROVENANCE)

property_tests.py:13: 
(16 more lines...)