From 8f27e65bddd7d4b8515ce620fb485fdd78fcdf89 Mon Sep 17 00:00:00 2001 From: Constantin Jucovschi Date: Fri, 24 Apr 2009 07:20:22 -0400 Subject: Initial commit --- systemtest/scripts/test_error-seq.old | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 systemtest/scripts/test_error-seq.old (limited to 'systemtest/scripts/test_error-seq.old') diff --git a/systemtest/scripts/test_error-seq.old b/systemtest/scripts/test_error-seq.old new file mode 100644 index 0000000..c258bbc --- /dev/null +++ b/systemtest/scripts/test_error-seq.old @@ -0,0 +1,13 @@ +test_error-seq.sh: testing client/server communication for open/close db/ta, Fri Sep 2 22:02:32 CEST 2005 +test_error-seq/test_error-seq v1.0, rasdaman v5 -- generated on 02.09.2005 21:49:12. +- good cycle...ok +- bad cycle: do not close db, reopen...ok: 0: Exception: Database Open +- bad cycle: do not close ta, reopen...ok: 0: Exception: Transaction Open +- bad cycle: do not open ta, touch...ok: 0: Exception: Transaction Not Open +- bad cycle: double open ta, touch...ok: 0: Exception: Transaction Open +- bad cycle: double open db, touch...ok: 0: Exception: Database Open +- bad cycle: double open ta, touch...ok: 0: Exception: Transaction Open +- bad cycle: double abort ta (handled gracefully)...ok: 0: Exception: Transaction Not Open +- bad cycle: double close db (handled gracefully)...ok +- bad cycle: touch without any db/ta open...got NULL communication object from db...ok +test_error-seq/test_error-seq done. -- cgit