radius-project / samples

Radius samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Samples deployment failed for eshop

github-actions opened this issue · comments

Test failed on radius-project/samples. See workflow logs for more details.

AB#11219

error in eshop-azure. tracked by #909

eshop-azure-pod-logs.zip
playwright-report-eshop-azure (2).zip
logs_7662.zip


Running 3 tests using 1 worker
×××F×××FError text: "Failed to load resource: Message Corrupt"
×Error text: "Failed to load resource: Message Corrupt"
×Error text: "Failed to load resource: Message Corrupt"
×Error text: "Failed to load resource: Message Corrupt"
F

  1) [chromium] › eshop/eshop.app.spec.ts:3:5 › eShop on Containers App Basic UI and Functionality Checks 

    Error: page.goto: net::ERR_EMPTY_RESPONSE at http://localhost/
    =========================== logs ===========================
    navigating to "http://localhost/", waiting until "load"
    ============================================================

      15 |   endpoint = (endpoint as string).replace(/['"]+/g, '')
      16 |   
    > 17 |   await page.goto(endpoint);
         |              ^
      18 |
      19 |   // Expect page to have proper URL
      20 |   expect(page).toHaveURL(endpoint+"/catalog");

        at /home/runner/work/samples/samples/playwright/tests/eshop/eshop.app.spec.ts:17:14

    Retry #1 ───────────────────────────────────────────────────────────────────────────────────────

    Error: page.goto: net::ERR_EMPTY_RESPONSE at http://localhost/
    ```
    Closing