adding test scripts
[csql.git] / test / cache / FailOver / exp.test008c.ksh
blob5333fcfb9b262fb598c995ef9de3ffc3a5f014e5
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: update t1(cached table) success
7 csql down: update t2(not cached mysql table) success
8 csql down: update from t3(not cached csql table) failed