Skip to content
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

investigate possibility of optimisation of the creation and usage of the ZK, ES and Nuvla server fixtures in testing #669

Closed
2 tasks done
konstan opened this issue Mar 30, 2022 · 1 comment

Comments

@konstan
Copy link
Contributor

konstan commented Mar 30, 2022

ATM, for each test namespace there is

  1. creation of ZK, ES node and client,
  2. scanning of Nuvla resources and creation of ES indices with the corresponding mappings from the schema namespaces

The second step takes a lot of time and creates high impedance.

  • familiarise with the current implementation and capture drawbacks
  • propose improvements
@konstan
Copy link
Contributor Author

konstan commented Apr 27, 2022

The main improvement was implemented

  • cleanup of the content of the ES indexes instead of fully deleting them and re-creating.

An extra improvements are provided for discussion here #677

@konstan konstan closed this as completed Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant