Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macos: two tests are failing under GHA #51

Open
ssbarnea opened this issue Mar 28, 2024 · 0 comments
Open

macos: two tests are failing under GHA #51

ssbarnea opened this issue Mar 28, 2024 · 0 comments

Comments

@ssbarnea
Copy link
Member

When running the testing under GHA, two tests are failing:

test_gpg_verify_manifest_scenario[valid checksum file and signature]

Error: 1mE       AssertionError: assert 'GPG signature verification succeeded' in '[ERROR] GPG signature verification failed.\n[NOTE ] Re-run with the global --debug flag for more information.\n'
[120](https://github.com/ansible/ansible-sign/actions/runs/8470365093/job/23207910758?pr=50#step:7:121)
Error:     +  where '[ERROR] GPG signature verification failed.\n[NOTE ] Re-run with the global --debug flag for more information.\n' = CaptureResult(out='[ERROR] GPG signature verification failed.\n[NOTE ] Re-run with the global --debug flag for more information.\n', err='').out

test_gpg_verify_manifest_scenario[valid signature but broken checksum file]
Error: 1mE       AssertionError: assert 'Invalid line encountered in checksum manifest' in '[ERROR] GPG signature verification failed.\n[NOTE ] Re-run with the global --debug flag for more information.\n'
[171](https://github.com/ansible/ansible-sign/actions/runs/8470365093/job/23207910758?pr=50#step:7:172)
Error:     +  where '[ERROR] GPG signature verification failed.\n[NOTE ] Re-run with the global --debug flag for more information.\n' = CaptureResult(out='[ERROR] GPG signature verification failed.\n[NOTE ] Re-run with the global --debug flag for more information.\n', err='').out

I was not able to reproduce the problem under my own machine, so I raised the bug for future tracking. We will temporary allow these two tests to fail in order to allow the CI to test other changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant