-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Reporting API test expansion and clean up #18986
Reporting API test expansion and clean up #18986
Conversation
await esArchiver.load('reporting/6_2'); | ||
// Not really neccessary to have data indexes, but it feels incomplete to leave out, and it is possible that | ||
// having data available could potentially interefere with the stats api (unlikely... but possible). | ||
await esArchiver.load('logstash_functional'); |
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.
don't know who originally wrote that comment (could have been me and I forgot, hah) but it seems like it would be a bug if the stats api relied on data, so I decided to remove this archive unless we have a more concrete reason to pull it back in.
💔 Build Failed |
49dac52
to
33e4e1a
Compare
💔 Build Failed |
💔 Build Failed |
jenkins test this (time range of the reports I made for this test should be out of the recent window by now so they should pass...) |
💔 Build Failed |
a102462
to
4ca452f
Compare
💔 Build Failed |
4ca452f
to
efff55e
Compare
💔 Build Failed |
💚 Build Succeeded |
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
💔 Build Failed |
Failed on:
|
2a20e26
to
f8d854b
Compare
💚 Build Succeeded |
f8d854b
to
55f0b66
Compare
💔 Build Failed |
Failed on something that looks unrelated:
and another failure from a bad refactor. Fixing the later and rebasing to hopefully fix the former. |
fc1383f
to
377a2d0
Compare
💔 Build Failed |
💚 Build Succeeded |
* Update & expand reporting API tests * remove xpack stuff from oss archive * wrap "it"s so they are in expected order. * Update expected recent stats * url was pointing to a visualization not a csv * Move comment around * Merging with changes on master renaming stats to usage * fix reference to old stats file. * bad merge
* Update & expand reporting API tests * remove xpack stuff from oss archive * wrap "it"s so they are in expected order. * Update expected recent stats * url was pointing to a visualization not a csv * Move comment around * Merging with changes on master renaming stats to usage * fix reference to old stats file. * bad merge
This started as some prep work to cover CSV reports generated over data that includes a closed index but ended up growing to include quite a bit of clean up and re-organization. (since this bug: #18901)
TODO:
dashboard/current/data
archive and just import an xpack specific one for .kibana.