-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Enterprise Search] Refactor MockRouter test helper to not store payload #90206
Conversation
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.
LGTM. Thanks for doing this!
????????????????? WTF is Kibana CI erroring on? |
@constancecchen sorry about this, we had a little oopsy and all the in progress PRs died |
HAHA sorry Spencer, I forgot you are an omnipresent wizard. All good and no worries, I just like yelling at bots because they can't yell back (yet...) 🤖 |
@constancesearch yell upstream |
@elasticmachine merge upstream |
1 similar comment
@elasticmachine merge upstream |
Oh I should actually pay attention to errors someday. Looks like there's new WS tests to updoot |
- but instead intelligently validate payloads based on the request keys
…r validating query & body
Constance, thank you so much 100% awesome. |
59d289a
to
495fe39
Compare
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
…oad (#90206) (#90322) * Update MockRouter to not pass/set a this.payload - but instead intelligently validate payloads based on the request keys * Fix relevance tuning API routes to not need a separate mock router for validating query & body * Update all remaining tests to no longer pass a payload param to MockRouter
* master: (244 commits) [maps] Top hits per entity--change to title to use recent, minor edits (elastic#89254) [DOCS] Update installation details (elastic#90354) RFC for automatically generated typescript API documentation for every plugins public services, types, and functionality (elastic#86704) Elastic Maps Server config is `host` not `hostname` (elastic#90234) Use doc link services in index pattern management (elastic#89937) [Fleet] Managed Agent Policy (elastic#88688) [Workplace Search] Fix Source Settings bug (elastic#90242) [Enterprise Search] Refactor MockRouter test helper to not store payload (elastic#90206) Use doc link service in more Stack Monitoring pages (elastic#89050) [App Search] Relevance Tuning logic - actions and selectors only, no listeners (elastic#89313) Remove UI filters from UI (elastic#89793) Use newfeed.service config for all newsfeeds (elastic#90252) skip flaky suite (elastic#85086) Add readme to geo containment alert covering test alert setup (elastic#89625) [APM] Enabling yesterday option when 24 hours is selected (elastic#90017) Test user for maps tests under import geoJSON tests (elastic#86015) [Lens] Hide column in table (elastic#88680) [Security Solution][Detections] Reduce detection engine reliance on _source (elastic#89371) [Discover] Minor cleanup (elastic#90260) [Search Session][Management] Rename "cancel" button and delete "Reload" button (elastic#90015) ...
Summary
payload
param on MockRouter initializationSo now Jason no longer needs to create 2 separate routers to test both
query
andbody
payloads. Hooray!Checklist