OCL API 2

Build: #1921 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
14 minutes
Labels
None
Revisions
OCL API 2
d68c448ca61dd7c35f9e6d954fb35fdea6e361c4 d68c448ca61dd7c35f9e6d954fb35fdea6e361c4
OCL CI
6544e7ed40ead274ba8b0995efe09bb9edfd8319 6544e7ed40ead274ba8b0995efe09bb9edfd8319
Fixed in
#1922 (Manual run from the stage: Release by Sunny Aggarwal.)
No failed test found. A possible compilation error occurred.

Responsible

Code commits

OCL API 2
Author Commit Message Commit date
Sunny Aggarwal. Sunny Aggarwal. d68c448ca61dd7c35f9e6d954fb35fdea6e361c4 d68c448ca61dd7c35f9e6d954fb35fdea6e361c4 OpenConceptLab/ocl_issues#1746 | concept/mapping new version creation error

Error summary for Run tests

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

    test_get_200 ... ok
    test_get_405 ... ok
    test_post ... ok
core.users.tests.tests.UserLogoViewTest
    test_post_200 ... ok
core.users.tests.tests.UserProfileTest
    test_auth_groups ... ok
    test_create_userprofile_positive ... ok
    test_deactivate ... /usr/local/lib/python3.10/site-packages/django/db/models/fields/__init__.py:1595: RuntimeWarning: DateTimeField UserProfile.deactivated_at received a naive datetime (2024-02-05 10:01:49.159513) while time zone support is active.
  warnings.warn(
ok
    test_delete ... /usr/local/lib/python3.10/site-packages/django/db/models/fields/__init__.py:1595: RuntimeWarning: DateTimeField UserProfile.deactivated_at received a naive datetime (2024-02-05 10:01:49.176443) while time zone support is active.
  warnings.warn(
ok
    test_email_verification_url ... ok
    test_full_name ... ok
    test_get_search_document ... ok
    test_get_token ... ok
    test_is_valid_auth_group ... ok
    test_mark_verified ... ok
    test_mnemonic ... ok
    test_name ... ok
    test_public_collections ... ok
    test_public_sources ... ok
    test_reset_password_url ... ok
    test_resource_type ... ok
    test_send_reset_password_email ... ok
    test_send_verification_email ... ok
    test_set_token ... ok
    test_status ... ok
    test_update_password ... ok
    test_user ... ok
    test_user_active_inactive_should_affect_children ... ok
    test_verify ... /usr/local/lib/python3.10/site-packages/django/db/models/fields/__init__.py:1595: RuntimeWarning: DateTimeField UserProfile.deactivated_at received a naive datetime (2024-02-05 10:01:50.474393) while time zone support is active.
  warnings.warn(
ok
core.value_sets.tests.ValueSetTest
    test_can_create_empty ... ok
    test_can_create_with_compose ... ok
    test_can_update_empty ... ok
    test_create_with_filter_and_concept ... ok
    test_create_with_filter_and_system ... ok
    test_expand ... ok
    test_public_can_find_globally ... ok
    test_public_can_find_globally_without_compose ... ok
    test_public_can_view ... ok
    test_unable_to_represent_as_fhir ... Traceback (most recent call last):
  File "/code/core/value_sets/serializers.py", line 253, in to_representation
    IdentifierSerializer.include_ocl_identifier(instance.uri, RESOURCE_TYPE, rep)
  File "/code/core/common/serializers.py", line 141, in include_ocl_identifier
    return IdentifierSerializer.parse_identifier(ident)
  File "/code/core/common/serializers.py", line 88, in parse_identifier
    raise ValidationError(
rest_framework.exceptions.ValidationError: [ErrorDetail(string='Identifier must be in a format: /{owner_type}/{owner_id}/{resourceType}/{resource_id}/, given: /invalid/uri', code='invalid')]
Failed to represent "/invalid/uri" as ValueSet
ok
    test_update_with_compose ... ok
    test_validate_code ... ok
    test_validate_code_globally ... ok
    test_validate_code_globally_negative ... ok
    test_validate_code_globally_via_post ... ok
    test_validate_code_negative ... ok
core.tasks.tests.UtilsTest
    test_wait_until_task_complete_finished ... ok
    test_wait_until_task_complete_pending ... ok

======================================================================
ERROR: test_resolve_reference_expression_non_existing (core.sources.tests.tests.SourceTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/code/core/sources/tests/tests.py", line 653, in test_resolve_reference_expression_non_existing
    resolved_source_version = Source.resolve_reference_expression('https://source.org.com|v2.0')
  File "/code/core/common/models.py", line 954, in resolve_reference_expression
    return cls.resolve_repo(Repository.get(criteria), version, is_canonical, resolution_url)
  File "/code/core/common/models.py", line 968, in resolve_repo
    instance.is_fqdn = is_canonical
AttributeError: 'NoneType' object has no attribute 'is_fqdn'

======================================================================
FAIL: test_resolve_reference_expression_existing (core.sources.tests.tests.SourceTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/code/core/sources/tests/tests.py", line 718, in test_resolve_reference_expression_existing
    self.assertEqual(resolved_version.id, None)
AssertionError: 4 != None

======================================================================
FAIL: test_resolve_reference_expression_with_canonical_url (core.sources.tests.tests.SourceTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/code/core/sources/tests/tests.py", line 807, in test_resolve_reference_expression_with_canonical_url
    self.assertEqual(
AssertionError: None != 1081

----------------------------------------------------------------------
Ran 841 tests in 647.063s

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