Skip to content

Fix StorageConfig response (II) #14294

Fix StorageConfig response (II)

Fix StorageConfig response (II) #14294

Triggered via pull request February 28, 2025 09:21
Status Failure
Total duration 15m 27s
Billable time 13m
Artifacts 4

esti.yaml

on: pull_request
Check if secrets are available.
3s
Check if secrets are available.
Generate code from latest lakeFS app
2m 20s
Generate code from latest lakeFS app
paths-filter
7s
paths-filter
Build lakeFS HadoopFS
47s
Build lakeFS HadoopFS
Prepare Spark Apps
36s
Prepare Spark Apps
login-to-amazon-ecr
7s
login-to-amazon-ecr
Build and push rclone export Docker image
19s
Build and push rclone export Docker image
Build and push Docker image
2m 13s
Build and push Docker image
Build metadata client for Spark 3.x
11s
Build metadata client for Spark 3.x
Test lakeFS rclone export functionality
48s
Test lakeFS rclone export functionality
Test changes in SDK against the python wrapper
0s
Test changes in SDK against the python wrapper
Test lakeFS Hadoop FileSystem
3m 49s
Test lakeFS Hadoop FileSystem
Test lakeFS multipart upload with Hadoop S3A
1m 29s
Test lakeFS multipart upload with Hadoop S3A
Test metastore client commands using trino
1m 3s
Test metastore client commands using trino
Run latest lakeFS app on AWS S3 DynamoDB KV
5m 34s
Run latest lakeFS app on AWS S3 DynamoDB KV
Run latest lakeFS app on Google Cloud Platform and Google Cloud Storage
6m 34s
Run latest lakeFS app on Google Cloud Platform and Google Cloud Storage
Run latest lakeFS app on Azure with Azure blobstore
5m 29s
Run latest lakeFS app on Azure with Azure blobstore
Run latest lakeFS app on Azure with Azure Data Lake Storage Gen2 and CosmosDB
10m 27s
Run latest lakeFS app on Azure with Azure Data Lake Storage Gen2 and CosmosDB
Test lakeFS against the python wrapper client
1m 24s
Test lakeFS against the python wrapper client
E2E - DynamoDB Local - Local Block Adapter
3m 10s
E2E - DynamoDB Local - Local Block Adapter
Quickstart
1m 59s
Quickstart
Run latest lakeFS app on AWS S3 + Basic Auth
5m 29s
Run latest lakeFS app on AWS S3 + Basic Auth
Matrix: Run latest lakeFS app on AWS S3
Matrix: spark
Test lakeFS metadata client export with Spark 3.x
1m 16s
Test lakeFS metadata client export with Spark 3.x
Test unified gc
2m 4s
Test unified gc
Fit to window
Zoom out
Zoom in

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