You are not logged in.
Pages: 1
Hello
New to mORMot and new to FPC/Lazarus, but used Delphi 15 years ago. So please forgive me if I'm asking this in the wrong place or manner.
When I run mormot2tests it says "Total assertions failed for all test suits: 17 / 127,743,222 ! Some tests FAILED: please correct the code." How can I best ask help hier to solve this problem? Can I post the error codes here, or maybe the result of running mormot2tests.
I see the errors, but they give me no clue how or where to start solving them.
I run FPC/Lazarus trunk installed with FpcUpDeluxe in a VM with 8GB of RAM and 4 cores.
Offline
We run tests nightly on a lot of platforms, and no problem was reported last night.
Ensure you do not use FPC 3.2.0 which is buggy.
Ensure you downloaded the latest mORMot trunk (not a release).
You need valid access to the Internet during the tests, with a system having proper HTTPS certificate authority chain (so no deprecated Win7 for instance).
Which OS are you using?
If Windows, which code page?
Put the console output in a gist and a link here (not directly in the forum thread please), so we could investigate.
Offline
Thank You for your quick response.
On my home laptop I started from scratch, installing FPC fices-3.2 and Lazarus stable 4.2 with FpcUpDeLuxe and then mORMot also with FpcUpDeLuxe. Compilled the mormot2tests and runned it.
With succes
Software version tested: 2.3.12906 (2025-10-14 20:51:54)
Windows 11 64bit 24H2 (10.0.26100.6584) [utf8 3.6GB 65F41B01]
22 x Intel(R) Core(TM) Ultra 9 185H [24MB] (x86)
on Micro-Star International Co., Ltd. Stealth 16 AI Studio A1VGG REV:1.0
Using mORMot 2.3.12906 14 Oct 2025
TSqlite3LibraryStatic 3.46.1 with internal MM
Generated with: Free Pascal 3.2.3 32 bit Win compiler
Time elapsed for all tests: 1m28
Performed 14 Oct 2025, 20:54:25 by ap on MSI
Total assertions failed for all test suits: 0 / 168,263,924
! All tests passed successfully.
Done - Press ENTER to Exit
Offline
Pages: 1