[PR #8450] [MERGED] ci: fix for cypress error in integration test #22225

Closed
opened 2026-04-20 03:59:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/8450
Author: @d4v3y0rk
Created: 1/10/2025
Status: Merged
Merged: 1/13/2025
Merged by: @tjbck

Base: devHead: fix-integration-test-error


📝 Commits (1)

  • 4d349ac potential fix for cypress error

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 .github/workflows/integration-test.yml (+2 -0)

📄 Description

Not making any changes to the code. I think I found a fix for the integration tests failure under 24.04 with the error:

MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER)
glx: failed to create drisw screen

DevTools listening on ws://127.0.0.1:42827/devtools/browser/d03bdaef-444c-4ce8-bc25-f84b709862cf

Github recently changed over to 24.04 for ubuntu-latest
Cypress has an open issue for this error related to ubuntu 24.04.
https://github.com/cypress-io/cypress/issues/29521
I commented on that issue with my test results. I found that this Environment variable fixed the issue in a 24.04 docker container.
I did some testing a found a potential fix. If you all will let that workflow run we can find out and maybe the integration tests will work again.

I did not follow the PR checklist because I was not changing any code or anything that needed tests, just trying to fix one of the tests itself...


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/8450 **Author:** [@d4v3y0rk](https://github.com/d4v3y0rk) **Created:** 1/10/2025 **Status:** ✅ Merged **Merged:** 1/13/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `fix-integration-test-error` --- ### 📝 Commits (1) - [`4d349ac`](https://github.com/open-webui/open-webui/commit/4d349ac5c9d5bc2e95556f0d53d15f25378c82a3) potential fix for cypress error ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/integration-test.yml` (+2 -0) </details> ### 📄 Description Not making any changes to the code. I think I found a fix for the integration tests failure under 24.04 with the error: ``` MESA: error: ZINK: vkCreateInstance failed (VK_ERROR_INCOMPATIBLE_DRIVER) glx: failed to create drisw screen DevTools listening on ws://127.0.0.1:42827/devtools/browser/d03bdaef-444c-4ce8-bc25-f84b709862cf ``` Github recently changed over to 24.04 for `ubuntu-latest` Cypress has an open issue for this error related to ubuntu 24.04. https://github.com/cypress-io/cypress/issues/29521 I commented on that issue with my test results. I found that this Environment variable fixed the issue in a 24.04 docker container. I did some testing a found a potential fix. If you all will let that workflow run we can find out and maybe the integration tests will work again. I did not follow the PR checklist because I was not changing any code or anything that needed tests, just trying to fix one of the tests itself... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 03:59:45 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#22225