Skip to content

[Security Solution] Reduces noise in test by mocking additional QueryClient functions#175266

Merged
spong merged 1 commit intoelastic:mainfrom
spong:fix-query-mock
Jan 22, 2024
Merged

[Security Solution] Reduces noise in test by mocking additional QueryClient functions#175266
spong merged 1 commit intoelastic:mainfrom
spong:fix-query-mock

Conversation

@spong
Copy link
Copy Markdown
Member

@spong spong commented Jan 22, 2024

Summary

After #174317, some of our Security Solution tests got quite noisy with the following errors:

This PR adds additional mocks to the SecuritySolution QueryClient to quiet the noise. Note, there was no underlying issue here, I had just missed adding these new mocks to the main SecuritySolution QueryClient (they were added to the other one within detections).

Testing

To test, run one of the offending tests locally and ensure you don't see the above errors, e.g. from kibana root:

node scripts/jest.js --runTestsByPath x-pack/plugins/security_solution/public/detection_engine/rule_management_ui/pages/coverage_overview/coverage_overview_dashboard.test.tsx

Checklist

Delete any items that are not applicable to this PR.

@spong spong added chore release_note:skip Skip the PR/issue when compiling release notes backport:skip This PR does not require backporting Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. Feature:Security Assistant Security Assistant v8.13.0 labels Jan 22, 2024
@spong spong self-assigned this Jan 22, 2024
@spong spong requested a review from a team as a code owner January 22, 2024 20:48
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/security-solution (Team: SecuritySolution)

Copy link
Copy Markdown
Contributor

@stephmilovic stephmilovic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks for the cleanup!

@kibana-ci
Copy link
Copy Markdown

💚 Build Succeeded

Metrics [docs]

✅ unchanged

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

cc @spong

@spong spong merged commit 1b242b8 into elastic:main Jan 22, 2024
@spong spong deleted the fix-query-mock branch January 22, 2024 22:00
CoenWarmer pushed a commit to CoenWarmer/kibana that referenced this pull request Feb 15, 2024
…yClient functions (elastic#175266)

## Summary

After elastic#174317, some of our
Security Solution tests got quite noisy with the following errors:


<p align="center">
<img width="700"
src="https://github.com/elastic/kibana/assets/2946766/c3a31a3e-e9f2-4b5b-97f7-097bee517d02"
/>
</p> 


This PR adds additional mocks to the SecuritySolution `QueryClient` to
quiet the noise. Note, there was no underlying issue here, I had just
missed adding these new mocks to the main SecuritySolution QueryClient
(they were added to the [other
one](https://github.com/elastic/kibana/pull/174317/files#diff-f6898b396527248e4f5b8fcb0a87d917e9787ca3956dbae9afbfdc093b977e57R42-R47)
within detections).


## Testing

To test, run one of the offending tests locally and ensure you don't see
the above errors, e.g. from kibana root:

```bash
node scripts/jest.js --runTestsByPath x-pack/plugins/security_solution/public/detection_engine/rule_management_ui/pages/coverage_overview/coverage_overview_dashboard.test.tsx
```

<p align="center">
<img width="700"
src="https://github.com/elastic/kibana/assets/2946766/a14460bf-214e-42b5-a1dd-6c3557bf38a7"
/>
</p> 

### Checklist

Delete any items that are not applicable to this PR.

- [X] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:skip This PR does not require backporting chore Feature:Security Assistant Security Assistant release_note:skip Skip the PR/issue when compiling release notes Team: SecuritySolution Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc. v8.13.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants