opensearch-project / opensearch-php

Official PHP Client for OpenSearch
Other
110 stars 58 forks source link

[Testing Confirmation] Confirm current testing requirements #127

Closed stephen-crawford closed 1 year 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 PHP repository, it appears there is

Repository Unit Tests Integration Tests Backwards Compatibility Tests Additional Tests Link
OpenSearch PHP
  • - [x]
  • - [x]
  • - [ ]
  • Link Checker, Changelog Verifier, Update Documentation https://github.com/opensearch-project/opensearch-php/issues/127

    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.

    harshavamsi commented 1 year ago

    The php client has integ tests that run the v2 client against v1 opensearch. Closing this issue as all testing requirements are met.