-
Notifications
You must be signed in to change notification settings - Fork 250
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
test: run query engine tests with query compiler #5146
Draft
aqrln
wants to merge
5
commits into
main
Choose a base branch
from
push-qrnvpsponvyr
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CodSpeed Performance ReportMerging #5146 will not alter performanceComparing Summary
|
WASM Query Engine file Size
|
aqrln
force-pushed
the
push-qrnvpsponvyr
branch
16 times, most recently
from
February 5, 2025 11:30
22900bc
to
f9fd55e
Compare
aqrln
force-pushed
the
push-qrnvpsponvyr
branch
from
February 5, 2025 11:35
f9fd55e
to
a41edef
Compare
aqrln
force-pushed
the
push-qoyxpstyypys
branch
from
February 5, 2025 11:35
d157164
to
c468ec2
Compare
aqrln
force-pushed
the
push-qrnvpsponvyr
branch
from
February 5, 2025 13:15
a41edef
to
e212505
Compare
aqrln
force-pushed
the
push-qoyxpstyypys
branch
from
February 5, 2025 13:15
c468ec2
to
eaefcbd
Compare
aqrln
force-pushed
the
push-qrnvpsponvyr
branch
from
February 5, 2025 13:52
e212505
to
3f14267
Compare
aqrln
force-pushed
the
push-qoyxpstyypys
branch
from
February 5, 2025 13:52
eaefcbd
to
ffebe63
Compare
aqrln
force-pushed
the
push-qrnvpsponvyr
branch
2 times, most recently
from
February 5, 2025 14:54
0f58c9e
to
c462b32
Compare
aqrln
force-pushed
the
push-qrnvpsponvyr
branch
from
February 5, 2025 15:55
c462b32
to
e0162d2
Compare
aqrln
force-pushed
the
push-qrnvpsponvyr
branch
11 times, most recently
from
February 7, 2025 15:08
f56e8e9
to
4f41af3
Compare
aqrln
force-pushed
the
push-qrnvpsponvyr
branch
3 times, most recently
from
February 7, 2025 15:35
b97aa4c
to
738c06f
Compare
aqrln
force-pushed
the
push-qrnvpsponvyr
branch
6 times, most recently
from
February 7, 2025 17:37
bb38722
to
bd47aae
Compare
Extract `panic-utils` crate and consistently use it for downcasting panic payloads to strings across the codebase. The implementation is a bit more efficient than what was used previously and avoids unnecessary allocations, and also fixes a few bugs related to only one of the two possible cases handled when downcasting panic payloads. The most egregious was the case in `sql-query-connector` where we tried downcasting a panic from the database driver to `String` and then unwrapped the result, leading to possible double panics if the original panic was of the form `panic!("message")` and not `panic!("message: {details}")` and thus the panic payload was a `&static str` and not a `String`.
aqrln
force-pushed
the
push-qrnvpsponvyr
branch
4 times, most recently
from
February 7, 2025 18:39
2a647b0
to
36ca19d
Compare
aqrln
force-pushed
the
push-qrnvpsponvyr
branch
from
February 7, 2025 23:45
36ca19d
to
89e463a
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes: https://linear.app/prisma-company/issue/ORM-555/make-prisma-engines-tests-run-with-query-compiler