adding test scripts
[csql.git] / test / cache / FailOver / exp.test008a.ksh
blob9d413ba09faf0fa756c9bdbe47b3eb0e4b464f5b
1 table t1(to be cached) inserted into target db
2 table t1 cached into csql
3 table t2(not cached) inserted into target db
4 table t3 inserted into csql db
5 csql server is down
6 csql down: select from t1(cached table) success
7 csql down: select from t2(not cached mysql table) success
8 csql down: select from t3(not cached csql table) failed