-
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
Improve mobile API tests #156578
Improve mobile API tests #156578
Conversation
🤖 GitHub commentsExpand to view the GitHub comments
Just comment with:
|
33341ae
to
bd3d9d4
Compare
Pinging @elastic/apm-ui (Team:APM) |
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 fixing
x-pack/test/apm_api_integration/tests/mobile/mobile_detailed_statistics_by_field.spec.ts
Outdated
Show resolved
Hide resolved
x-pack/test/apm_api_integration/tests/mobile/mobile_stats.spec.ts
Outdated
Show resolved
Hide resolved
816b636
to
41ea0bc
Compare
💔 Build FailedFailed CI StepsTest Failures
Metrics [docs]Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
x-pack/test/apm_api_integration/tests/mobile/mobile_detailed_statistics_by_field.spec.ts
Show resolved
Hide resolved
x-pack/test/apm_api_integration/tests/mobile/mobile_detailed_statistics_by_field.spec.ts
Outdated
Show resolved
Hide resolved
x-pack/test/apm_api_integration/tests/mobile/mobile_detailed_statistics_by_field.spec.ts
Outdated
Show resolved
Hide resolved
x-pack/test/apm_api_integration/tests/mobile/mobile_main_statistics_by_field.spec.ts
Outdated
Show resolved
Hide resolved
x-pack/test/apm_api_integration/tests/mobile/mobile_main_statistics_by_field.spec.ts
Outdated
Show resolved
Hide resolved
x-pack/test/apm_api_integration/tests/mobile/mobile_main_statistics_by_field.spec.ts
Outdated
Show resolved
Hide resolved
x-pack/test/apm_api_integration/tests/mobile/mobile_main_statistics_by_field.spec.ts
Outdated
Show resolved
Hide resolved
97c326c
to
04a3db5
Compare
x-pack/test/apm_api_integration/tests/mobile/mobile_detailed_statistics_by_field.spec.ts
Outdated
Show resolved
Hide resolved
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 - just some nits about sorting results before asserting whether they are equal.
bb1980d
to
7769951
Compare
e15aac2
to
2830246
Compare
4d279f0
to
59493f8
Compare
6572cbb
to
681ba0e
Compare
1a3c4e6
to
3c4338f
Compare
💚 Build Succeeded
Metrics [docs]Unknown metric groupsESLint disabled line counts
Total ESLint disabled count
History
To update your PR or re-run it, just comment with: |
There were some comments regarding the api test done for the mobile transactions main and detailed statistics as part of this [PR](#153044) ### Summary - add value specific test not just check if the response is empty (detailed statistics timeseries test) - calculate values based on the inputs for generating data, instead of like snapshot testing (throughput) This PR also contains the fixes for the following failing skipped tests - #156207 - #156218
There were some comments regarding the api test done for the mobile transactions main and detailed statistics as part of this PR
Summary
This PR also contains the fixes for the following failing skipped tests