-
Notifications
You must be signed in to change notification settings - Fork 12
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-2758 better messaging when no bucket #350
DPE-2758 better messaging when no bucket #350
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #350 +/- ##
==========================================
- Coverage 65.91% 65.78% -0.14%
==========================================
Files 17 17
Lines 3122 3130 +8
Branches 411 412 +1
==========================================
+ Hits 2058 2059 +1
- Misses 936 943 +7
Partials 128 128 ☔ View full report in Codecov by Sentry. |
dpe-2758-better-messaging-when-no-bucket # Conflicts: # .github/workflows/ci.yaml # lib/charms/data_platform_libs/v0/data_interfaces.py # lib/charms/mysql/v0/s3_helpers.py # tests/integration/test_backups.py # tox.ini
12e9f38
since reusable workflow cannot be nested
Blocked by: canonical/data-platform-workflows#111 |
dpe-2758-better-messaging-when-no-bucket # Conflicts: # .github/workflows/ci.yaml
Unblocked |
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.
tox.ini
Outdated
@@ -80,6 +80,7 @@ set_env = | |||
{[testenv]set_env} | |||
# Workaround for https://github.com/python-poetry/poetry/issues/6958 | |||
POETRY_INSTALLER_PARALLEL = false | |||
LIBJUJU_VERSION_SPECIFIER = {env:LIBJUJU_VERSION_SPECIFIER:3.2.2} |
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.
why was this added?
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.
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.
it shouldn't be in tox.ini
if removing it breaks something, please lmk
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.
iirc, was related to unit-test - anyway, it didn't broke anything
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! Thank you!
Lib sync/port from k8s PR#332