2015-09-24 10:17:49 +00:00
|
|
|
Time Series tests are organised in sets
|
2016-01-11 17:40:38 +00:00
|
|
|
ts_simple
|
|
|
|
ts_cluster
|
|
|
|
ts_degraded
|
2015-09-24 10:17:49 +00:00
|
|
|
etc, etc
|
|
|
|
|
2016-01-11 17:40:38 +00:00
|
|
|
Basically, if a ts_simple type test fails then there SHOULD also be failures
|
|
|
|
in ts_cluster, ts_degraded series tests as well
|
2015-09-24 10:17:49 +00:00
|
|
|
|
2016-01-11 17:40:38 +00:00
|
|
|
Basically fix the ts_simple tests first, and that 'should' fix a lot of
|
|
|
|
ts_cluster, ts_degraded etc tests
|
2015-09-24 10:17:49 +00:00
|
|
|
|
2016-01-11 17:40:38 +00:00
|
|
|
If you have a failure in say a ts_cluster test, but no failures in ts_degraded that
|
|
|
|
indicates you might not have enough ts_degraded, ts_etc tests written, consider
|
2015-09-24 10:17:49 +00:00
|
|
|
extending the test suite
|