Megatest

Check-in [91923e2ee5]
Login
Overview
Comment:Use required mode by default in QA - for now
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.60
Files: files | file ages | folders
SHA1: 91923e2ee5c6eaa50b0e7b7e1346dabc2240e245
User & Date: matt on 2014-11-16 20:40:12
Other Links: branch diff | manifest | tags
Context
2014-11-16
20:51
missed a variable change in a almost never used routine - only to trigger the use of said routine. check-in: 4cfc6e3ba2 user: matt tags: v1.60
20:40
Use required mode by default in QA - for now check-in: 91923e2ee5 user: matt tags: v1.60
20:02
Better error reporting (use stderr), faster registration of tests, bug fix in tasks path to db handling check-in: 3757f74464 user: matt tags: v1.60
Changes

Modified tests/fullrun/megatest.config from [658d5685c6] to [c8ab3440c4].

133
134
135
136
137
138
139
140
141
142
143
144
145
146
147

# This server will keep running this number of hours after last access. 
# Three minutes is 0.05 hours
# timeout 0.025
timeout 0.01

# Server is required - slower but more resistant to Sqlite issues.
# required yes

# daemonize yes
# hostname #{scheme (get-host-name)}

## disks are:
## name host:/path/to/area
## -or-







|







133
134
135
136
137
138
139
140
141
142
143
144
145
146
147

# This server will keep running this number of hours after last access. 
# Three minutes is 0.05 hours
# timeout 0.025
timeout 0.01

# Server is required - slower but more resistant to Sqlite issues.
required yes

# daemonize yes
# hostname #{scheme (get-host-name)}

## disks are:
## name host:/path/to/area
## -or-