ソースを参照

HPCC-12405 - sqlite.ecl test not working under thor

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 10 年 前
コミット
5f1dce0cf9
1 ファイル変更4 行追加1 行削除
  1. 4 1
      testing/regress/ecl/sqlite.ecl

+ 4 - 1
testing/regress/ecl/sqlite.ecl

@@ -1,5 +1,8 @@
 IMPORT SqLite3;
 
+//nothor
+//Would need the database to be in a shared location for thor to work (and I don't know if sqlite is
+//safe for concurrent access)
 /*
  This example illustrates various calls to embdded SQLite code
  */
@@ -126,4 +129,4 @@ sequential (
   OUTPUT(testSQLiteData()),
   OUTPUT(testSQLiteUtf8()),
   OUTPUT(testSQLiteUnicode())
-);
+);