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

Fix repository tests #162

Closed
Tostti opened this issue Apr 5, 2024 · 0 comments · Fixed by #163
Closed

Fix repository tests #162

Tostti opened this issue Apr 5, 2024 · 0 comments · Fixed by #163
Assignees
Labels

Comments

@Tostti
Copy link
Member

Tostti commented Apr 5, 2024

The repository contains tests that are automatically executed on every commit. Those tests are failing some time ago, and we need to see the cause and fix them.

Procedure

  • Some of the errors came from snapshots that were not updated when the components were changed. The snapshots were correctly updated in the PR.
  • Other test are based on the https://github.com/opensearch-project/opensearch-dashboards-functional-test/ repository. As we don't have control over that, tests that failed for that reason were disabled in our repository.
  • Additionally, there were tests for systems that we don't currently support (Windows, macOS). Those tests were disabled to use less GitHub Actions time on each commit. If those systems are supported in the future, we can reenable them.
@Tostti Tostti self-assigned this Apr 5, 2024
@Tostti Tostti mentioned this issue Apr 5, 2024
7 tasks
@Tostti Tostti linked a pull request Apr 8, 2024 that will close this issue
7 tasks
@Tostti Tostti closed this as completed Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant