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-21.26be5d6cf2e9701a5f1b23ee523bb7056c72b269 #13841

Conversation

prisma-bot
Copy link
Contributor

@prisma-bot prisma-bot requested a review from a team June 15, 2022 16:34
@prisma-bot prisma-bot requested review from aqrln and removed request for a team June 15, 2022 16:34
@Jolg42
Copy link
Member

Jolg42 commented Jun 15, 2022

blocked by #13838

@Jolg42
Copy link
Member

Jolg42 commented Jun 15, 2022

also sdk fails with
https://github.com/prisma/prisma/runs/6904190747?check_suite_focus=true#step:10:737

  ● getDMMF › @@unique model
    expect(received).toMatchSnapshot()
    Snapshot name: `getDMMF @@unique model 1`
    - Snapshot  - 6
    + Received  + 6
    @@ -2429,11 +2429,11 @@
                    "inputTypes": Array [
                      Object {
                        "isList": false,
                        "location": "inputObjectTypes",
                        "namespace": "prisma",
    -                   "type": "UserUpdateOneRequiredWithoutPostsInput",
    +                   "type": "UserUpdateOneRequiredWithoutPostsNestedInput",
                      },
                    ],
                    "isNullable": false,
                    "isRequired": false,
                    "name": "author",
    @@ -2867,11 +2867,11 @@
                    "inputTypes": Array [
                      Object {
                        "isList": false,
                        "location": "inputObjectTypes",
                        "namespace": "prisma",
    -                   "type": "PostUpdateManyWithoutAuthorInput",
    +                   "type": "PostUpdateManyWithoutAuthorNestedInput",
                      },
                    ],
                    "isNullable": false,
                    "isRequired": false,
                    "name": "posts",
    @@ -2925,11 +2925,11 @@
                    "inputTypes": Array [
                      Object {
                        "isList": false,
                        "location": "inputObjectTypes",
                        "namespace": "prisma",
    -                   "type": "PostUncheckedUpdateManyWithoutAuthorInput",
    +                   "type": "PostUncheckedUpdateManyWithoutAuthorNestedInput",
                      },
                    ],
                    "isNullable": false,
                    "isRequired": false,
                    "name": "posts",
    @@ -6072,11 +6072,11 @@
                    "isNullable": false,
                    "isRequired": false,
                    "name": "update",
                  },
                ],
    -           "name": "UserUpdateOneRequiredWithoutPostsInput",
    +           "name": "UserUpdateOneRequiredWithoutPostsNestedInput",
              },
              Object {
                "constraints": Object {
                  "maxNumFields": 1,
                  "minNumFields": 1,
    @@ -6520,11 +6520,11 @@
                    "isNullable": false,
                    "isRequired": false,
                    "name": "deleteMany",
                  },
                ],
    -           "name": "PostUpdateManyWithoutAuthorInput",
    +           "name": "PostUpdateManyWithoutAuthorNestedInput",
              },
              Object {
                "constraints": Object {
                  "maxNumFields": null,
                  "minNumFields": null,
    @@ -6744,11 +6744,11 @@
                    "isNullable": false,
                    "isRequired": false,
                    "name": "deleteMany",
                  },
                ],
    -           "name": "PostUncheckedUpdateManyWithoutAuthorInput",
    +           "name": "PostUncheckedUpdateManyWithoutAuthorNestedInput",
              },
              Object {
                "constraints": Object {
                  "maxNumFields": null,
                  "minNumFields": null,
      246 |     })
      247 |
    > 248 |     expect(dmmf).toMatchSnapshot()
          |                  ^
      249 |   })
      250 |
      251 |   test('@@id model', async () => {
      at Object.toMatchSnapshot (src/__tests__/engine-commands/getDmmf.test.ts:248:18)
  ● getDMMF › chinook introspected schema
    expect(received).toMatchSnapshot()
    Snapshot name: `getDMMF chinook introspected schema 1`
    Snapshot: 883934
    Received: 884636
      288 |     })
      289 |     const str = JSON.stringify(dmmf)
    > 290 |     expect(str.length).toMatchSnapshot()
          |                        ^
      291 |   })
      292 |
      293 |   test('big schema', async () => {
      at Object.toMatchSnapshot (src/__tests__/engine-commands/getDmmf.test.ts:290:24)
 › 2 snapshots failed.

@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-21.26be5d6cf2e9701a5f1b23ee523bb7056c72b269 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