$MT_MEGATEST -env2file .ezsteps/${stepname}
Index: docs/manual/Makefile ================================================================== --- docs/manual/Makefile +++ docs/manual/Makefile @@ -1,7 +1,11 @@ megatest_manual.html : megatest_manual.txt getting_started.txt writing_tests.txt reference.txt ../plan.txt asciidoc megatest_manual.txt dos2unix megatest_manual.html + +server.pdf : server.dot + dot -Tpdf server.dot > server.pdf + clean: rm -f megatest_manual.html Index: docs/manual/megatest_manual.html ================================================================== --- docs/manual/megatest_manual.html +++ docs/manual/megatest_manual.html @@ -787,20 +787,64 @@
Note 2: Starting over. Old plan is commented out.
Keep as much the same as possible. Add internal reference to almost +eliminate contention on db(s).
+Add internal reference db +
++Verify that actions are accessing correct db +
++-runtests - inmem +
++-list-runs - local (but not megatest.db) +
++dashboard - local (but not megatest.db) +
++Mirror db to /var/tmp… +
++Dashboard read db from per-run db. +
++Dashboard read db from /var/tmp +
+Runs register in tasks table in monitor.db
-Server polls tasks table for next action +Server polls tasks table for next action (in addition?)
Change run loop to execute in server, triggered by call to polling of tasks table @@ -1083,10 +1127,18 @@
$MT_MEGATEST -env2file .ezsteps/${stepname}