Statistics
| Branch: | Tag: | Revision:

root / htest / shelltests / htools-single-group.test @ cefd4a4a

History | View | Annotate | Download (786 Bytes)

1 53d4cdf1 Iustin Pop
# standard single-group tests
2 189b51fa Iustin Pop
./htest/hinfo -v -v -p --print-instances -t$T/simu-onegroup.standard
3 53d4cdf1 Iustin Pop
>>>= 0
4 53d4cdf1 Iustin Pop
5 189b51fa Iustin Pop
./htest/hbal  -v -v -p --print-instances -t$T/simu-onegroup.standard
6 53d4cdf1 Iustin Pop
>>>= 0
7 53d4cdf1 Iustin Pop
8 53d4cdf1 Iustin Pop
# hbal should not be able to balance
9 189b51fa Iustin Pop
./htest/hbal -t$T/simu-onegroup.standard
10 53d4cdf1 Iustin Pop
>>> /(Nothing to do, exiting|No solution found)/
11 53d4cdf1 Iustin Pop
>>>= 0
12 53d4cdf1 Iustin Pop
13 53d4cdf1 Iustin Pop
14 53d4cdf1 Iustin Pop
# tiered single-group tests
15 189b51fa Iustin Pop
./htest/hinfo -v -v -p --print-instances -t$T/simu-onegroup.tiered
16 53d4cdf1 Iustin Pop
>>>= 0
17 53d4cdf1 Iustin Pop
18 189b51fa Iustin Pop
./htest/hbal  -v -v -p --print-instances -t$T/simu-onegroup.tiered
19 53d4cdf1 Iustin Pop
>>>= 0
20 53d4cdf1 Iustin Pop
21 53d4cdf1 Iustin Pop
# hbal should not be able to balance
22 189b51fa Iustin Pop
./htest/hbal -t$T/simu-onegroup.tiered
23 53d4cdf1 Iustin Pop
>>> /(Nothing to do, exiting|No solution found)/
24 53d4cdf1 Iustin Pop
>>>= 0
25 165b385b Agata Murawska
26 165b385b Agata Murawska
# hcheck should not find reason to rebalance
27 189b51fa Iustin Pop
./htest/hcheck -t$T/simu-onegroup.tiered --machine-readable
28 47ed1d79 Agata Murawska
>>> /HCHECK_INIT_CLUSTER_NEED_REBALANCE=0/
29 5b93f2ec Agata Murawska
>>>= 0