You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DOCS] Updates example docs generator to eval the code
This update adds a test module which instantiates an Elasticsearch
client and runs `eval` on the generated example code. It catches
exceptions for both Elasticsearch responses and client responses,
logging them to different files:
- logs/docs-generation-elasticsearch.log
- logs/docs-generation-client.log
This way we can generate the code, run it and check if there are
errors in the documentation, the client or the code generation.
It generates all the available examples and mutes all outputs in the
console, replacing it with a progress status.
0 commit comments