Megatest

Changes To Releases
Login

Changes to "Releases" between 2012-03-26 00:28:29 and 2012-03-26 09:15:16

1
2
3
4
5
6
7

8
9
10
11
12
13
14
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15







+







Version 1.39 Mar 26, 2012

  *  Caching of writes to db in server mode
  *  Streamlined many writes to not do redundant lookup of test-id
  *  From dashboard remove runs process is kicked off in an xterm
  *  In ezsteps scripts no need to specify ./ on systems with . not in path
  *  Trim tests from to-run list to speed up starting new tests (not constantly checking status on bunch of completed tests)
  *  Addition of nbfind (can be used instead of nbfake) which will run locally if load is below 70% where load is defined as L/Ncpu where L is unix load and Ncpu is the number of cpus.

Version 1.23 Sept 6, 2011

NB// this release changes the db schema. You should make a back up copy of your megatest.db and run “megatest -rebuild-db”

  *  Run rollup. A group of partial runs can be rolled up into a single run. All records are copied to the newly created run and run deletion has been updated to not delete run directories where there are still references in the database.
  *  Arbitrary data roll up from tests. From any test data can be rolled up into the database that will then be available when the database is dumped to csv. There is no limit imposed on how much data can be rolled up but the current database used by megatest, sqlite3, will slow down with very large data sets (over 10 meg or so per test).