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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
dev← Head:fix-integration-test-error📝 Commits (1)
4d349acpotential 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:
Github recently changed over to 24.04 for
ubuntu-latestCypress 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.