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

[MISC] Move scheduled tests #297

Merged
merged 3 commits into from
Jul 22, 2024
Merged

[MISC] Move scheduled tests #297

merged 3 commits into from
Jul 22, 2024

Conversation

dragomirp
Copy link
Contributor

@dragomirp dragomirp commented Jul 22, 2024

  • Revert scheduled test move
  • Update charm libs
  • Fix for transient model error seen in CI

Copy link

codecov bot commented Jul 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.47%. Comparing base (4b9a60e) to head (ae6d69a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #297      +/-   ##
==========================================
+ Coverage   71.35%   71.47%   +0.11%     
==========================================
  Files           7        7              
  Lines        1201     1206       +5     
  Branches      211      211              
==========================================
+ Hits          857      862       +5     
  Misses        266      266              
  Partials       78       78              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines +175 to +178
except ModelError:
event.defer()
logger.error("deferring database-created hook - cannot access secrets")
return
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to mention this in PR description.

@dragomirp dragomirp marked this pull request as ready for review July 22, 2024 12:57
Copy link
Contributor

@taurus-forever taurus-forever left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. If you want, we can keep this running at 16:53 for a couple more days (to see 400kB gone after dpw update.

Comment on lines +175 to +178
except ModelError:
event.defer()
logger.error("deferring database-created hook - cannot access secrets")
return
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to mention this in PR description.

@dragomirp dragomirp merged commit 5bf52c8 into main Jul 22, 2024
52 checks passed
@dragomirp dragomirp deleted the move-scheduled-tests branch July 22, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants