Re: Fixtures / CI docker

2015-01-26 Thread Jan
Hi Alain;  The requirements are impossible to meet, since you are expected to have a  predictable and determinist tests  while you need "recent data" (max 1 week old data).Reason:   You cannot have a replicable result set when the data is variable on a weekly basis. To obtain a replicable test re

Re: Fixtures / CI docker

2015-01-26 Thread Eric Stevens
I don't have directly relevant advice, especially WRT getting a meaningful and coherent subset of your production data - that's probably too closely coupled with your business logic. Perhaps you can run a testing cluster with a default TTL on all your tables of ~2 weeks, feeding it with real produ

Fixtures / CI docker

2015-01-26 Thread Alain RODRIGUEZ
Hi guys, We currently use a CI with tests based on docker containers. We have a C* service "dockerized". Yet we have an issue since we would like 2 things, hard to achieve: - A fix data set to have predictable and determinist tests (that we can repeat at any time with the same result) - A recent