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 disabling retries in CI by default #20786

Closed
wants to merge 15 commits into from

Conversation

ijjk
Copy link
Member

@ijjk ijjk commented Jan 5, 2021

No description provided.

@ijjk

This comment has been minimized.

@ijjk

This comment has been minimized.

@ijjk

This comment has been minimized.

@ijjk

This comment has been minimized.

@ijjk

This comment has been minimized.

@ijjk

This comment has been minimized.

@ijjk

This comment has been minimized.

@ijjk

This comment has been minimized.

@ijjk

This comment has been minimized.

@ijjk

This comment has been minimized.

@ijjk

This comment has been minimized.

@ijjk

This comment has been minimized.

@ijjk

This comment has been minimized.

@ijjk

This comment has been minimized.

@ijjk ijjk mentioned this pull request Jan 7, 2021
kodiakhq bot pushed a commit that referenced this pull request Jan 7, 2021
This adds retrying for getting redbox content and ensures the `next.config.js` file is cleaned up for the dynamic-routing test suite.

x-ref: #20786 (comment)
@ijjk

This comment has been minimized.

@ijjk
Copy link
Member Author

ijjk commented Jan 11, 2021

Stats from current PR

Default Server Mode (Decrease detected ✓)
General
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
buildDuration 9.3s 8.6s -751ms
nodeModulesSize 80.8 MB 80.8 MB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
/ failed reqs 0 0
/ total time (seconds) 1.729 1.898 ⚠️ +0.17
/ avg req/sec 1446.12 1317.39 ⚠️ -128.73
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.119 1.129 ⚠️ +0.01
/error-in-render avg req/sec 2234.13 2214.24 ⚠️ -19.89
Client Bundles (main, webpack, commons)
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
677f882d2ed8..b025.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-e66dcae..6635.js gzip 6.63 kB 6.63 kB
webpack-50be..df5b.js gzip 751 B 751 B
Overall change 59.4 kB 59.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
polyfills-81..14d7.js gzip 31.2 kB 31.2 kB
Overall change 31.2 kB 31.2 kB
Client Pages
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Rendered Page Sizes
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
index.html gzip 615 B 615 B
link.html gzip 619 B 619 B
withRouter.html gzip 608 B 608 B
Overall change 1.84 kB 1.84 kB

Serverless Mode
General
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
buildDuration 10.5s 10.4s -65ms
nodeModulesSize 80.8 MB 80.8 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
677f882d2ed8..b025.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-e66dcae..6635.js gzip 6.63 kB 6.63 kB
webpack-50be..df5b.js gzip 751 B 751 B
Overall change 59.4 kB 59.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
polyfills-81..14d7.js gzip 31.2 kB 31.2 kB
Overall change 31.2 kB 31.2 kB
Client Pages
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Serverless bundles
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_error.js 1 MB 1 MB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 1 MB 1 MB
link.js 1.06 MB 1.06 MB
routerDirect.js 1.05 MB 1.05 MB
withRouter.js 1.05 MB 1.05 MB
Overall change 5.18 MB 5.18 MB
Commit: 0abba6e

@ijjk
Copy link
Member Author

ijjk commented Jan 11, 2021

Failing test suites

Commit: 0abba6e

test/integration/dynamic-routing/test/index.test.js

  • Dynamic Routing > dev mode > should show error when interpolating fails for href
Expand output

● Dynamic Routing › dev mode › should show error when interpolating fails for href

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

Expected: true
Received: false

  790 |         .elementByCss('#view-post-1-interpolated-incorrectly')
  791 |         .click()
> 792 |       expect(await hasRedbox(browser)).toBe(true)
      |                                        ^
  793 |       const header = await getRedboxHeader(browser)
  794 |       expect(header).toContain(
  795 |         'The provided `href` (/[name]?another=value) value is missing query values (name) to be interpolated properly.'

  at Object.<anonymous> (integration/dynamic-routing/test/index.test.js:792:40)

test/integration/prerender/test/index.test.js

  • SSG Prerender > serverless mode > should reload page on failed data request, and retry
Expand output

● SSG Prerender › serverless mode › should reload page on failed data request, and retry

expect(received).toMatch(expected)

Expected pattern: /post.*?post-999/
Received string:  ""

  689 | 
  690 |       const text = await browser.elementByCss('#params').text()
> 691 |       expect(text).toMatch(/post.*?post-999/)
      |                    ^
  692 |     })
  693 |   }
  694 | 

  at Object.<anonymous> (integration/prerender/test/index.test.js:691:20)
      at runMicrotasks (<anonymous>)

@ijjk
Copy link
Member Author

ijjk commented Jan 30, 2021

Stats from current PR

