-
Notifications
You must be signed in to change notification settings - Fork 238
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
qe: Allow to run query engine test suite against wasm engines #4467
Conversation
Should wasm test run be added to GH Actions now, even though it fails for pretty much every unskipped test? Or should we wait until vertical slice/functioning WASM engine is in |
query-engine/connector-test-kit-rs/query-tests-setup/src/connector_tag/js/external_process.rs
Show resolved
Hide resolved
CodSpeed Performance ReportMerging #4467 will not alter performanceComparing Summary
|
Added them to the workflow, but commented out until we have an actual engine. |
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.
Left non-blocking, but desirable feedback for simplifying a bit the runner configuration.
query-engine/connector-test-kit-rs/query-tests-setup/src/config.rs
Outdated
Show resolved
Hide resolved
731f128
to
a7dea5e
Compare
Intoroduces new environment variable/test config option,
`EXTERNAL_TEST_EXECUTOR_ENGINE` that can be either `NAPI` (default) or
`WASM` that affects which engine external test executor will start with.
Adds a bunch of additional test configs for driver adapters that
duplicate existing ones, but run against WASM engine.
Close prisma/team-orm#551
Specify engine option in `external_test_executor`
407819b
to
4fc6b33
Compare
Thank you for addressing the feedback! |
Intoroduces new environment variable/test config option,
EXTERNAL_TEST_EXECUTOR_ENGINE
that can be eitherNAPI
(default) orWASM
that affects which engine external test executor will start with.Adds a bunch of additional test configs for driver adapters that
duplicate existing ones, but run against WASM engine.
Close prisma/team-orm#551