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

chore(deps): update engines to 3.16.0-20.0aec4ae87870e7538ddba4c08dc58e7e2e04902f #13838

Conversation

prisma-bot
Copy link
Contributor

@prisma-bot prisma-bot requested a review from a team June 15, 2022 12:37
@prisma-bot prisma-bot requested review from SevInf and removed request for a team June 15, 2022 12:37
@Jolg42
Copy link
Member

Jolg42 commented Jun 15, 2022

Fails with https://github.com/prisma/prisma/runs/6899819363?check_suite_focus=true#step:10:2002

FAIL src/__tests__/integration/happy/blog-env-cockroachdb/test.ts
  ● Test suite failed to run
    TypeError: Do not know how to serialize a BigInt
        at stringify (<anonymous>)
      at messageParent (../../node_modules/.pnpm/jest-worker@28.1.1/node_modules/jest-worker/build/workers/messageParent.js:33:19)
FAIL src/__tests__/json.test.ts
  ● json › should error if equals is missing
    expect(received).toThrowErrorMatchingSnapshot()
    Snapshot name: `json should error if equals is missing 1`
    - Snapshot  -  1
    + Received  + 12
      ↵
      Invalid `prisma.user()` invocation:
      {}
    - Unknown arg `hello` in where.json.hello for type JsonFilter. Did you mean `select`? Available args:
    + Unknown arg `hello` in where.json.hello for type JsonFilter. Did you mean `lt`? Available args:
      type JsonFilter {
        equals?: JsonNullValueFilter | Json
    +   path?: List<String>
    +   string_contains?: String
    +   string_starts_with?: String
    +   string_ends_with?: String
    +   array_contains?: Json | Null
    +   array_starts_with?: Json | Null
    +   array_ends_with?: Json | Null
    +   lt?: Json
    +   lte?: Json
    +   gt?: Json
    +   gte?: Json
        not?: JsonNullValueFilter | Json
      }
      ↵
      136 |       rootField: 'findManyUser',
      137 |     })
    > 138 |     expect(() => document.validate(undefined, false, 'user', 'colorless')).toThrowErrorMatchingSnapshot()
          |                                                                            ^
      139 |   })
      140 |
    -     1: 1,
    +     1: 1n,
        },
      ]
      51 |         }
      52 |       `)
    > 53 |     expect(queryRaw).toMatchInlineSnapshot(`
         |                      ^
      54 |         Array [
      55 |           Object {
      56 |             1: 1,
      at Object.<anonymous> (src/__tests__/integration/happy/prisma-promises/test.ts:53:22)
FAIL src/__tests__/integration/errors/raw-transaction/test.ts
  ● raw-transaction: queryRaw
    expect(received).toMatchInlineSnapshot(snapshot)
    Snapshot name: `raw-transaction: queryRaw 1`
    - Snapshot  - 1
    + Received  + 1
      Array [
        Array [
          Object {
    -       1: 1,
    +       1: 1n,
          },
        ],
      ]
      15 |   let result = await prisma.$transaction([prisma.$queryRaw`SELECT 1`])
      16 |

@Jolg42
Copy link
Member

Jolg42 commented Jun 15, 2022

Started with #13813 which is prisma/prisma-engines#2941

@aqrln
Copy link
Member

aqrln commented Jun 17, 2022

#13857

@aqrln aqrln closed this Jun 17, 2022
@aqrln aqrln deleted the deps/engines-3.16.0-20.0aec4ae87870e7538ddba4c08dc58e7e2e04902f branch June 17, 2022 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants