Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Import custom test suite settings files. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8e9695277981ef2702ace99846cf1b9d |
User & Date: | mistachkin 2013-10-26 22:32:12.476 |
Context
2013-10-27
| ||
04:20 | Final updates for release 1.0.89.0. check-in: 63f8d14b1d user: mistachkin tags: trunk, release, release-1.0.89.0 | |
01:53 | Final updates for release 1.0.89.0. Closed-Leaf check-in: e0418c2d52 user: mistachkin tags: preRelease | |
2013-10-26
| ||
22:32 | Import custom test suite settings files. check-in: 8e96952779 user: mistachkin tags: trunk | |
22:22 | Update version history docs. check-in: 6b0f29bd0a user: mistachkin tags: trunk | |
Changes
Changes to .fossil-settings/ignore-glob.
|
| < | 1 2 3 4 5 6 7 | *.sln Externals/Eagle/bin/Eagle*.pdb Externals/Eagle/bin/x64/Spilornis.pdb Externals/Eagle/bin/x86/Spilornis.pdb SQLite.Interop/*.vcxproj SQLite.Interop/*.vcxproj.filters System.Data.SQLite/*.csproj |
︙ | ︙ |
Added Tests/settings.before.mistachkin.eagle.
> > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | ############################################################################### # # settings.before.mistachkin.eagle -- # # Written by Joe Mistachkin. # Released to the public domain, use at your own risk! # ############################################################################### if {[info exists ::env(TEST_ALL)]} then { object invoke Interpreter.GetActive AddRuntimeOption noPoolCounts } |
Added Tests/settings.stress.mistachkin.eagle.
> > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ############################################################################### # # settings.stress.mistachkin.eagle -- # # Written by Joe Mistachkin. # Released to the public domain, use at your own risk! # ############################################################################### # set count(1) 10; # Workload iteration count (i.e. within a run). # set count(2) 200; # Workload iteration delay, in milliseconds. # set count(3) 10000; # Workload "small" data chunk size, in bytes. # set count(5) 209715200; # Maximum heap memory to exclude at one time. # set exitOnFail true; # Halt testing and exit process on test failure? # set noTrace true; # Disable SQLite trace logging to a file? |