Skip to content
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

Create Python REST Library for Elasticsearch/OpenSearch #50

Closed
Tracked by #10
chelma opened this issue Dec 19, 2022 · 3 comments
Closed
Tracked by #10

Create Python REST Library for Elasticsearch/OpenSearch #50

chelma opened this issue Dec 19, 2022 · 3 comments
Assignees

Comments

@chelma
Copy link
Member

chelma commented Dec 19, 2022

Task

Per investigation/discussion as a part of #48 and #7, it was decided that rather than use a specific language client's abstraction for interacting with the UTF's clusters and determining the outcome of tests based on the deserialized language objects, we should instead interact w/ the clusters at the REST layer and base our test outcomes on that layer instead. This helps reduce the odds the UTF does produces different results than seen by customers of the base REST interface that is the key abstraction between client/server. As a result, we need to create a library that wraps and presents the REST interface of ES/OS clusters to the UTF.

Acceptance Criteria

@chelma
Copy link
Member Author

chelma commented Dec 20, 2022

Have the code written up for this an the FrameworkSteps updated to use it. Just need to add unit tests. Should have a PR out tomorrow.

@chelma
Copy link
Member Author

chelma commented Dec 21, 2022

PR for this task posted - #55

@chelma
Copy link
Member Author

chelma commented Dec 22, 2022

Code merged; resolving.

@chelma chelma closed this as completed Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant