Date: Thursday, March 1, 2007 @ 11:55:56
  Author: marc
    Path: /cvsroot/carob/carob/test/30-ResultSet

Modified: TestSimpleUnicode.cpp (1.13 -> 1.14)

to workaround a buggy IOException, sleep(2) for the pinger to put the 
controller back into the live pool


-----------------------+
 TestSimpleUnicode.cpp |    5 +++++
 1 files changed, 5 insertions(+)


Index: carob/test/30-ResultSet/TestSimpleUnicode.cpp
diff -u carob/test/30-ResultSet/TestSimpleUnicode.cpp:1.13 
carob/test/30-ResultSet/TestSimpleUnicode.cpp:1.14
--- carob/test/30-ResultSet/TestSimpleUnicode.cpp:1.13  Mon Feb 12 18:45:10 2007
+++ carob/test/30-ResultSet/TestSimpleUnicode.cpp       Thu Mar  1 11:55:56 2007
@@ -128,6 +128,11 @@
         // or alike.
         // If we get something totally unrelated instead (like
         // for instance "all controllers down") => rethrow
+
+         // to workaround a buggy IOException, leave time for the
+         // pinger to put the controller back into the live pool
+        sleep(2);
+
         if (ce.getSQLState() != L"Unmappablecharacter")
             throw;
     }

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to