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

Support esm externals in app router #65041

Merged
merged 26 commits into from
May 7, 2024

revert

def0830
Select commit
Failed to load commit list.
Merged

Support esm externals in app router #65041

revert
def0830
Select commit
Failed to load commit list.
Azure Pipelines / azure next.js failed May 7, 2024 in 32m 31s

Build #20240507.118 had test failures

Details

Tests

  • Failed: 3 (1.16%, 0 new, 3 recurring)
  • Passed: 241 (93.05%)
  • Other: 15 (5.79%)
  • Total: 259

Annotations

Check failure on line 856 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure next.js

Build log #L856

Cmd.exe exited with code '1'.

Check failure on line 1 in create-next-app --example › should create if --example value is default

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure next.js

create-next-app --example › should create if --example value is default

Test failed
Raw output
  ● create-next-app --example › should create if --example value is default

    expect(received).toBe(expected) // Object.is equality

    Expected: true
    Received: false

      101 |   for (const file of files) {
      102 |     try {
    > 103 |       expect(existsSync(resolve(projectRoot, file))).toBe(true)
          |                                                      ^
      104 |     } catch (err) {
      105 |       require('console').error(
      106 |         `missing expected file ${file}`,

      at toBe (integration/create-next-app/lib/utils.ts:103:54)
      at projectFilesShouldExist (integration/create-next-app/lib/utils.ts:153:3)
      at integration/create-next-app/examples.test.ts:208:30
      at useTempDir (lib/use-temp-dir.ts:24:5)
      at Object.<anonymous> (integration/create-next-app/examples.test.ts:190:5)

Check failure on line 1 in create-next-app --example › should create if --example value is default

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure next.js

create-next-app --example › should create if --example value is default

Test failed
Raw output
  ● create-next-app --example › should create if --example value is default

    expect(received).toBe(expected) // Object.is equality

    Expected: true
    Received: false

      101 |   for (const file of files) {
      102 |     try {
    > 103 |       expect(existsSync(resolve(projectRoot, file))).toBe(true)
          |                                                      ^
      104 |     } catch (err) {
      105 |       require('console').error(
      106 |         `missing expected file ${file}`,

      at toBe (integration/create-next-app/lib/utils.ts:103:54)
      at projectFilesShouldExist (integration/create-next-app/lib/utils.ts:153:3)
      at integration/create-next-app/examples.test.ts:208:30
      at useTempDir (lib/use-temp-dir.ts:24:5)
      at Object.<anonymous> (integration/create-next-app/examples.test.ts:190:5)

Check failure on line 1 in create-next-app --example › should create if --example value is default

See this annotation in the file changed.

@azure-pipelines azure-pipelines / azure next.js

create-next-app --example › should create if --example value is default

Test failed
Raw output
  ● create-next-app --example › should create if --example value is default

    expect(received).toBe(expected) // Object.is equality

    Expected: true
    Received: false

      101 |   for (const file of files) {
      102 |     try {
    > 103 |       expect(existsSync(resolve(projectRoot, file))).toBe(true)
          |                                                      ^
      104 |     } catch (err) {
      105 |       require('console').error(
      106 |         `missing expected file ${file}`,

      at toBe (integration/create-next-app/lib/utils.ts:103:54)
      at projectFilesShouldExist (integration/create-next-app/lib/utils.ts:153:3)
      at integration/create-next-app/examples.test.ts:208:30
      at useTempDir (lib/use-temp-dir.ts:24:5)
      at Object.<anonymous> (integration/create-next-app/examples.test.ts:190:5)