-
Notifications
You must be signed in to change notification settings - Fork 5
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
Cache charmcraft pack container, skip unstable tests except on schedule #47
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but old markers removal is up to Marcelo.
"client_relation: integration tests that test modern client relations", | ||
"scaling: integration tests for scaling pgbouncer", | ||
] | ||
markers = ["unstable"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Up 2 Marcelo here, PostgreSQL team might use some old marks... but most probably we are calling test through tox anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can safely remove those marks. They are not needed anymore, including the smoke
mark (used while developing client relations in the past).
"client_relation: integration tests that test modern client relations", | ||
"scaling: integration tests for scaling pgbouncer", | ||
] | ||
markers = ["unstable"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can safely remove those marks. They are not needed anymore, including the smoke
mark (used while developing client relations in the past).
Ported from canonical/mysql-k8s-operator#146