Skip to content

Add method to perform all sql tests via FFI wrapped functions #15488

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

Open
timsaucer opened this issue Mar 29, 2025 · 0 comments
Open

Add method to perform all sql tests via FFI wrapped functions #15488

timsaucer opened this issue Mar 29, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@timsaucer
Copy link
Contributor

Is your feature request related to a problem or challenge?

As a follow on to the function work in #14562 we should add a way to run all of the existing tests through the FFI interface. This would give far greater confidence that the tests work as expected.

Describe the solution you'd like

It would be great to make a special session context that does not register any functions at all. Instead we grab all the default functions, turn them into FFI variants and then Foreign functions, and register those. Then run all tests using that session context to validate they all work as expected.

Describe alternatives you've considered

Continue building unit tests in FFI one by one

Additional context

No response

@timsaucer timsaucer added the enhancement New feature or request label Mar 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant