Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/20/10 19:58:01 (13 years ago)
Author:
ascheibe
Message:

#1233

  • more tests for the hive slave
  • implemented a better way to write tests for the slave
  • get rid of MessageTypes for core and executor
  • various improvements in core and executor (better communication, bugfixes,...)
Location:
branches/HeuristicLab.Hive-3.4/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources

    • Property svn:ignore
      •  

        old new  
         1*.suo
        12HeuristicLab.Hive-3.4.suo
        23TestResults
        3 HeuristicLab.Hive 3.4.suo
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/MessageContainer.cs

    r5106 r5137  
    4343      SayHello,  // Slave should say hello, because he is unknown to the server
    4444
    45       // *** events from execution engine ***
    46       JobStopped,      // job finished, submit results, unload appdomain
    47       JobPaused,       // job paused, submit results, unload appdomain
    48       JobFailed,       // job failed with an exception. submit the results, unload appdomain
    49 
    5045      // *** commands from execution engine ***
    5146      AddChildJob,     // adds a new child job for the provided jobId
Note: See TracChangeset for help on using the changeset viewer.