Procházet zdrojové kódy

Merge pull request #6530 from richardkchapman/sqlite-test-error

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

Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
Gavin Halliday před 10 roky
rodič
revize
c74c07c42d
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  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())
-);
+);