-
Notifications
You must be signed in to change notification settings - Fork 283
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] OSD integTest lack additional_config entrypoint for both OS and OSD clusters #3589
Comments
Only partially resolved this issue in PR: |
[Triage] The issue is partially resolved. |
We have implemented the OSD side of configs already. |
Seems like there is a use case here: |
Low priority: for OpenSearch Dashboards we set Priority is low because we should figure out why that threshold is being hit. |
I wouldn't categorize this as a low priority since this is blocking running the tests with the same environment today locally and in the infra pipeline. Having identical test environments is key to reproducibility. Figuring out why we have to increase the memory limits is a different issue and I don't think we should tie the two together since that may be a bigger problem to solve and we shouldn't hold off on this feature on the hopes that that will be resolved. |
Hi,
This is related to OSD specific integTest.
In OS, the additional config entry can be grab from the opensearch-<>-test.json and added to the opensearch.yml.
In OSD, this functional is half-complete in service_opensearch_dashboards.py and only allow hardcoded entries, without interpreting the entries from opensearch-dashboards-<>-test.json.
Moreover, in OSD integTest you need to start both OS and OSD, means the additional config in OS also need a new param to hold, so it wont get mixed up with OSD additional config. Right now both are under
additional-cluster-configs
key and will both be pushed to opensearch_dashboards.yml.Thank.
The text was updated successfully, but these errors were encountered: