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] e2e test #199

Closed
andyli029 opened this issue Aug 26, 2021 · 2 comments · Fixed by #231
Closed

[Feature] e2e test #199

andyli029 opened this issue Aug 26, 2021 · 2 comments · Fixed by #231
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@andyli029
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

Describe alternatives you've considered

Additional context

@andyli029 andyli029 added the enhancement New feature or request label Aug 26, 2021
@andyli029 andyli029 added this to the v2.2.0 milestone Aug 26, 2021
@hustjieke
Copy link
Contributor

ACK.

@acekingke
Copy link
Contributor

ACK

hustjieke added a commit to hustjieke/radondb-mysql-kubernetes that referenced this issue Sep 23, 2021
[summary]
1. "make e2e-local" without any other env.
2. here we add module "staging" and use "replace" in go.mod in case we
meet error and fix unknown revision v0.0.0 when use go mod tidy.
see: kubernetes/kubernetes#79384
3. the prototype framework is extracted from kubernetes, for more details,
see: https://github.com/kubernetes/kubernetes/tree/master/test/e2e

4. new file:
test/e2e/e2e.go
test/e2e/framework/config/config.go
test/e2e/framework/test_context.go

[test]
test/e2e/e2e_test.go
test/e2e/framework/config/config_test.go
@hustjieke hustjieke linked a pull request Sep 23, 2021 that will close this issue
hustjieke added a commit to hustjieke/radondb-mysql-kubernetes that referenced this issue Sep 24, 2021
hustjieke added a commit to hustjieke/radondb-mysql-kubernetes that referenced this issue Sep 28, 2021
hustjieke added a commit to hustjieke/radondb-mysql-kubernetes that referenced this issue Sep 29, 2021
[summary]
1. "make e2e-local" without any other env.

2. here we should never import kubernetes directly, otherwise we'll meet "unknown revision v0.0.0" when use go mod tidy.
see: kubernetes/kubernetes#79384

3. the prototype framework is extracted from kubernetes, for more details,
see: https://github.com/kubernetes/kubernetes/tree/master/test/e2e

4. new file:
test/e2e/e2e.go
test/e2e/framework/test_context.go

[test]
test/e2e/e2e_test.go
hustjieke added a commit to hustjieke/radondb-mysql-kubernetes that referenced this issue Sep 29, 2021
[summary]
1. "make e2e-local" without any other env.

2. here we should never import kubernetes directly, otherwise we'll meet "unknown revision v0.0.0" when use go mod tidy.
see: kubernetes/kubernetes#79384

3. the prototype framework is extracted from kubernetes, for more details,
see: https://github.com/kubernetes/kubernetes/tree/master/test/e2e

4. new file:
test/e2e/e2e.go
test/e2e/framework/test_context.go

[test]
test/e2e/e2e_test.go
andyli029 added a commit that referenced this issue Sep 29, 2021
zhl003 pushed a commit to zhl003/radondb-mysql-kubernetes that referenced this issue Aug 17, 2022
[summary]
1. "make e2e-local" without any other env.

2. here we should never import kubernetes directly, otherwise we'll meet "unknown revision v0.0.0" when use go mod tidy.
see: kubernetes/kubernetes#79384

3. the prototype framework is extracted from kubernetes, for more details,
see: https://github.com/kubernetes/kubernetes/tree/master/test/e2e

4. new file:
test/e2e/e2e.go
test/e2e/framework/test_context.go

[test]
test/e2e/e2e_test.go
zhl003 pushed a commit to zhl003/radondb-mysql-kubernetes that referenced this issue Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants