Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2E webkit tests fail with "Error: browserType.launch: Target page, context or browser has been closed - libicudata.so.74: cannot open shared object file" #3014

Closed
corneliusroemer opened this issue Oct 17, 2024 · 1 comment
Labels
bug Something isn't working e2e E2E test related github_actions Pull requests that update GitHub Actions code tests Test related issues

Comments

@corneliusroemer
Copy link
Contributor

Standard error logs from tests on main:

14) [webkit] › pages/search/index.spec.ts:90:5 › The search page › should reset the search ───────

    Error: browserType.launch: Target page, context or browser has been closed
    Browser logs:

    <launching> /home/runner/.cache/ms-playwright/webkit-2083/pw_run.sh --inspector-pipe --headless --no-startup-window
    <launched> pid=26[711](https://github.com/loculus-project/loculus/actions/runs/11381273502/job/31662310931#step:21:712)
    [pid=26711][err] /home/runner/.cache/ms-playwright/webkit-2083/minibrowser-wpe/bin/MiniBrowser: error while loading shared libraries: libicudata.so.74: cannot open shared object file: No such file or directory
    [pid=26711] <process did exit: exitCode=127, signal=null>
    [pid=26711] starting temporary directories cleanup
    Call log:
      - <launching> /home/runner/.cache/ms-playwright/webkit-2083/pw_run.sh --inspector-pipe --headless --no-startup-window
      - <launched> pid=26711
      - [pid=26711][err] /home/runner/.cache/ms-playwright/webkit-2083/minibrowser-wpe/bin/MiniBrowser: error while loading shared libraries: libicudata.so.74: cannot open shared object file: No such file or directory
      - [pid=26711] <process did exit: exitCode=127, signal=null>
      - [pid=26711] starting temporary directories cleanup
@corneliusroemer corneliusroemer added bug Something isn't working github_actions Pull requests that update GitHub Actions code e2e E2E test related tests Test related issues labels Oct 17, 2024
@corneliusroemer
Copy link
Contributor Author

Seems to have been fixed by #3016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working e2e E2E test related github_actions Pull requests that update GitHub Actions code tests Test related issues
Projects
None yet
Development

No branches or pull requests

1 participant