• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..10-Nov-2021-

READMEH A D10-Nov-2021710 2013

run.shH A D10-Nov-20212.6 KiB11887

sysbench.shH A D10-Nov-20213.4 KiB142104

README

1The test runs sqlgen load against the cluster and in round robin order kills
2and restarts nodes. After each transition consistency check is done. This
3facilitates testing configration changes under highly concurrent load with lots
4of certification conflicts.
5
6Sometimes the first consistency check fails, perhaps due to some race
7condition. In that case a second consistency check is attempted and if that
8fails the script exits with error code.
9
10Usage with gcomm backend:
11
12./run.sh [N]
13
14Usage with vsbes backend:
15
16GCS_TYPE=vsbes VSBES_ADDRESS=192.168.0.1:5678 ./run.sh [N]
17
18where N is the number of off/on transitions. I.e. N=1 means that 1 node will
19be killed and restarted. If N is omitted it goes forever.
20