Skip to content

Commit 2c03244

Browse files
authored
fix(query compiler): add more known failing test (#26314)
1 parent 2c00187 commit 2c03244

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/client/tests/functional/client-engine-known-failures-js_pg.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ batch-transaction-isolation-level (provider=postgresql, js_pg) RepeatableRead
5151
batch-transaction-isolation-level (provider=postgresql, js_pg) Serializable
5252
batch-transaction-isolation-level (provider=postgresql, js_pg) invalid level generates run- and compile- time error
5353
batching (provider=postgresql, js_pg) batches findUnique
54+
batching (provider=postgresql, js_pg) batches findUniqueOrThrow
5455
batching (provider=postgresql, js_pg) does not batch different models
5556
batching (provider=postgresql, js_pg) does not batch different select
5657
batching (provider=postgresql, js_pg) does not batch different where
@@ -242,6 +243,7 @@ fluent-api-null (provider=postgresql, js_pg) extended client findFirst
242243
fluent-api-null (provider=postgresql, js_pg) extended client findFirst with include
243244
fluent-api-null (provider=postgresql, js_pg) extended client findFirst with select
244245
fluent-api-null (provider=postgresql, js_pg) extended client findFirstOrThrow
246+
fluent-api-null (provider=postgresql, js_pg) extended client findFirstOrThrow with include
245247
fluent-api-null (provider=postgresql, js_pg) extended client findFirstOrThrow with select
246248
fluent-api-null (provider=postgresql, js_pg) extended client findUnique
247249
fluent-api-null (provider=postgresql, js_pg) extended client findUnique with include
@@ -256,6 +258,7 @@ fluent-api-null (provider=postgresql, js_pg) regular client findFirst
256258
fluent-api-null (provider=postgresql, js_pg) regular client findFirst with include
257259
fluent-api-null (provider=postgresql, js_pg) regular client findFirst with select
258260
fluent-api-null (provider=postgresql, js_pg) regular client findFirstOrThrow
261+
fluent-api-null (provider=postgresql, js_pg) regular client findFirstOrThrow with include
259262
fluent-api-null (provider=postgresql, js_pg) regular client findFirstOrThrow with select
260263
fluent-api-null (provider=postgresql, js_pg) regular client findUnique
261264
fluent-api-null (provider=postgresql, js_pg) regular client findUnique with include

0 commit comments

Comments
 (0)