Megatest

Changes To Releases
Login

Changes to "Releases" between 2012-05-04 14:02:21 and 2012-05-04 14:03:20

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




12
13
14
15
16
17
18











-
-
-
-







Version 1.44 May 4, 2012

  *  Better filters in dashboard, e.g. "run1,run2.%" will show "run1" and all runs matching the pattern "run2.%"
  *  MT_TARGET variable available in runs
  *  Added "toplevel" tests. Create a test with a waiton that specifies the tests you wish to run and put "mode toplevel" in your <nowiki>[requirements]</nowiki> section. Running this test will run all dependent tests and finally the toplevel test itself (can be used to summarize the run).
  *  Fixed the run blocking bug where failed tests caused the running process to block and never exit.
  *  Unit tests have been re-enabled using the -repl command.
  *  Detect the case where a waiton specifies the calling test (would previously go into an infinite loop).
  *  The beginnings of a user manual written in asciidoc instead of Lyx. See docs/manual.
  *  Added a simple generator for a megatest regression area and for new tests. Try "megatest -gen-megatest-run" and "megatest -gen-megatest-test"

Version 1.44 May 4, 2012

  *  Better filters in dashboard, e.g. "run1,run2.%" will show "run1" and all runs matching the pattern "run2.%"
  *  
Version 1.41 Apr 3, 2012

  *  Link path stored in db instead of runpath
  *  Debug settings passed to running tests. WARNING: using this can cause false fails if you process STDOUT as part of your test
  *  Run areas and links to them have been cleaned up.
  *  Many speed-ups and db read/write optimizations
  *  Addition of #{ .. } mechanism to config files to accommodate advanced needs.