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

[Feature] Load some data to ETCD instances in every e2e tests #604

Open
abdasgupta opened this issue May 29, 2023 · 0 comments
Open

[Feature] Load some data to ETCD instances in every e2e tests #604

abdasgupta opened this issue May 29, 2023 · 0 comments
Labels
kind/enhancement Enhancement, improvement, extension lifecycle/stale Nobody worked on this for 6 months (will further age)

Comments

@abdasgupta
Copy link
Contributor

Feature (What you would like to be added):
Load a considerable amount of data to the ETCD instances that we create for each e2e tests
Motivation (Why is this needed?):
Currently, we are spawning single node or multi node ETCD cluster in our e2e tests based on the spec. But those ETCDs are empty ETCD and may not test the actual ETCD in action completely. So, the proposal is to generate a considerable amount of random data, load the data into ETCD once the ETCD nodes are initialized. Then perform the other e2e test steps on them. Only con is that the tests may take longer to complete.
Approach/Hint to the implement solution (optional):

@abdasgupta abdasgupta added the kind/enhancement Enhancement, improvement, extension label May 29, 2023
@gardener-robot gardener-robot added the lifecycle/stale Nobody worked on this for 6 months (will further age) label Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Enhancement, improvement, extension lifecycle/stale Nobody worked on this for 6 months (will further age)
Projects
None yet
Development

No branches or pull requests

2 participants