Selaa lähdekoodia

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 10 vuotta sitten
vanhempi
commit
c74c07c42d
1 muutettua tiedostoa jossa 4 lisäystä ja 1 poistoa
  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())
-);
+);