Skip to content

[#855] 4) membership request flow frontend integration #2744

[#855] 4) membership request flow frontend integration

[#855] 4) membership request flow frontend integration #2744

Triggered via pull request May 7, 2024 15:28
Status Failure
Total duration 6m 22s
Artifacts

tests.yml

on: pull_request
Matrix: Tests
Fit to window
Zoom out
Zoom in

Annotations

24 errors and 12 warnings
Tests (3.10, postgresql14, opensearch2): invenio_communities/communities/services/config.py#L1
Black format check --- /home/runner/work/invenio-communities/invenio-communities/invenio_communities/communities/services/config.py 2024-05-07 15:28:49.457120+00:00 +++ /home/runner/work/invenio-communities/invenio-communities/invenio_communities/communities/services/config.py 2024-05-07 15:31:09.823206+00:00 @@ -112,11 +112,13 @@ "members": CommunityLink("{+api}/communities/{id}/members"), "public_members": CommunityLink("{+api}/communities/{id}/members/public"), "invitations": CommunityLink("{+api}/communities/{id}/invitations"), "requests": CommunityLink("{+api}/communities/{id}/requests"), "records": CommunityLink("{+api}/communities/{id}/records"), - "membership_requests": CommunityLink("{+api}/communities/{id}/membership-requests"), # noqa + "membership_requests": CommunityLink( + "{+api}/communities/{id}/membership-requests" + ), # noqa } action_link = CommunityLink( "{+api}/communities/{id}/{action_name}", when=can_perform_action )
Tests (3.10, postgresql14, opensearch2): invenio_communities/members/services/request.py#L1
Black format check --- /home/runner/work/invenio-communities/invenio-communities/invenio_communities/members/services/request.py 2024-05-07 15:28:49.461120+00:00 +++ /home/runner/work/invenio-communities/invenio-communities/invenio_communities/members/services/request.py 2024-05-07 15:31:16.780937+00:00 @@ -25,10 +25,11 @@ def service(): """Service.""" return current_communities.service.members + # # CommunityInvitation: actions and request type #
Tests (3.10, postgresql14, opensearch2): tests/members/test_members_services.py#L1366
test_community_invitation_accept_notification assert 0 == 2 + where 0 = len([])
Tests (3.10, postgresql14, opensearch2): tests/members/test_members_services.py#L1478
test_community_invitation_decline_notification assert 0 == 2 + where 0 = len([])
Tests (3.10, postgresql14, opensearch2): tests/members/test_members_services.py#L1533
test_community_invitation_expire_notification assert 1 == 3 + where 1 = len([<flask_mail.Message object at 0x7f9c5153a170>])
Tests (3.10, postgresql14, opensearch2)
Process completed with exit code 1.
Tests (3.9, postgresql14, opensearch2): invenio_communities/communities/services/config.py#L1
Black format check --- /home/runner/work/invenio-communities/invenio-communities/invenio_communities/communities/services/config.py 2024-05-07 15:28:51.113140+00:00 +++ /home/runner/work/invenio-communities/invenio-communities/invenio_communities/communities/services/config.py 2024-05-07 15:31:22.581653+00:00 @@ -112,11 +112,13 @@ "members": CommunityLink("{+api}/communities/{id}/members"), "public_members": CommunityLink("{+api}/communities/{id}/members/public"), "invitations": CommunityLink("{+api}/communities/{id}/invitations"), "requests": CommunityLink("{+api}/communities/{id}/requests"), "records": CommunityLink("{+api}/communities/{id}/records"), - "membership_requests": CommunityLink("{+api}/communities/{id}/membership-requests"), # noqa + "membership_requests": CommunityLink( + "{+api}/communities/{id}/membership-requests" + ), # noqa } action_link = CommunityLink( "{+api}/communities/{id}/{action_name}", when=can_perform_action )
Tests (3.9, postgresql14, opensearch2): invenio_communities/members/services/request.py#L1
Black format check --- /home/runner/work/invenio-communities/invenio-communities/invenio_communities/members/services/request.py 2024-05-07 15:28:51.113140+00:00 +++ /home/runner/work/invenio-communities/invenio-communities/invenio_communities/members/services/request.py 2024-05-07 15:31:29.606616+00:00 @@ -25,10 +25,11 @@ def service(): """Service.""" return current_communities.service.members + # # CommunityInvitation: actions and request type #
Tests (3.9, postgresql14, opensearch2): tests/members/test_members_services.py#L1366
test_community_invitation_accept_notification assert 0 == 2 + where 0 = len([])
Tests (3.9, postgresql14, opensearch2): tests/members/test_members_services.py#L1478
test_community_invitation_decline_notification assert 0 == 2 + where 0 = len([])
Tests (3.9, postgresql14, opensearch2): tests/members/test_members_services.py#L1533
test_community_invitation_expire_notification assert 1 == 3 + where 1 = len([<flask_mail.Message object at 0x7f57d0d86a90>])
Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
Tests (3.11, postgresql14, opensearch2): invenio_communities/communities/services/config.py#L1
Black format check --- /home/runner/work/invenio-communities/invenio-communities/invenio_communities/communities/services/config.py 2024-05-07 15:28:50.979793+00:00 +++ /home/runner/work/invenio-communities/invenio-communities/invenio_communities/communities/services/config.py 2024-05-07 15:31:16.822414+00:00 @@ -112,11 +112,13 @@ "members": CommunityLink("{+api}/communities/{id}/members"), "public_members": CommunityLink("{+api}/communities/{id}/members/public"), "invitations": CommunityLink("{+api}/communities/{id}/invitations"), "requests": CommunityLink("{+api}/communities/{id}/requests"), "records": CommunityLink("{+api}/communities/{id}/records"), - "membership_requests": CommunityLink("{+api}/communities/{id}/membership-requests"), # noqa + "membership_requests": CommunityLink( + "{+api}/communities/{id}/membership-requests" + ), # noqa } action_link = CommunityLink( "{+api}/communities/{id}/{action_name}", when=can_perform_action )
Tests (3.11, postgresql14, opensearch2): invenio_communities/members/services/request.py#L1
Black format check --- /home/runner/work/invenio-communities/invenio-communities/invenio_communities/members/services/request.py 2024-05-07 15:28:50.979793+00:00 +++ /home/runner/work/invenio-communities/invenio-communities/invenio_communities/members/services/request.py 2024-05-07 15:31:23.716463+00:00 @@ -25,10 +25,11 @@ def service(): """Service.""" return current_communities.service.members + # # CommunityInvitation: actions and request type #
Tests (3.11, postgresql14, opensearch2): tests/members/test_members_services.py#L1366
test_community_invitation_accept_notification assert 0 == 2 + where 0 = len([])
Tests (3.11, postgresql14, opensearch2): tests/members/test_members_services.py#L1478
test_community_invitation_decline_notification assert 0 == 2 + where 0 = len([])
Tests (3.11, postgresql14, opensearch2): tests/members/test_members_services.py#L1533
test_community_invitation_expire_notification assert 1 == 3 + where 1 = len([<flask_mail.Message object at 0x7f4ac80c1590>])
Tests (3.11, postgresql14, opensearch2)
Process completed with exit code 1.
Tests (3.12, postgresql14, opensearch2): invenio_communities/communities/services/config.py#L1
Black format check --- /home/runner/work/invenio-communities/invenio-communities/invenio_communities/communities/services/config.py 2024-05-07 15:28:49.400391+00:00 +++ /home/runner/work/invenio-communities/invenio-communities/invenio_communities/communities/services/config.py 2024-05-07 15:31:35.847996+00:00 @@ -112,11 +112,13 @@ "members": CommunityLink("{+api}/communities/{id}/members"), "public_members": CommunityLink("{+api}/communities/{id}/members/public"), "invitations": CommunityLink("{+api}/communities/{id}/invitations"), "requests": CommunityLink("{+api}/communities/{id}/requests"), "records": CommunityLink("{+api}/communities/{id}/records"), - "membership_requests": CommunityLink("{+api}/communities/{id}/membership-requests"), # noqa + "membership_requests": CommunityLink( + "{+api}/communities/{id}/membership-requests" + ), # noqa } action_link = CommunityLink( "{+api}/communities/{id}/{action_name}", when=can_perform_action )
Tests (3.12, postgresql14, opensearch2): invenio_communities/members/services/request.py#L1
Black format check --- /home/runner/work/invenio-communities/invenio-communities/invenio_communities/members/services/request.py 2024-05-07 15:28:49.404391+00:00 +++ /home/runner/work/invenio-communities/invenio-communities/invenio_communities/members/services/request.py 2024-05-07 15:31:46.986394+00:00 @@ -25,10 +25,11 @@ def service(): """Service.""" return current_communities.service.members + # # CommunityInvitation: actions and request type #
Tests (3.12, postgresql14, opensearch2): tests/members/test_members_services.py#L1366
test_community_invitation_accept_notification assert 0 == 2 + where 0 = len([])
Tests (3.12, postgresql14, opensearch2): tests/members/test_members_services.py#L1478
test_community_invitation_decline_notification assert 0 == 2 + where 0 = len([])
Tests (3.12, postgresql14, opensearch2): tests/members/test_members_services.py#L1533
test_community_invitation_expire_notification assert 1 == 3 + where 1 = len([<flask_mail.Message object at 0x7fa10fbb2a20>])
Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.
Tests (3.10, postgresql14, opensearch2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (3.10, postgresql14, opensearch2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (3.9, postgresql14, opensearch2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (3.9, postgresql14, opensearch2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (3.11, postgresql14, opensearch2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (3.11, postgresql14, opensearch2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests (3.12, postgresql14, opensearch2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests (3.12, postgresql14, opensearch2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/