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

[Enhancement Request] Rewrite EndToEnd Testcase Using Dependency Injection Pattern #260

Open
earayu opened this issue Sep 11, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed Testing

Comments

@earayu
Copy link
Collaborator

earayu commented Sep 11, 2023

Background

Our EndToEnd Test(go/test/endtoend/wesql) relies on a local cluster started by golang code. And to run the EndToEnd Test, we have to compile the project first and it's inconvinent. No one wants to maintain the bootstrap code of the EndToEnd Test.

If our EndToEnd Test could run on any WeSQL-Scale cluster, things would become a little more interesting.

Proposal

In order to enable our EndToEnd Test to run on any WeSQL-Scale cluster, we need to rewrite all the EndToEnd Testcase Using Dependency Injection Pattern.

@earayu earayu added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed Testing labels Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed Testing
Projects
None yet
Development

No branches or pull requests

1 participant