-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[DOCS] Re-enable code snippet testing for rollup APIs #33319
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
Labels
>docs
General docs changes
:StorageEngine/Rollup
Turn fine-grained time-based data into coarser-grained data
v6.3.3
v6.4.1
v6.5.0
v7.0.0-beta1
Comments
Pinging @elastic/es-search-aggs |
Pinging @elastic/es-docs |
nik9000
added a commit
to nik9000/elasticsearch
that referenced
this issue
Oct 17, 2018
We'd disabled them because we didn't have a way to clean up after each test. I implemented elastic#34342 which adds the clean ups so now we can re-enable the tests. In the `setup` sections we have to use `raw` requests instead of `x-pack` requests because we don't have the json config for x-pack. Closes elastic#33319
nik9000
added a commit
that referenced
this issue
Oct 18, 2018
We'd disabled them because we didn't have a way to clean up after each test. I implemented #34342 which adds the clean ups so now we can re-enable the tests. In the `setup` sections we have to use `raw` requests instead of `x-pack` requests because we don't have the json config for x-pack. Closes #33319
nik9000
added a commit
that referenced
this issue
Oct 19, 2018
We'd disabled them because we didn't have a way to clean up after each test. I implemented #34342 which adds the clean ups so now we can re-enable the tests. In the `setup` sections we have to use `raw` requests instead of `x-pack` requests because we don't have the json config for x-pack. Closes #33319
kcm
pushed a commit
that referenced
this issue
Oct 30, 2018
We'd disabled them because we didn't have a way to clean up after each test. I implemented #34342 which adds the clean ups so now we can re-enable the tests. In the `setup` sections we have to use `raw` requests instead of `x-pack` requests because we don't have the json config for x-pack. Closes #33319
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
>docs
General docs changes
:StorageEngine/Rollup
Turn fine-grained time-based data into coarser-grained data
v6.3.3
v6.4.1
v6.5.0
v7.0.0-beta1
Related to #30665 and #31450
The code snippets in the rollup documentation was disabled because they ceased working after they were moved to the docs folder.
Per #31450 (comment), we need to move RollupRestTestStateCleaner over to the test framework and then use it in the docs tests.
The text was updated successfully, but these errors were encountered: