Build: #357 failed

Job: Default Job failed

Stages & jobs

  1. Default Stage

Job result summary

Completed
Duration
4 seconds
Agent
Default Agent
Revision
f5ba60895a19d29a0bdeb45f1ea0a21e684a5969
Total tests
15
Failing since
#351 (Code changes detected – )
Fixed in
#358 (Manual run by sstachelski)

Tests

  • 15 tests in total
  • 1 test failed
  • 4 tests were fixed
  • 2 tests were quarantined / skipped
  • < 1 second taken in total.
Existing test failures 1
Status Test Failing since Duration
AssertionError: 2 != 1
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]
        )
(4 more lines...)
Fixed tests 4
Status Test Failing since Duration
Successful LinkTests test_add_link History
Failing since build #351 (Code changes detected) < 1 sec
Successful PropertyGroupTests test_add_one_property_group History
Failing since build #351 (Code changes detected) < 1 sec
Successful QueryTests test_get_all_property_groups History
Failing since build #351 (Code changes detected) < 1 sec
Successful QueryTests test_get_all_property_groups_with_eq History
Failing since build #351 (Code changes detected) < 1 sec

Error summary

The build generated some errors. See the full build log for more details.

Traceback (most recent call last):
  File "./setup_docker_env.py", line 51, in <module>
    docker_client.stop(dbservice)
NameError: name 'dbservice' is not defined