Megatest

Changes To ezstep rearch notes
Login

Initial version of "ezstep rearch notes"




















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

  -  rerun one step (use launch:runstep instead; EOL ezsteps:run-from) 
  -  rerun one step and subsequent steps  (use launch:manage-steps instead; EOL ezsteps:run-from)
  -  rerun logpro for each step 
       -  extracting logpro files from tconfig if source is there in [logpro] section)
       -   inheriting env by presourcing megatest.sh in testrundir prior to logpro execution

Approach:

  - add megatest command -redo-logpro
      -  launch:execute redo-logpro: #t
  -  add redo-logpro to runs:operate-on
  -  add redo-logpro to test control panel in dashboard
  -  add redo-logpro to run context menu to do for entire run
  -  implement enhancement by augmenting existing codepath:
   launch:execute -> (launch:manage-steps && launch:monitor-job)