graemerobertson

Results 2 issues of graemerobertson

We create a deployment by running the following commands... ``` docker build --no-cache -t clearwater/base base docker-compose -f minimal-distributed.yaml up --force-recreate -d docker-compose -f minimal-distributed.yaml scale memcached=2 chronos=2 cassandra=2 ```...

bug
medium-priority
cat:test-stability

I spin up a Clearwater Docker deployment and run our live test suite against (see the live-test-docker CI job). The live tests fail reliably. Specifically, about midway through the run,...

bug
medium-priority
cat:stability