-
Notifications
You must be signed in to change notification settings - Fork 8
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
[DMS-301] E2E testing for OpenSearch queries #256
Conversation
Test Results583 tests +13 555 ✅ +10 2m 54s ⏱️ +9s Results for commit 3e25327. ± Comparison against base commit 762f0ec. This pull request removes 11 and adds 24 tests. Note that renamed tests count towards both.
This pull request skips 2 and un-skips 1 tests.
♻️ This comment has been updated with latest results. |
@@ -103,24 +67,6 @@ Feature: Read a Descriptor | |||
[] | |||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment from @stephenfuqua : @msilesgap when we merge this PR, some of the scenarios will move. We will need to update the spreadsheet accordingly.
Why? Suganya and I discussed and agreed that this would simplify our ability to only reset OpenSearch between tests if really needed. Thus we want to keep all of the OpenSearch-related tests together in one place. We thought about using tags, but there is also a setup step that needs to happen ("background"), and we did not want that setup step scattered in many different places.
@@ -0,0 +1,74 @@ | |||
Feature: Query String handling for GET requests for Descriptor Queries |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@msilesgap
All the descriptors tests with query string are moved to this new file
* Rename a bunch of files * Refactor the docker compose scripts * Appsettings refactor * Support for rebuilding the local image * No longer need this file
No description provided.