Fix StorageConfig response (II) #14294
esti.yaml
on: pull_request
Check if secrets are available.
3s
Generate code from latest lakeFS app
2m 20s
paths-filter
7s
Test lakeFS rclone export functionality
48s
Test changes in SDK against the python wrapper
0s
Test lakeFS Hadoop FileSystem
3m 49s
Test lakeFS multipart upload with Hadoop S3A
1m 29s
Test metastore client commands using trino
1m 3s
Run latest lakeFS app on AWS S3 DynamoDB KV
5m 34s
Run latest lakeFS app on Google Cloud Platform and Google Cloud Storage
6m 34s
Run latest lakeFS app on Azure with Azure blobstore
5m 29s
Run latest lakeFS app on Azure with Azure Data Lake Storage Gen2 and CosmosDB
10m 27s
Test lakeFS against the python wrapper client
1m 24s
E2E - DynamoDB Local - Local Block Adapter
3m 10s
Quickstart
1m 59s
Run latest lakeFS app on AWS S3 + Basic Auth
5m 29s
Matrix: Run latest lakeFS app on AWS S3
Matrix: spark
Test lakeFS metadata client export with Spark 3.x
1m 16s
Test unified gc
2m 4s
Annotations
12 errors, 1 warning, and 2 notices
[quickstart] › common/quickstart.spec.ts:23:9 › Quickstart › create repo w/ sample data:
webui/test/e2e/common/quickstart.spec.ts#L1
1) [quickstart] › common/quickstart.spec.ts:23:9 › Quickstart › create repo w/ sample data ───────
Test timeout of 30000ms exceeded.
|
[quickstart] › common/quickstart.spec.ts:23:9 › Quickstart › create repo w/ sample data:
webui/test/e2e/poms/repositoriesPage.ts#L39
1) [quickstart] › common/quickstart.spec.ts:23:9 › Quickstart › create repo w/ sample data ───────
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Repository ID')
at poms/repositoriesPage.ts:39
37 | async createRepository(repoName: string, includeSampleData: boolean): Promise<void> {
38 | await this.createRepositoryButtonLocator.click();
> 39 | await this.page.getByLabel("Repository ID").fill(repoName);
| ^
40 | if (includeSampleData) {
41 | await this.page.getByLabel("Add sample data, hooks, and configuration").check();
42 | }
at RepositoriesPage.createRepository (/home/runner/work/lakeFS/lakeFS/webui/test/e2e/poms/repositoriesPage.ts:39:53)
at /home/runner/work/lakeFS/lakeFS/webui/test/e2e/common/quickstart.spec.ts:26:9
|
Quickstart
Process completed with exit code 1.
|
E2E - DynamoDB Local - Local Block Adapter
Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run
|
[common] › common/readOnlyRepository.spec.ts:24:9 › Read Only Repository › Read only indicator shown on repository page and upload button is disabled:
webui/test/e2e/common/readOnlyRepository.spec.ts#L30
1) [common] › common/readOnlyRepository.spec.ts:24:9 › Read Only Repository › Read only indicator shown on repository page and upload button is disabled
Error: Timed out 5000ms waiting for expect(locator).toBeDisabled()
Locator: locator('text=Upload Object')
Expected: disabled
Received: enabled
Call log:
- expect.toBeDisabled with timeout 5000ms
- waiting for locator('text=Upload Object')
28 | const repositoryPage = new RepositoriesPage(page);
29 | await expect(repositoryPage.readOnlyIndicatorLocator).toBeVisible();
> 30 | await expect(repositoryPage.uploadButtonLocator).toBeDisabled();
| ^
31 | });
32 | })
at /home/runner/work/lakeFS/lakeFS/webui/test/e2e/common/readOnlyRepository.spec.ts:30:58
|
[common] › common/uploadFile.spec.ts:14:7 › Upload File › Create repo:
webui/test/e2e/common/uploadFile.spec.ts#L1
2) [common] › common/uploadFile.spec.ts:14:7 › Upload File › Create repo, Upload file check path ─
Test timeout of 30000ms exceeded.
|
[common] › common/uploadFile.spec.ts:14:7 › Upload File › Create repo:
webui/test/e2e/poms/repositoriesPage.ts#L39
2) [common] › common/uploadFile.spec.ts:14:7 › Upload File › Create repo, Upload file check path ─
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Repository ID')
at poms/repositoriesPage.ts:39
37 | async createRepository(repoName: string, includeSampleData: boolean): Promise<void> {
38 | await this.createRepositoryButtonLocator.click();
> 39 | await this.page.getByLabel("Repository ID").fill(repoName);
| ^
40 | if (includeSampleData) {
41 | await this.page.getByLabel("Add sample data, hooks, and configuration").check();
42 | }
at RepositoriesPage.createRepository (/home/runner/work/lakeFS/lakeFS/webui/test/e2e/poms/repositoriesPage.ts:39:53)
at /home/runner/work/lakeFS/lakeFS/webui/test/e2e/common/uploadFile.spec.ts:18:4
|
[common] › common/viewParquetObject.spec.ts:12:9 › Object Viewer - Parquet File › create repo w/ sample data:
webui/test/e2e/common/viewParquetObject.spec.ts#L1
3) [common] › common/viewParquetObject.spec.ts:12:9 › Object Viewer - Parquet File › create repo w/ sample data
Test timeout of 30000ms exceeded.
|
[common] › common/viewParquetObject.spec.ts:12:9 › Object Viewer - Parquet File › create repo w/ sample data:
webui/test/e2e/poms/repositoriesPage.ts#L39
3) [common] › common/viewParquetObject.spec.ts:12:9 › Object Viewer - Parquet File › create repo w/ sample data
Error: locator.fill: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByLabel('Repository ID')
at poms/repositoriesPage.ts:39
37 | async createRepository(repoName: string, includeSampleData: boolean): Promise<void> {
38 | await this.createRepositoryButtonLocator.click();
> 39 | await this.page.getByLabel("Repository ID").fill(repoName);
| ^
40 | if (includeSampleData) {
41 | await this.page.getByLabel("Add sample data, hooks, and configuration").check();
42 | }
at RepositoriesPage.createRepository (/home/runner/work/lakeFS/lakeFS/webui/test/e2e/poms/repositoriesPage.ts:39:53)
at /home/runner/work/lakeFS/lakeFS/webui/test/e2e/common/viewParquetObject.spec.ts:15:9
|
E2E - DynamoDB Local - Local Block Adapter
Process completed with exit code 1.
|
Run latest lakeFS app on Azure with Azure Data Lake Storage Gen2 and CosmosDB
Process completed with exit code 1.
|
Run latest lakeFS app on Azure with Azure Data Lake Storage Gen2 and CosmosDB
Process completed with exit code 15.
|
login-to-amazon-ecr
Your docker password is not masked. See https://github.com/aws-actions/amazon-ecr-login#docker-credentials for more information.
|
🎭 Playwright Run Summary
1 failed
[quickstart] › common/quickstart.spec.ts:23:9 › Quickstart › create repo w/ sample data ────────
4 skipped
6 passed (40.8s)
|
🎭 Playwright Run Summary
3 failed
[common] › common/readOnlyRepository.spec.ts:24:9 › Read Only Repository › Read only indicator shown on repository page and upload button is disabled
[common] › common/uploadFile.spec.ts:14:7 › Upload File › Create repo, Upload file check path ──
[common] › common/viewParquetObject.spec.ts:12:9 › Object Viewer - Parquet File › create repo w/ sample data
2 skipped
9 passed (1.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
generated-code
|
27.5 MB |
|
lakefs-hadoopfs
|
5.68 MB |
|
playwright-report
|
253 KB |
|
spark-apps
|
301 KB |
|