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
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.
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
The text was updated successfully, but these errors were encountered: