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

Add base.bootstrapped decorator to integration test #856

Merged
merged 1 commit into from May 17, 2023

Conversation

cderici
Copy link
Member

@cderici cderici commented May 17, 2023

Description

Looks like we accidentally took out a useful decorator in 5b55b35

The base.bootstrapped allows to test to skip (instead of failing) if there's no bootstrapped juju in the environment (which we don't in the merge jobs in jenkins).

QA Steps

All CI tests need to pass.

The github-check-merge-juju-python-libjuju job fails without this, so that job should be passing.

Notes & Discussion

#853 should rebase on master after this lands.

which allows to test to skip (instead of failing) if there's no
bootstrapped juju in the environment (which we don't in the merge jobs
in jenkins).

Looks like we accidentally took it out in
juju@5b55b35#diff-9405e0bc34a26ab57891171003bb7253b44c20fa921670f44b207c1971b413f1
@cderici cderici added bug fix A PR that fixes a bug CI About CI infra or tests labels May 17, 2023
@cderici
Copy link
Member Author

cderici commented May 17, 2023

/merge

@jujubot jujubot merged commit f666c71 into juju:master May 17, 2023
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix A PR that fixes a bug CI About CI infra or tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants