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

Update Turbopack development test manifest #65965

Closed

Conversation

vercel-release-bot
Copy link
Collaborator

This auto-generated PR updates the development integration test manifest used when testing Turbopack.

@ijjk
Copy link
Member

ijjk commented May 20, 2024

Failing test suites

Commit: 4e6dc56

pnpm test-start test/production/deterministic-build/index.test.ts

  • deterministic build > should have same md5 file across build
Expand output

● deterministic build › should have same md5 file across build

expect(received).toEqual(expected) // deep equality

- Expected  - 2
+ Received  + 2

@@ -12,21 +12,21 @@
      "9fce7989bff5d35b01e177447faca50d",
      "d7aa1834e4b5ee75408143d266ce2f1c",
      "4f3949b630a0e25d6cb90a5a8a79459a",
      "c80caa65f66639d08c05a9f2de812440",
      "aea2e2d50c0ef0f2370c5517e41c1b9b",
-     "516200be33b1aab3050ffc9dca1c2d60",
+     "8bf882833e6cbc71fffaee41cfcc1280",
    ],
    "/app-route/edge/route": Array [
      "f01dde6d1611c10ea8a23ff804ab6032",
      "49318b1fadb2d705059a2e0d8df88bb6",
      "9fce7989bff5d35b01e177447faca50d",
      "d7aa1834e4b5ee75408143d266ce2f1c",
      "4f3949b630a0e25d6cb90a5a8a79459a",
      "c80caa65f66639d08c05a9f2de812440",
      "aea2e2d50c0ef0f2370c5517e41c1b9b",
-     "c2fae860f037974cfdca3ec1565290b6",
+     "aacd529f443183da4adf578c022c9cd8",
    ],
    "/pages-page/edge": Array [
      "f01dde6d1611c10ea8a23ff804ab6032",
      "49318b1fadb2d705059a2e0d8df88bb6",
      "9fce7989bff5d35b01e177447faca50d",

  63 |
  64 |   it('should have same md5 file across build', async () => {
> 65 |     expect(edgeBuildFileMd5Hashes[0]).toEqual(edgeBuildFileMd5Hashes[1])
     |                                       ^
  66 |     expect(nodeBuildFileMd5Hashes[0]).toEqual(nodeBuildFileMd5Hashes[1])
  67 |   })
  68 | })

  at Object.toEqual (production/deterministic-build/index.test.ts:65:39)

Read more about building and testing Next.js in contributing.md.

@github-actions github-actions bot added the locked label Jun 5, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants