-
Notifications
You must be signed in to change notification settings - Fork 532
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
test: clean the temporary data in etcd at the end of test case #942
Comments
I think this feature is useful. The E2E test cases are unstable, I think this feature will improve the stability of E2E testing. |
@nic-chen @ShiningRush do you think we can implement this feature at milestone |
It is useful and easy to implement with go's |
I think we need to clear ETCD data without distinction before or after running test, by |
The TestMain way is a test suite like ginkgo, we can use it make struct more clear, but I still like ginkgo mode. |
cc @starsz |
any news? @starsz |
Sorry for I am late. I think we can do this work when we use ginko framework. |
the current way:
apisix-dashboard/api/test/e2e/route_test.go
Lines 227 to 260 in 96e3ad1
The current way is to completely depend on the developer and bring extra work to the test case maintainer.
we need a common way to clean all of the temporary data in etcd after running the test cases of each file.
The text was updated successfully, but these errors were encountered: