canonical / mysql-operator

Machine charm for MySQL following the operator framework
https://charmhub.io/mysql
Apache License 2.0
6 stars 8 forks source link

tests: pin tenacity to <8.4 #469

Open tonyandrewmeyer opened 3 weeks ago

tonyandrewmeyer commented 3 weeks ago

Issue

Unit tests fail with tenacity 8.4.

Solution

Pin tenacity to < 8.4. I assume you'll want to figure out how to use 8.4 and adjust the tests appropriately, but for now this makes relocking work.

Fixes #468.

dimaqq commented 3 weeks ago

Same comment as here: https://github.com/canonical/mysql-k8s-operator/pull/443#issuecomment-2188198087

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.54%. Comparing base (e7c1809) to head (eebc7f8). Report is 22 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #469 +/- ## ========================================== + Coverage 66.25% 66.54% +0.28% ========================================== Files 17 18 +1 Lines 3180 3871 +691 Branches 424 537 +113 ========================================== + Hits 2107 2576 +469 - Misses 935 1109 +174 - Partials 138 186 +48 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.