Default Server Mode (Increase detected ⚠️)
General
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
buildDuration 10.5s 10.3s -184ms
nodeModulesSize 75 MB 75 MB
Page Load Tests Overall increase ✓
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
/ failed reqs 0 0
/ total time (seconds) 2.038 2.014 -0.02
/ avg req/sec 1226.82 1241.49 +14.67
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.296 1.249 -0.05
/error-in-render avg req/sec 1929.08 2002.33 +73.25
Client Bundles (main, webpack, commons)
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
677f882d2ed8..38ed.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 6.63 kB 6.63 kB
webpack-HASH.js gzip 751 B 751 B
Overall change 59.4 kB 59.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
polyfills-HASH.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Rendered Page Sizes
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
index.html gzip 613 B 613 B
link.html gzip 618 B 618 B
withRouter.html gzip 606 B 606 B
Overall change 1.84 kB 1.84 kB

Serverless Mode
General
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
buildDuration 12.5s 12s -446ms
nodeModulesSize 75 MB 75 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
677f882d2ed8..38ed.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 6.63 kB 6.63 kB
webpack-HASH.js gzip 751 B 751 B
Overall change 59.4 kB 59.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
polyfills-HASH.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Serverless bundles
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_error.js 1 MB 1 MB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 1 MB 1 MB
link.js 1.06 MB 1.06 MB
routerDirect.js 1.05 MB 1.05 MB
withRouter.js 1.05 MB 1.05 MB
Overall change 5.19 MB 5.19 MB

Webpack 5 Mode (Increase detected ⚠️)
General
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
buildDuration 13.1s 12.8s -265ms
nodeModulesSize 75 MB 75 MB
Page Load Tests Overall increase ✓
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
/ failed reqs 0 0
/ total time (seconds) 2.076 2.013 -0.06
/ avg req/sec 1204.2 1242.19 +37.99
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.453 1.326 -0.13
/error-in-render avg req/sec 1720.19 1884.75 +164.56
Client Bundles (main, webpack, commons)
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
597-7c719119..27b6.js gzip 13 kB 13 kB
framework.HASH.js gzip 39.3 kB 39.3 kB
main-HASH.js gzip 6.57 kB 6.57 kB
webpack-HASH.js gzip 954 B 954 B
Overall change 59.8 kB 59.8 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
polyfills-HASH.js gzip 31.1 kB 31.1 kB
Overall change 31.1 kB 31.1 kB
Client Pages
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_app-6e0a903..b885.js gzip 1.26 kB 1.26 kB
_error-7a100..a392.js gzip 3.38 kB 3.38 kB
hooks-f7e199..11b9.js gzip 904 B 904 B
index-3dc22c..ffbb.js gzip 232 B 232 B
link-c010d28..b60a.js gzip 1.63 kB 1.63 kB
routerDirect..323a.js gzip 308 B 308 B
withRouter-a..2ef8.js gzip 304 B 304 B
Overall change 8.02 kB 8.02 kB
Client Build Manifests
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_buildManifest.js gzip 299 B 299 B
Overall change 299 B 299 B
Rendered Page Sizes
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
index.html gzip 586 B 586 B
link.html gzip 592 B 592 B
withRouter.html gzip 579 B 579 B
Overall change 1.76 kB 1.76 kB

Diffs

Diff for index.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/",
         "query": {},
-        "buildId": "BDTzfUNwatrTGbDu2hnKw",
+        "buildId": "HIj-VGObY7XL_0SvSEkYr",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/BDTzfUNwatrTGbDu2hnKw/_buildManifest.js"
+      src="/_next/static/HIj-VGObY7XL_0SvSEkYr/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/BDTzfUNwatrTGbDu2hnKw/_ssgManifest.js"
+      src="/_next/static/HIj-VGObY7XL_0SvSEkYr/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for link.html
@@ -48,7 +48,7 @@
         "props": { "pageProps": {} },
         "page": "/link",
         "query": {},
-        "buildId": "BDTzfUNwatrTGbDu2hnKw",
+        "buildId": "HIj-VGObY7XL_0SvSEkYr",
         "isFallback": false,
         "gip": true
       }
@@ -82,11 +82,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/BDTzfUNwatrTGbDu2hnKw/_buildManifest.js"
+      src="/_next/static/HIj-VGObY7XL_0SvSEkYr/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/BDTzfUNwatrTGbDu2hnKw/_ssgManifest.js"
+      src="/_next/static/HIj-VGObY7XL_0SvSEkYr/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for withRouter.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/withRouter",
         "query": {},
-        "buildId": "BDTzfUNwatrTGbDu2hnKw",
+        "buildId": "HIj-VGObY7XL_0SvSEkYr",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/BDTzfUNwatrTGbDu2hnKw/_buildManifest.js"
+      src="/_next/static/HIj-VGObY7XL_0SvSEkYr/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/BDTzfUNwatrTGbDu2hnKw/_ssgManifest.js"
+      src="/_next/static/HIj-VGObY7XL_0SvSEkYr/_ssgManifest.js"
       async=""
     ></script>
   </body>
