stable
Clone or download
Read-only
closes request #36819: Use a specific random seed for random order
Our tests db suite is run in a random order. Sometimes tests fails with a given seed. In order to ease debugging we should be able to set the seed when running `make tests-db`. * `make tests-db` use a random seed * SEED=1707503619 make tests-db` use a specific seed Change-Id: Ib672b4281aab85902d6915a13732856cb2a114c3
Modified Files
Name | ||||
---|---|---|---|---|
M | Makefile | +1 | −1 | Go to diff View file |
M | tests/integration/bin/run.sh | +2 | −1 | Go to diff View file |
M | tests/integration/docker-compose.yml | +1 | −0 | Go to diff View file |