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

test: disable client cache flaky test #48890

Merged
merged 3 commits into from
Apr 26, 2023

Merge branch 'canary' into test/disable-flaky

b7d0dce
Select commit
Failed to load commit list.
Merged

test: disable client cache flaky test #48890

Merge branch 'canary' into test/disable-flaky
b7d0dce
Select commit
Failed to load commit list.
Azure Pipelines / azure next.js failed Apr 26, 2023 in 13m 4s

Build #20230426.127 had test failures

Details

Tests

  • Failed: 309 (39.11%)
  • Passed: 477 (60.38%)
  • Other: 4 (0.51%)
  • Total: 790

Annotations

Check failure on line 4269 in Build log

See this annotation in the file changed.

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

Build log #L4269

Cmd.exe exited with code '1'.

Check failure on line 1 in Production Usage › should navigate through history after query update

See this annotation in the file changed.

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

Production Usage › should navigate through history after query update

Test failed
Raw output
  ● Production Usage › should navigate through history after query update

    page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:50104/
    =========================== logs ===========================
    navigating to "http://localhost:50104/", waiting until "load"
    ============================================================

      174 |       this.activeTrace = encodeURIComponent(url)
      175 |     }
    > 176 |     await page.goto(url, { waitUntil: 'load' })
          |                ^
      177 |   }
      178 |
      179 |   back(): BrowserInterface {

      at Playwright.loadPage (lib/browsers/playwright.ts:176:16)
      at webdriver (lib/next-webdriver.ts:110:3)
      at Object.<anonymous> (integration/production/test/index.test.js:76:21)

Check failure on line 1 in Production Usage › should handle query/hash correctly during query updating #hello? $search

See this annotation in the file changed.

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

Production Usage › should handle query/hash correctly during query updating #hello? $search

Test failed
Raw output
  ● Production Usage › should handle query/hash correctly during query updating #hello? $search

    page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:50104/#hello?
    =========================== logs ===========================
    navigating to "http://localhost:50104/#hello?", waiting until "load"
    ============================================================

      174 |       this.activeTrace = encodeURIComponent(url)
      175 |     }
    > 176 |     await page.goto(url, { waitUntil: 'load' })
          |                ^
      177 |   }
      178 |
      179 |   back(): BrowserInterface {

      at Playwright.loadPage (lib/browsers/playwright.ts:176:16)
      at webdriver (lib/next-webdriver.ts:110:3)
      at integration/production/test/index.test.js:110:25

Check failure on line 1 in Production Usage › should handle query/hash correctly during query updating ## $search

See this annotation in the file changed.

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

Production Usage › should handle query/hash correctly during query updating ## $search

Test failed
Raw output
  ● Production Usage › should handle query/hash correctly during query updating ## $search

    page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:50104/##
    =========================== logs ===========================
    navigating to "http://localhost:50104/##", waiting until "load"
    ============================================================

      174 |       this.activeTrace = encodeURIComponent(url)
      175 |     }
    > 176 |     await page.goto(url, { waitUntil: 'load' })
          |                ^
      177 |   }
      178 |
      179 |   back(): BrowserInterface {

      at Playwright.loadPage (lib/browsers/playwright.ts:176:16)
      at webdriver (lib/next-webdriver.ts:110:3)
      at integration/production/test/index.test.js:110:25

Check failure on line 1 in Production Usage › should handle query/hash correctly during query updating #? $search

See this annotation in the file changed.

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

Production Usage › should handle query/hash correctly during query updating #? $search

Test failed
Raw output
  ● Production Usage › should handle query/hash correctly during query updating #? $search

    page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:50104/#?
    =========================== logs ===========================
    navigating to "http://localhost:50104/#?", waiting until "load"
    ============================================================

      174 |       this.activeTrace = encodeURIComponent(url)
      175 |     }
    > 176 |     await page.goto(url, { waitUntil: 'load' })
          |                ^
      177 |   }
      178 |
      179 |   back(): BrowserInterface {

      at Playwright.loadPage (lib/browsers/playwright.ts:176:16)
      at webdriver (lib/next-webdriver.ts:110:3)
      at integration/production/test/index.test.js:110:25