-
Notifications
You must be signed in to change notification settings - Fork 2
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
Start packaging latte #28
Comments
I actually think a container is a wonderful packaging and delivery mechanism. I just don't see the instructions on how to use it with docker/podman (or the Dockerfile, probably did not look for it hard enough). |
in other stress tools we have binaries or RPM/DEB, I don't know if we need them all. |
I don't see a need to. I do see a need for a container based solution for latte (I could have used one yesterday if I had it, had to use c-s instead - which worked fine) |
https://hub.docker.com/r/scylladb/hydra-loaders/tags?page=1&name=latte |
the learning curve for using it is a bit more steep than, one need to write a rune script (there are examples, but it not a cli command you paste it, and as in c-s) |
I know, was hoping to reuse an existing example. I only needed a simple 'fill a table'. |
If only I had the examples (and nano) in the container... I think the Dockerfile is wrong - the entrypoint should be latte, and everything else should be external.
|
I need to re-create the container if I wish to just use latte, and turn it into ENTRYPOINT, then something like:
should work (I think). |
The approach current docker image is designed to be used with is starting it with
And then use it the following way:
And then view/compare stress run results (based on the generated files triggered by
|
Thanks @vponomaryov . I understand the current approach, I don't think it's the right approach for either automation nor manual invocation - as the tool is NOT interactive. |
Hmm, why is 'rows' 0? |
It is number of rows returned in request responses. Example for the
|
For the moment we cook only docker images in the scope of our test automation framework.
Need to start packaging our latte fork.
It will be useful for people easily start using it without a need to use
docker
'ized solution.The text was updated successfully, but these errors were encountered: