-
Notifications
You must be signed in to change notification settings - Fork 20
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
[DPE-2804] Conditionally skip backup tests #310
Conversation
3a38557
to
7004e72
Compare
async def test_none() -> None: | ||
"""Empty test so that the suite will not fail if all tests are skippedi.""" | ||
pass |
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 should add local s3 tests (microceph? minio?) as a sanity check.
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.
JFYI, @paulomach has recently added microceph tests on MySQL, request details to reuse it.
# preview and explicit preview are enabled for CPY001 | ||
preview = true | ||
explicit-preview-rules = true |
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.
Linting complains otherwise.
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.
Nice. BTW, we can enable black on ruff now!
async def test_none() -> None: | ||
"""Empty test so that the suite will not fail if all tests are skippedi.""" | ||
pass |
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.
JFYI, @paulomach has recently added microceph tests on MySQL, request details to reuse it.
* Conditionally skip backup tests * Wrong step output * Bump libs Signed-off-by: Marcelo Henrique Neppel <[email protected]>
* Conditionally skip backup tests * Wrong step output * Bump libs Signed-off-by: Marcelo Henrique Neppel <[email protected]>
* Conditionally skip backup tests * Wrong step output * Bump libs
Issue
Can't run the backup integration tests without accessing secrets
Solution
Skip tests if PR from a forked repo
Test external PR: #311