Build: #558 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Job result summary

Completed
Duration
31 seconds
Agent
Default Agent
Revision
e733611b7429979e81fef194c18cdf2fe9bfef67
Total tests
10
Failing since
#529 (Code changes detected – )
Fixed in
#559 (Code changes detected)

Tests

  • 10 tests in total
  • 4 tests failed
  • < 1 second taken in total.
Existing test failures 4
Status Test Failing since Duration
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)
        post_request(
(17 more lines...)
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)
        post_request(
(17 more lines...)
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)
        post_request(
(17 more lines...)
AssertionError: 98 != 2
self = <tests.property_group_tests.PropertyGroupTests testMethod=test_3_get_property_groups>

    def test_3_get_property_groups(self):
        result = get_request(
            (self.service_url + self.__GET_REGIONS) %
            (TEST_REGIONS[0]["fk_dataset"])
        )
(4 more lines...)