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

Fix Failing CI Integration Tests #428

Open
a-dubs opened this issue Sep 24, 2024 · 0 comments
Open

Fix Failing CI Integration Tests #428

a-dubs opened this issue Sep 24, 2024 · 0 comments

Comments

@a-dubs
Copy link
Collaborator

a-dubs commented Sep 24, 2024

3 tests are failing due to #409 and #410. These should be resolved ASAP because 2/3 failures seem to be symptoms of a regression being introduced. The other one just seems like an issue with how an integration tests is being setup / reusing a fixture.

FAILED tests/integration_tests/test_public_api.py::test_public_api_minimal_images*** - ValueError: Protocol message Instance has no "serviceAccounts" field.
FAILED tests/integration_tests/test_public_api.py::test_public_api*** - ValueError: Protocol message Instance has no "serviceAccounts" field.
ERROR tests/integration_tests/test_public_api.py::test_public_api_minimal_images*** - botocore.exceptions.ClientError: An error occurred (InvalidKeyPair.Duplicate) when calling the ImportKeyPair operation: The keypair 'pycl-test-0924-111426' already exists.

The first two relate to #409 and the last one relates to #410.

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

Successfully merging a pull request may close this issue.

1 participant