-
Notifications
You must be signed in to change notification settings - Fork 1
[DPE-8030] Initial CI #3
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
Conversation
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
convention = "google" | ||
|
||
[tool.pyright] | ||
include = ["single_kernel_postgresql"] |
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.
Ignore the tests.
try: | ||
with self._connect_to_database() as connection, connection.cursor() as cursor: | ||
# Should always be present | ||
cursor.execute("SELECT last_archived_wal FROM pg_stat_archiver;") |
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.
Would this always return a value?
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.
I'm not sure.
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.
Basic config. Should only update the actions at the moment. Will add a follow up to bump the uv lock.
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.
Thank you so much for this, @dragomirp!
<!-- Run `lxd version` --> | ||
LXD: |
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.
Should we also add microk8s here?
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.
Added.
try: | ||
with self._connect_to_database() as connection, connection.cursor() as cursor: | ||
# Should always be present | ||
cursor.execute("SELECT last_archived_wal FROM pg_stat_archiver;") |
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.
I'm not sure.
Add: