Skip to content

fix: e2e main test node setup is failing because of missing pnpm #627

fix: e2e main test node setup is failing because of missing pnpm

fix: e2e main test node setup is failing because of missing pnpm #627

GitHub Actions / JUnit Test Report failed Dec 15, 2024 in 0s

18 tests run, 6 passed, 10 skipped, 2 failed.

Annotations

Check failure on line 175 in ts

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

ts.BootC Extension › Bootc images for architecture: amd64 › Building images › Building bootable image type: RAW

bootc-extension.spec.ts:139:11 Building bootable image type: RAW
Raw output
[chromium] › src\bootc-extension.spec.ts:139:11 › BootC Extension › Bootc images for architecture: amd64 › Building images  › Building bootable image type: RAW › Wait for condition  to become 'true' 

    Error: Build didn't finish before timeout!

       at src\model\bootc-page.ts:193

      191 |   async waitUntilCurrentBuildIsFinished(timeout = 600000): Promise<void> {
      192 |     const dialogMessageLocator = this.page.getByLabel('Dialog Message');
    > 193 |     await waitUntil(
          |     ^
      194 |       async () =>
      195 |         (await this.getCurrentStatusOfLatestEntry()) === 'error' ||
      196 |         (await this.getCurrentStatusOfLatestEntry()) === 'success' ||
        at C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\node_modules\@podman-desktop\tests-playwright\src\utility\wait.ts:49:13
        at p (C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\node_modules\@podman-desktop\tests-playwright\src\utility\wait.ts:77:3)
        at BootcPage.waitUntilCurrentBuildIsFinished (C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\src\model\bootc-page.ts:193:5)
        at BootcPage.buildDiskImage (C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\src\model\bootc-page.ts:154:5)
        at C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\src\bootc-extension.spec.ts:175:28

Check failure on line 129 in ts

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

ts.BootC Extension › Bootc images for architecture: arm64 › Build bootc image from containerfile for architecture: arm64

bootc-extension.spec.ts:111:7 Build bootc image from containerfile for architecture: arm64
Raw output
[chromium] › src\bootc-extension.spec.ts:111:7 › BootC Extension › Bootc images for architecture: arm64 › Build bootc image from containerfile for architecture: arm64 

    Error: Timeout (30000 ms) was reach while waiting for condition () to become 'true'

      128 |
      129 |         await playExpect
    > 130 |           .poll(async () => await imagesPage.waitForImageExists(imageName, 30_000), { timeout: 0 })
          |                             ^
      131 |           .toBeTruthy();
      132 |         imageBuildFailed = false;
      133 |       });
        at C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\node_modules\@podman-desktop\tests-playwright\src\utility\wait.ts:49:13
        at p (C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\node_modules\@podman-desktop\tests-playwright\src\utility\wait.ts:77:3)
        at C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\node_modules\@podman-desktop\tests-playwright\src\model\pages\images-page.ts:156:7
        at Object.playExpect.poll.timeout (C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\src\bootc-extension.spec.ts:130:29)
        at C:\Users\rhqp\pd-e2e\podman-desktop-extension-bootc\tests\playwright\src\bootc-extension.spec.ts:129:9