Commit: 21b4f4b

@ijjk
Copy link
Member Author

ijjk commented Jan 30, 2021

Failing test suites

Commit: 21b4f4b

test/integration/script-loader/test/index.test.js

  • Script Loader > priority lazy
Expand output

● Script Loader › priority lazy

thrown: "Exceeded timeout of 300000 ms for a test.
Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test."

  66 |   })
  67 | 
> 68 |   it('priority lazy', async () => {
     |   ^
  69 |     let browser
  70 |     try {
  71 |       browser = await webdriver(appPort, '/page3')

  at integration/script-loader/test/index.test.js:68:3
  at Object.<anonymous> (integration/script-loader/test/index.test.js:21:1)

@ijjk ijjk mentioned this pull request Feb 1, 2021
@ijjk
Copy link
Member Author

ijjk commented Feb 1, 2021

Stats from current PR

Default Server Mode (Decrease detected ✓)
General
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
buildDuration 10s 10s
nodeModulesSize 75 MB 75 MB
Page Load Tests Overall decrease ⚠️
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
/ failed reqs 0 0
/ total time (seconds) 1.986 2.048 ⚠️ +0.06
/ avg req/sec 1258.6 1220.7 ⚠️ -37.9
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.239 1.251 ⚠️ +0.01
/error-in-render avg req/sec 2018.07 1998.52 ⚠️ -19.55
Client Bundles (main, webpack, commons)
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
677f882d2ed8..49c4.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 6.63 kB 6.63 kB
webpack-HASH.js gzip 751 B 751 B
Overall change 59.4 kB 59.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
polyfills-HASH.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Rendered Page Sizes
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
index.html gzip 613 B 613 B
link.html gzip 619 B 619 B
withRouter.html gzip 607 B 607 B
Overall change 1.84 kB 1.84 kB

Serverless Mode
General
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
buildDuration 12.2s 12.2s -59ms
nodeModulesSize 75 MB 75 MB
Client Bundles (main, webpack, commons)
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
677f882d2ed8..49c4.js gzip 13.1 kB 13.1 kB
framework.HASH.js gzip 39 kB 39 kB
main-HASH.js gzip 6.63 kB 6.63 kB
webpack-HASH.js gzip 751 B 751 B
Overall change 59.4 kB 59.4 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
polyfills-HASH.js gzip 31.3 kB 31.3 kB
Overall change 31.3 kB 31.3 kB
Client Pages
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_app-2a09aa2..4a98.js gzip 1.28 kB 1.28 kB
_error-8b758..aef6.js gzip 3.46 kB 3.46 kB
hooks-c71ae4..70cd.js gzip 887 B 887 B
index-bbee2f..528b.js gzip 227 B 227 B
link-7faf09b..eba4.js gzip 1.64 kB 1.64 kB
routerDirect..bf84.js gzip 303 B 303 B
withRouter-a..5826.js gzip 302 B 302 B
Overall change 8.09 kB 8.09 kB
Client Build Manifests
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_buildManifest.js gzip 321 B 321 B
Overall change 321 B 321 B
Serverless bundles
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_error.js 1 MB 1 MB
404.html 2.67 kB 2.67 kB
hooks.html 1.92 kB 1.92 kB
index.js 1 MB 1 MB
link.js 1.06 MB 1.06 MB
routerDirect.js 1.06 MB 1.06 MB
withRouter.js 1.06 MB 1.06 MB
Overall change 5.19 MB 5.19 MB

Webpack 5 Mode (Increase detected ⚠️)
General
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
buildDuration 12.1s 12.3s ⚠️ +249ms
nodeModulesSize 75 MB 75 MB
Page Load Tests Overall increase ✓
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
/ failed reqs 0 0
/ total time (seconds) 1.988 2.007 ⚠️ +0.02
/ avg req/sec 1257.44 1245.35 ⚠️ -12.09
/error-in-render failed reqs 0 0
/error-in-render total time (seconds) 1.271 1.227 -0.04
/error-in-render avg req/sec 1966.8 2037.06 +70.26
Client Bundles (main, webpack, commons)
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
597-6c246419..806f.js gzip 13 kB 13 kB
framework.HASH.js gzip 39.3 kB 39.3 kB
main-HASH.js gzip 6.57 kB 6.57 kB
webpack-HASH.js gzip 954 B 954 B
Overall change 59.8 kB 59.8 kB
Legacy Client Bundles (polyfills)
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
polyfills-HASH.js gzip 31.1 kB 31.1 kB
Overall change 31.1 kB 31.1 kB
Client Pages
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_app-6e0a903..b885.js gzip 1.26 kB 1.26 kB
_error-7a100..a392.js gzip 3.38 kB 3.38 kB
hooks-f7e199..11b9.js gzip 904 B 904 B
index-3dc22c..ffbb.js gzip 232 B 232 B
link-c010d28..b60a.js gzip 1.63 kB 1.63 kB
routerDirect..323a.js gzip 308 B 308 B
withRouter-a..2ef8.js gzip 304 B 304 B
Overall change 8.02 kB 8.02 kB
Client Build Manifests
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
_buildManifest.js gzip 299 B 299 B
Overall change 299 B 299 B
Rendered Page Sizes
vercel/next.js canary ijjk/next.js disable-ci-retrying Change
index.html gzip 584 B 584 B
link.html gzip 592 B 592 B
withRouter.html gzip 577 B 577 B
Overall change 1.75 kB 1.75 kB

Diffs

Diff for index.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/",
         "query": {},
-        "buildId": "DbznNZTgngOqSLynMHhUm",
+        "buildId": "527Q-uuAT02MaB9Puo-w6",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/DbznNZTgngOqSLynMHhUm/_buildManifest.js"
+      src="/_next/static/527Q-uuAT02MaB9Puo-w6/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/DbznNZTgngOqSLynMHhUm/_ssgManifest.js"
+      src="/_next/static/527Q-uuAT02MaB9Puo-w6/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for link.html
@@ -48,7 +48,7 @@
         "props": { "pageProps": {} },
         "page": "/link",
         "query": {},
-        "buildId": "DbznNZTgngOqSLynMHhUm",
+        "buildId": "527Q-uuAT02MaB9Puo-w6",
         "isFallback": false,
         "gip": true
       }
@@ -82,11 +82,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/DbznNZTgngOqSLynMHhUm/_buildManifest.js"
+      src="/_next/static/527Q-uuAT02MaB9Puo-w6/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/DbznNZTgngOqSLynMHhUm/_ssgManifest.js"
+      src="/_next/static/527Q-uuAT02MaB9Puo-w6/_ssgManifest.js"
       async=""
     ></script>
   </body>
Diff for withRouter.html
@@ -43,7 +43,7 @@
         "props": { "pageProps": {} },
         "page": "/withRouter",
         "query": {},
-        "buildId": "DbznNZTgngOqSLynMHhUm",
+        "buildId": "527Q-uuAT02MaB9Puo-w6",
         "isFallback": false,
         "gip": true
       }
@@ -77,11 +77,11 @@
       async=""
     ></script>
     <script
-      src="/_next/static/DbznNZTgngOqSLynMHhUm/_buildManifest.js"
+      src="/_next/static/527Q-uuAT02MaB9Puo-w6/_buildManifest.js"
       async=""
     ></script>
     <script
-      src="/_next/static/DbznNZTgngOqSLynMHhUm/_ssgManifest.js"
+      src="/_next/static/527Q-uuAT02MaB9Puo-w6/_ssgManifest.js"
       async=""
     ></script>
   </body>
Commit: 09915fd

@ijjk
Copy link
Member Author

ijjk commented Feb 1, 2021

Failing test suites

Commit: 09915fd

test/integration/script-loader/test/index.test.js

  • Script Loader > priority lazy
Expand output

● Script Loader › priority lazy

thrown: "Exceeded timeout of 300000 ms for a test.
Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test."

  66 |   })
  67 | 
