-
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
Remove APM stacktrace snapshots #79543
Conversation
These are not necessary and have caused problems for other contributors. Replace the snapshots with tests that check for errors or the structure of the results. Move the test files out of the __test__ directory and rename the directory to __fixtures__.
Pinging @elastic/apm-ui (Team:apm) |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
* Remove APM stacktrace snapshots These are not necessary and have caused problems for other contributors. Replace the snapshots with tests that check for errors or the structure of the results. Move the test files out of the __test__ directory and rename the directory to __fixtures__. # Conflicts: # x-pack/plugins/apm/public/components/shared/Stacktrace/__test__/__snapshots__/Stackframe.test.tsx.snap
These are not necessary and have caused problems for other contributors. Replace the snapshots with tests that check for errors or the structure of the results. Move the test files out of the __test__ directory and rename the directory to __fixtures__. # Conflicts: # x-pack/plugins/apm/public/components/shared/Stacktrace/__test__/__snapshots__/Stackframe.test.tsx.snap * Snapshot update
* Remove APM stacktrace snapshots These are not necessary and have caused problems for other contributors. Replace the snapshots with tests that check for errors or the structure of the results. Move the test files out of the __test__ directory and rename the directory to __fixtures__.
FYSA, I had to backport this to 7.10 to support a related dependency upgrade backport: #85369 No action needed, just wanted to let you know 😄 Edit: looking at the labels, it seems like it was intended to backport this to 7.10 but it just missed feature freeze and only made it into 7.11. I'll add the 7.11 label for posterity. |
These are not necessary and have caused problems for other contributors. Replace the snapshots with tests that check for errors or the structure of the results.
Move the test files out of the test directory and rename the directory to fixtures.