#1 2013-11-13 06:47:19

nirnir
Member
Registered: 2013-11-11
Posts: 66

install and Testsql3 Errors

Hi,

Can you tell me how to solve the errors found in Testsql3 ?

 1.1. Low level common:
!  - IdemPropName: 1 / 10 FAILED  84.69ms
!  - Soundex: 1 / 35 FAILED  125us
 1.6. Synopse PDF:
!  - TPdfDocument: 1 / 2 FAILED  3.65ms

2. mORMot

 2.1. File based:

! Exception ESynException raised with messsage:
!  sqlite3_key() expects PRAGMA mmap_size=0


Synopse framework used: 1.18
SQlite3 engine used: 3.7.14
Generated with: Delphi XE2 compiler

Time elapsed for all tests: 10.48s
Tests performed at 13/11/2013 08:38:04

Total assertions failed for all test suits:  3 / 5,420,962
! Some tests FAILED: please correct the code.

Done - Press ENTER to Exit

Offline

#2 2013-11-13 08:16:05

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,206
Website

Re: install and Testsql3 Errors

Your SQLite3 engine is pretty old (3.7.14).
Please download the latest sqlite3*.obj from http://synopse.info/fossil/wiki?name=Get+the+source

This will fix the ESynException.

About the failed tests, I suspect this is due to some encoding issue (some tests assume to run with OS CodePage=1252).
It is not a show-stopper.

Offline

#3 2013-12-17 13:15:07

wai-kit
Member
From: Amsterdam, the Netherlands
Registered: 2012-11-27
Posts: 90

Re: install and Testsql3 Errors

I also get the ESynException, when running TestSQL3 with the latest sources (today downloaded) in Delphi XE. The SQLite3 engine used is 3.7.14.1


fpcdeluxe, FPC 3.2 / Lazarus 2.0, mORMot on Windows 10 ...

Offline

#4 2013-12-18 08:35:01

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,206
Website

Re: install and Testsql3 Errors

Please download the latest .obj also, as I stated above.

Offline

#5 2013-12-19 08:35:33

wai-kit
Member
From: Amsterdam, the Netherlands
Registered: 2012-11-27
Posts: 90

Re: install and Testsql3 Errors

Did that and all the tests ran successful.
Merci.


fpcdeluxe, FPC 3.2 / Lazarus 2.0, mORMot on Windows 10 ...

Offline

#6 2013-12-19 09:41:41

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,206
Website

Re: install and Testsql3 Errors

Avec plaisir!
:-)

Offline

Board footer

Powered by FluxBB