-
Notifications
You must be signed in to change notification settings - Fork 272
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
[BUG] Integration tests for dashboards failing with the image/latest we are currently using #4241
Comments
Will take a look on whether the changes of the user and home cause this issue. |
Using OSD tar on 2.12 7163 build on x64 as an example. Using 4.3 image will keep stucking on this step of without-security test for dashboards-maps:
In 4.2 it passes with this:
|
Seems like issues with the chromium browser, or compatibility between Cypress 9.5.4 and Chromium version over 114:
The cypress test will stuck on the Chromium version > 114. I even use the very old dockerfile that build 4.2 to build a new image here: https://github.com/opensearch-project/opensearch-build/blob/35048a49164337843efcf128a2b4245dc1559b8c/docker/ci/dockerfiles/current/test.rockylinux8.opensearch-dashboards.x64.arm64.dockerfile And it still stuck with the same issue, version is:
|
The 4.2 Rebuild Logs are here: |
I switch back to electron and the test passes.
|
There is no way to install chromium 114 now as the latest available on fedora project repo is already 120.
|
Firefox issues: cypress-io/cypress#18919
|
|
Chrome 121 show the same issue as chromium120. |
Approaches:
|
@kavilla @joshuarrrr @ashwin-pc @seraphjiang @AMoo-Miki We are thinking of using electron for 2.12.0 instead of Chromium due to the issues mentioned above. Can you provide your inputs? |
Is your feature request related to a problem? Please describe
Integtests dashboards jenkins workflow uses the docker image latest (v4 == v4.3 at the time of writing this)
This is failing for a few of the dashboard plugins with the following error
Sending interrupt signal to process
script returned exit code 143.
Sample build
Plugins failed:
The issue is seen with the new image which has been recently uploaded, but the the previous versions of the docker image are working fine. (previous version == 4.2)
Describe the solution you'd like
Debug the reason for the failing tests or revert the image latest to use the previous version for integ-testing
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: