-
Notifications
You must be signed in to change notification settings - Fork 273
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
[QUESTION] Why are our Windows distribution tests failing? #4635
Comments
@peterzhuamazon can you take a look and help out here? I think all/most plugins are getting this autocut on main |
Tagging @rishabh6788 to help here. |
[Triage] |
We should be using
|
Closing the issue as windows distributions are going through the latest versions. Please feel free to re-open the issue if the issue persists. |
I think this is meant to be a bug report (either in our plugin or in this build repo) but I'm not 100% sure what the bug is or where it is. I'd like help to root cause so I can convert this to a proper bug report.
Problem
In dashboards-observability we've been getting an autocut issue for a failing distribution since February. The pipeline in question seems to fluctuate a lot between passing/unstable/failing. I've been diving through the logs to figure out what the issue is and am coming up blank: usually there's an
integ-test
section that says which tests are failing but this hasn't been present in any of the recent runs I've checked. It says "observabilityDashboards" is in the failing plugins list, but I can't locate the error.Possibly-Related Info
One hint I can find is that there are bootstrap issues in some of the logs, one suspicion I have is that we may need to tweak the pipeline to run with
--single-version=loose
or--single-version=ignore
:I also have asked some other coworkers about the logs and got directed to this dashboards issue about failing Windows tests, which also seems related, citing that the logs mention permissions issues for deleting test files (or perhaps something about running shell on Windows):
Question
Why is the distribution failing? Is it a problem with our plugin, or is it an issue in the build pipeline? Is
pipeline.log
even the right place to look to debug this?Context
I'm working on understanding and resolving these issues for our goal to fix all the flaky distribution tests by 2.14: opensearch-project/dashboards-observability#1670.
The text was updated successfully, but these errors were encountered: