OCL API 2

Build: #75 failed Changes by Sunny Aggarwal.

Stages & jobs

  1. Build

  2. Test

  3. Deploy for testing

    Requires a user to start manually
  4. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
17 minutes
Labels
None
Revisions
OCL API 2
af87d0c86edbd219aa20c8ccd2ca4abfe37b8887 af87d0c86edbd219aa20c8ccd2ca4abfe37b8887
OCL CI
3a5aa873674ab3c0ed904029536d426abb31bdd0 3a5aa873674ab3c0ed904029536d426abb31bdd0
Failing since
#73 (Changes by Rafal Korytkowski and Sunny Aggarwal.)
Fixed in
#78 (Manual run from the stage: Release by Rafal Korytkowski)
No failed test found. A possible compilation error occurred.

Responsible

Code commits

OCL API 2
Author Commit Message Commit date
Sunny Aggarwal. Sunny Aggarwal. af87d0c86edbd219aa20c8ccd2ca4abfe37b8887 af87d0c86edbd219aa20c8ccd2ca4abfe37b8887 OpenConceptLab/ocl_issues#1635 | fixing merge conflicts

Error summary for Run tests

The job generated some errors, drill down into the full build log for more details.

   'concept_class',
   'created_by',
   'created_on',
   'datatype',
   'descriptions',
   'display_locale',
   'display_name',
   'external_id',
   'extras',
   'id',
-  'latest_source_version',
   'names',
   'owner',
   'owner_type',
   'owner_url',
   'parent_concept_urls',
   'public_can_view',
   'retired',
   'source',
   'type',
   'update_comment',
   'updated_by',
   'updated_on',
   'url',
   'uuid',
   'version',
   'version_url',
   'versioned_object_id',
   'versions_url']

======================================================================
FAIL: test_search (core.integration_tests.tests_concepts.ConceptListViewTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/code/core/integration_tests/tests_concepts.py", line 1623, in test_search
    self.assertEqual(len(response.data), 1)
AssertionError: 0 != 1

======================================================================
FAIL: test_get_200_for_concept (core.integration_tests.tests_concepts.ConceptMappingsViewTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/code/core/integration_tests/tests_concepts.py", line 1004, in test_get_200_for_concept
    self.assertEqual(len(response.data), 1)
AssertionError: 0 != 1

======================================================================
FAIL: test_get_200_for_concept_version (core.integration_tests.tests_concepts.ConceptMappingsViewTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/code/core/integration_tests/tests_concepts.py", line 1030, in test_get_200_for_concept_version
    self.assertEqual(len(response.data), 1)
AssertionError: 0 != 1

======================================================================
FAIL: test_get_200 (core.integration_tests.tests_concepts.ConceptParentsViewTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/code/core/integration_tests/tests_concepts.py", line 1816, in test_get_200
    self.assertEqual(len(response.data), 2)
AssertionError: 0 != 2

======================================================================
FAIL: test_get_200 (core.integration_tests.tests_concepts.ConceptVersionsViewTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/code/core/integration_tests/tests_concepts.py", line 943, in test_get_200
    self.assertEqual(len(versions), 1)
AssertionError: 0 != 1

======================================================================
FAIL: test_get_200 (core.integration_tests.tests_mappings.MappingCollectionMembershipViewTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/code/core/integration_tests/tests_mappings.py", line 921, in test_get_200
    self.assertEqual(len(response.data), 2)
AssertionError: 0 != 2

======================================================================
FAIL: test_get_200 (core.integration_tests.tests_mappings.MappingListViewTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/code/core/integration_tests/tests_mappings.py", line 31, in test_get_200
    self.assertEqual(len(response.data), 1)
AssertionError: 0 != 1

======================================================================
FAIL: test_get_200 (core.integration_tests.tests_mappings.MappingVersionsViewTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/code/core/integration_tests/tests_mappings.py", line 714, in test_get_200
    self.assertEqual(len(response.data), 1)
AssertionError: 0 != 1

----------------------------------------------------------------------
Ran 798 tests in 639.920s

FAILED (failures=29, errors=2)
Preserving test database for alias 'default' ('test_postgres')...
1
Stopping ocl-oclapi20-rt_es_1 ...
Stopping ocl-oclapi20-rt_db_1 ...
Stopping ocl-oclapi20-rt_db_1 ... done
Stopping ocl-oclapi20-rt_es_1 ... done
Removing ocl-oclapi20-rt_es_1 ...
Removing ocl-oclapi20-rt_db_1 ...
Removing ocl-oclapi20-rt_es_1 ... done
Removing ocl-oclapi20-rt_db_1 ... done
Removing network ocl-oclapi20-rt_default
Removing volume ocl-oclapi20-rt_postgres-data
Removing volume ocl-oclapi20-rt_es-data
Removing volume ocl-oclapi20-rt_redis-data