Draft: prototype for [DMP review] a task should specify why it is triggered #1233
ci.yml
on: pull_request
Annotations
32 errors and 1 warning
Test (Python: 3.8, DB: mysql):
rdmo/projects/tests/test_viewset_project_progress.py#L135
test_progress_post_unchanged
assert 96 == 94
+ where 96 = <Project: Test>.progress_total
|
Test (Python: 3.8, DB: mysql):
rdmo/projects/tests/test_viewset_project_page.py#L120
test_detail_page_resolve_next_relevant_page[prev]
assert 200 == 303
+ where 200 = <Response status_code=200, "application/json">.status_code
|
Test (Python: 3.8, DB: mysql):
rdmo/projects/tests/test_viewset_project_page.py#L120
test_detail_page_resolve_next_relevant_page[next]
assert 200 == 303
+ where 200 = <Response status_code=200, "application/json">.status_code
|
Test (Python: 3.8, DB: mysql):
rdmo/projects/tests/test_conditions.py#L33
test_set_collection_error_none[0]
assert {'reason': "Value contains target text 'test'.", 'result': True, 'trigger_question_url': '/api/v1/projects/projects/1/pages/91/', 'trigger_value': 'test'} is True
|
Test (Python: 3.8, DB: mysql):
rdmo/projects/tests/test_conditions.py#L20
test_set_collection[1]
assert {'reason': "Value contains target text 'test'.", 'result': True, 'trigger_question_url': '/api/v1/projects/projects/1/pages/91/', 'trigger_value': 'test'} is True
|
Test (Python: 3.8, DB: mysql):
rdmo/projects/tests/test_conditions.py#L33
test_set_collection_error_none[1]
AssertionError: assert {'reason': 'No value contains the target text.', 'result': False, 'trigger_value': None} is False
|
Test (Python: 3.8, DB: mysql):
rdmo/projects/tests/test_conditions.py#L20
test_set_collection[0]
assert {'reason': "Value contains target text 'test'.", 'result': True, 'trigger_question_url': '/api/v1/projects/projects/1/pages/91/', 'trigger_value': 'test'} is True
|
Test (Python: 3.8, DB: mysql):
rdmo/projects/tests/test_conditions.py#L46
test_set_collection_error_true[1]
AssertionError: assert {'reason': 'No value contains the target text.', 'result': False, 'trigger_value': None} is False
|
Test (Python: 3.8, DB: mysql):
rdmo/projects/tests/test_conditions.py#L46
test_set_collection_error_true[0]
assert {'reason': "Value contains target text 'test'.", 'result': True, 'trigger_question_url': '/api/v1/projects/projects/1/pages/91/', 'trigger_value': 'test'} is True
|
Test (Python: 3.8, DB: mysql):
rdmo/projects/tests/test_navigation.py#L64
test_compute_navigation[http://example.com/terms/questions/catalog/collections]
AssertionError: http://example.com/terms/questions/catalog/conditions
assert 15 == 7
|
Test (Python: 3.8, DB: postgres)
The job was canceled because "_3_8_mysql" failed.
|
Test (Python: 3.8, DB: postgres):
rdmo/projects/tests/test_viewset_project_progress.py#L135
test_progress_post_unchanged
assert 96 == 94
+ where 96 = <Project: Test>.progress_total
|
Test (Python: 3.8, DB: postgres):
rdmo/projects/tests/test_viewset_project_page.py#L120
test_detail_page_resolve_next_relevant_page[next]
assert 200 == 303
+ where 200 = <Response status_code=200, "application/json">.status_code
|
Test (Python: 3.8, DB: postgres):
rdmo/projects/tests/test_viewset_project_page.py#L120
test_detail_page_resolve_next_relevant_page[prev]
assert 200 == 303
+ where 200 = <Response status_code=200, "application/json">.status_code
|
Test (Python: 3.8, DB: postgres):
rdmo/projects/tests/test_conditions.py#L46
test_set_collection_error_true[1]
AssertionError: assert {'reason': 'No value contains the target text.', 'result': False, 'trigger_value': None} is False
|
Test (Python: 3.8, DB: postgres):
rdmo/projects/tests/test_conditions.py#L20
test_set_collection[1]
assert {'reason': "Value contains target text 'test'.", 'result': True, 'trigger_question_url': '/api/v1/projects/projects/1/pages/91/', 'trigger_value': 'test'} is True
|
Test (Python: 3.8, DB: postgres):
rdmo/projects/tests/test_conditions.py#L20
test_set_collection[0]
assert {'reason': "Value contains target text 'test'.", 'result': True, 'trigger_question_url': '/api/v1/projects/projects/1/pages/91/', 'trigger_value': 'test'} is True
|
Test (Python: 3.8, DB: postgres):
rdmo/projects/tests/test_conditions.py#L33
test_set_collection_error_none[1]
AssertionError: assert {'reason': 'No value contains the target text.', 'result': False, 'trigger_value': None} is False
|
Test (Python: 3.8, DB: postgres):
rdmo/projects/tests/test_conditions.py#L46
test_set_collection_error_true[0]
assert {'reason': "Value contains target text 'test'.", 'result': True, 'trigger_question_url': '/api/v1/projects/projects/1/pages/91/', 'trigger_value': 'test'} is True
|
Test (Python: 3.8, DB: postgres):
rdmo/projects/tests/test_conditions.py#L33
test_set_collection_error_none[0]
assert {'reason': "Value contains target text 'test'.", 'result': True, 'trigger_question_url': '/api/v1/projects/projects/1/pages/91/', 'trigger_value': 'test'} is True
|
Test (Python: 3.8, DB: postgres):
rdmo/projects/tests/test_navigation.py#L64
test_compute_navigation[http://example.com/terms/questions/catalog/set]
AssertionError: http://example.com/terms/questions/catalog/conditions
assert 15 == 7
|
Test (Python: 3.12, DB: mysql)
The job was canceled because "_3_8_mysql" failed.
|
Test (Python: 3.12, DB: mysql):
rdmo/projects/tests/test_viewset_project_progress.py#L135
test_progress_post_unchanged
assert 96 == 94
+ where 96 = <Project: Test>.progress_total
|
Test (Python: 3.12, DB: mysql):
rdmo/projects/tests/test_viewset_project_page.py#L120
test_detail_page_resolve_next_relevant_page[prev]
assert 200 == 303
+ where 200 = <Response status_code=200, "application/json">.status_code
|
Test (Python: 3.12, DB: mysql):
rdmo/projects/tests/test_viewset_project_page.py#L120
test_detail_page_resolve_next_relevant_page[next]
assert 200 == 303
+ where 200 = <Response status_code=200, "application/json">.status_code
|
Test (Python: 3.12, DB: mysql)
The operation was canceled.
|
Test (Python: 3.12, DB: postgres)
The job was canceled because "_3_8_mysql" failed.
|
Test (Python: 3.12, DB: postgres):
rdmo/projects/tests/test_viewset_project_progress.py#L135
test_progress_post_unchanged
assert 96 == 94
+ where 96 = <Project: Test>.progress_total
|
Test (Python: 3.12, DB: postgres):
rdmo/projects/tests/test_viewset_project_page.py#L120
test_detail_page_resolve_next_relevant_page[next]
assert 200 == 303
+ where 200 = <Response status_code=200, "application/json">.status_code
|
Test (Python: 3.12, DB: postgres):
rdmo/projects/tests/test_viewset_project_page.py#L120
test_detail_page_resolve_next_relevant_page[prev]
assert 200 == 303
+ where 200 = <Response status_code=200, "application/json">.status_code
|
Test (Python: 3.12, DB: postgres)
The operation was canceled.
|
required-checks-pass
Process completed with exit code 1.
|
Test dev setup on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
screenshots
|
2.62 MB |
|
wheel
|
4.1 MB |
|