-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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] aerospike-basics #586
Comments
I looked into writing tests for the container, but it looks like the cli client isn't included in the container. I filed a bug with the container repo, so we'll see. |
@packetcollision 👍 ❤️ |
We have a tools container in the works. When it is ready, we will let you know. |
@cstivers78 ❤️ |
Since there doesn't seem to be any strong interest in creating this test, I'm going to (finally) close this issue. Of course, if someone were to create a PR which implements it, we'd be happy to review and consider accepting it! (More tests are always great. ❤️) |
Create test simlar to mysql basics test; start the database container in background (be sure to give it a unique name), wait a reasonable amount of time for the database to be ready for connections (if needed), connect to the database (possibly through another container), perform basic database operations (sql examples include: create, insert, select, delete, drop, etc), be sure to clean up the database container at the end or on failure.
The text was updated successfully, but these errors were encountered: