Fix "http: read on closed response body" error #13179
Annotations
2 errors, 2 warnings, and 1 notice
Playwright run:
webui/test/e2e/common/quickstart.spec.ts#L36
1) [quickstart] › common/quickstart.spec.ts:29:9 › Quickstart › view and query parquet object ────
Error: Timed out 5000ms waiting for expect(locator).not.toBeVisible()
Locator: getByText('Loading...')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for getByText('Loading...')
- locator resolved to <div role="alert" class="fade alert alert-info show">Loading...</div>
- unexpected value "visible"
- locator resolved to <div role="alert" class="fade alert alert-info show">Loading...</div>
- unexpected value "visible"
- locator resolved to <div role="alert" class="fade alert alert-info show">Loading...</div>
- unexpected value "visible"
- locator resolved to <div role="alert" class="fade alert alert-info show">Loading...</div>
- unexpected value "visible"
- locator resolved to <div role="alert" class="fade alert alert-info show">Loading...</div>
- unexpected value "visible"
- locator resolved to <div role="alert" class="fade alert alert-info show">Loading...</div>
- unexpected value "visible"
- locator resolved to <div role="alert" class="fade alert alert-info show">Loading...</div>
- unexpected value "visible"
- locator resolved to <div role="alert" class="fade alert alert-info show">Loading...</div>
- unexpected value "visible"
- locator resolved to <div role="alert" class="fade alert alert-info show">Loading...</div>
- unexpected value "visible"
34 | const repositoryPage = new RepositoryPage(page);
35 | await repositoryPage.clickObject(PARQUET_OBJECT_NAME);
> 36 | await expect(page.getByText("Loading...")).not.toBeVisible();
| ^
37 |
38 | const objectViewerPage = new ObjectViewerPage(page);
39 | await objectViewerPage.enterQuery(SELECT_QUERY);
at /home/runner/work/lakeFS/lakeFS/webui/test/e2e/common/quickstart.spec.ts:36:56
|
Playwright run
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/upload-artifact@v3, actions/github-script@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "generated-code", "lakefs-hadoopfs", "playwright-report", "spark-apps".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Playwright run
1 failed
[quickstart] › common/quickstart.spec.ts:29:9 › Quickstart › view and query parquet object ─────
3 skipped
7 passed (23.8s)
|
Loading