Megatest

Changes To Releases
Login

Changes to "Releases" between 2011-05-11 01:23:14 and 2011-09-06 10:04:46














1
2
3
4
5
6
7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
+
+
+
+
+
+
+
+
+
+
+
+
+







Version 1.23

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).
  *  A scroll bar mechanism has been added to the dashboard.

Version 1.22

  *  Waiver propagation. Waivers will carry forward in a series of runs where the keys are the same.
  *  Rollup of test result value, expected value and tolerance.

Version 1.04 (May 10, 2011)
  *  Added fine grain deletion of tests

Version 1.03 (May 8, 2011)
  *  Minimal documentation
  *  MT_RUNNAME, MT_TEST_NAME, MT_ITEM_INFO variables set for a launched run
  *  runsdir setting to control where the link tree goes