-
Notifications
You must be signed in to change notification settings - Fork 84
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
Comments
ACK. |
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
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
test: e2e prototype framework stage 1 #199
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
test: e2e prototype framework stage 1 radondb#199
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: