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
This has been a long withstanding issue that keeps coming up in the pipeline every once and awhile (due to changes on the Service end). For the time being, the test only does the following:
Test that the Service accepts our SQL-like query
Test that our SQL-like query is well-formatted and does not return an exception
We would like to eventually extend the test to also do the following:
Verify the output matches the expected output. Due to changes in the Service end, byte-by-byte comparison has proven problematic. To alleviate this, we should probably get a better understanding of what this API call does so that we can compare the properties of the output rather than byte by byte (as any difference may just be due to formatting of the output, not an actual difference in the data being communicated).
The text was updated successfully, but these errors were encountered:
ghost
added
the
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
label
Jun 2, 2022
Hi @vincenttran-msft, we deeply appreciate your input into this project. Regrettably, this issue has remained unresolved for over 2 years and inactive for 30 days, leading us to the decision to close it. We've implemented this policy to maintain the relevance of our issue queue and facilitate easier navigation for new contributors. If you still believe this topic requires attention, please feel free to create a new issue, referencing this one. Thank you for your understanding and ongoing support.
This has been a long withstanding issue that keeps coming up in the pipeline every once and awhile (due to changes on the Service end). For the time being, the test only does the following:
We would like to eventually extend the test to also do the following:
The text was updated successfully, but these errors were encountered: