opensearch-project / opensearch-cli

A full-featured command line interface (CLI) for OpenSearch.
https://opensearch.org/docs/latest/clients/cli/
Apache License 2.0
44 stars 24 forks source link

[Testing Confirmation] Confirm current testing requirements #75

Closed stephen-crawford closed 10 months ago

stephen-crawford commented 1 year ago

As part of the discussion around implementing an organization-wide testing policy, I am visiting each repo to see what tests they currently perform. I am conducting this work on GitHub so that it is easy to reference.

Looking at the OpenSearch CLI repository, it appears there is

Repository Unit Tests Integration Tests Backwards Compatibility Tests Additional Tests Link
OpenSearch CLI
  • - [x]
  • - [x]
  • - [ ]
  • https://github.com/opensearch-project/opensearch-cli/issues/75

    I don't see any requirements for code coverage in the testing documentation. If there are any specific requirements could you respond to this issue to let me know?

    If there are any tests I missed or anything you think all repositories in OpenSearch should have for testing please respond to this issue with details.

    VachaShah commented 10 months ago

    We have unit tests, integration tests and compatibility tests for various server versions for this repo.