> 68 |   it('priority lazy', async () => {
     |   ^
  69 |     let browser
  70 |     try {
  71 |       browser = await webdriver(appPort, '/page3')

  at integration/script-loader/test/index.test.js:68:3
  at Object.<anonymous> (integration/script-loader/test/index.test.js:21:1)

test/integration/prerender/test/index.test.js

  • SSG Prerender > enumlated serverless mode > should call /_error GIP on 500
Expand output

● SSG Prerender › enumlated serverless mode › should call /_error GIP on 500

expect(received).toMatch(expected)

Expected substring: "CUSTOM_ERROR_GIP_CALLED"
Received string:    ""

  1790 |         expect(res.status).toBe(500)
  1791 |         expect(await res.text()).toBe('FAIL_FUNCTION')
> 1792 |         expect(stderr).toMatch('CUSTOM_ERROR_GIP_CALLED')
       |                        ^
  1793 |         expect(stderr).not.toMatch('!!! WARNING !!!')
  1794 |       })
  1795 |     }

  at Object.<anonymous> (integration/prerender/test/index.test.js:1792:24)
      at runMicrotasks (<anonymous>)

@ijjk ijjk closed this Apr 20, 2021
@ijjk ijjk deleted the disable-ci-retrying branch April 20, 2021 17:46
@vercel vercel locked as resolved and limited conversation to collaborators Jan 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants