You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
At the moment I'm working on codecov integration issue. Having looked into the ci.yml, I saw that tests are not being carried out on Linux. In my opinion, this is a big problem, given that in opensearch-py repository, tests are run during ci / cd
What solution would you like?
Running tests during CI/CD
Do you have any additional context?
Additionally, I want to clarify something. In opensearch-py, Jenkins/Github actions only run server tests. And there is no clear separation of tests in this repository. Should tests be run at all?
The text was updated successfully, but these errors were encountered:
Most of our tests are mostly integration test as we need to pull data from opensearch or upload model to opensearch. So writing only unit test doesn't make enough sense for most of the cases.
Why do you think tests are not carried out on linux is a problem?
Tests are being run in Docker. One thing we can do is after running the tests in docker and generating the xml file of the code coverage in docker we can copy that file to the linux like this
Is your feature request related to a problem?
At the moment I'm working on codecov integration issue. Having looked into the ci.yml, I saw that tests are not being carried out on Linux. In my opinion, this is a big problem, given that in opensearch-py repository, tests are run during ci / cd
What solution would you like?
Running tests during CI/CD
Do you have any additional context?
Additionally, I want to clarify something. In opensearch-py, Jenkins/Github actions only run server tests. And there is no clear separation of tests in this repository. Should tests be run at all?
The text was updated successfully, but these errors were encountered: