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 remote extension test with library component #11301

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tristan957
Copy link
Member

The current test was just SQL files only, but we also want to test a remote extension which includes a loadable library. With both extensions we should cover a larger portion of compute_ctl's remote extension code paths.

Fixes: #11146

Copy link

github-actions bot commented Mar 18, 2025

7975 tests run: 7591 passed, 0 failed, 384 skipped (full report)


Flaky tests (1)

Postgres 17

Code coverage* (full report)

  • functions: 32.4% (8731 of 26955 functions)
  • lines: 48.4% (74860 of 154546 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
309d74c at 2025-03-19T16:17:12.229Z :recycle:

The current test was just SQL files only, but we also want to test
a remote extension which includes a loadable library. With both
extensions we should cover a larger portion of compute_ctl's remote
extension code paths.

Signed-off-by: Tristan Partin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add test extension with library in test_download_extensions.py
1 participant