28dbcd1545
* Add disk storage to e2e tests --------- Co-authored-by: Andi Skrgat <andi8647@gmail.com> |
||
---|---|---|
.. | ||
transformations | ||
CMakeLists.txt | ||
common.py | ||
conftest.py | ||
kafka_streams_tests.py | ||
kafka.yml | ||
pulsar_streams_tests.py | ||
pulsar.yml | ||
README.md | ||
redpanda.yml | ||
streams_owner_tests.py | ||
workloads.yaml |
There are three docker-compose files in this directory:
To run one of them, use the docker-compose -f <filename> up -V
command. Optionally you can append -d
to detach from the started containers. You can stop the detach containers by docker-compose -f <filename> down
.
If you experience strange errors, try to clean up the previously created containers by docker-compose -f <filename> rm -svf
.