opensearch-project / opensearch-py

Python Client for OpenSearch
https://opensearch.org/docs/latest/clients/python/
Apache License 2.0
338 stars 170 forks source link

skipping failing integ test that is newly added #652

Closed saimedhi closed 8 months ago

saimedhi commented 8 months ago

Description

A recently added rest-api-spec test is failing. Added it to the skip list here.

I will raise an issue to make all the skipping tests work.

closes #653

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (d905bef) 72.14% compared to head (928b609) 72.14%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #652 +/- ## ======================================= Coverage 72.14% 72.14% ======================================= Files 89 89 Lines 7945 7945 ======================================= Hits 5732 5732 Misses 2213 2213 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

saimedhi commented 8 months ago

@VachaShah, please take a look. Skipping few failing integration tests.

dblock commented 8 months ago

Let's merge this to get the CI to stay 🟢 ?