소스 검색

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 년 전
부모
커밋
c74c07c42d
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())
-);
+);