[kepler-dev] [Bug 2349] New: - Actors should have preconditions to test for long runs

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Tue Feb 7 10:19:23 PST 2006


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2349

           Summary: Actors should have preconditions to test for long runs
           Product: Kepler
           Version: 1.0.0alpha8
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: actors
        AssignedTo: berkley at nceas.ucsb.edu
        ReportedBy: cxh at eecs.berkeley.edu
         QAContact: kepler-dev at ecoinformatics.org


It would be nice if there was an easy way to for a model to test for
trivial problems before getting far down a long run.

One idea would be to have such actors implement an interface that included a
method that the director would run.

We should think about why having actors do more testing in preinitialize()
will not work here.  For example, if we have an FSM model, do all
the actors get preinitialize() called right away?  What about the Case actor.


More information about the Kepler-dev mailing list