Last change
on this file since 5593 was
5106,
checked in by cneumuel, 14 years ago
|
#1233
- made MockJob to execute asynchronously with the option to spinWait
- added methods to IHiveService
- implemented methods for Slave handling in HiveService
- added more tests for server
- changed db-schema of slaves and slavegroups
|
File size:
968 bytes
|
Rev | Line | |
---|
[5106] | 1 | DELETE FROM [HeuristicLab.Hive-3.4].[dbo].AssignedResources
|
---|
| 2 | DELETE FROM [HeuristicLab.Hive-3.4].[dbo].RequiredPlugins
|
---|
| 3 | DELETE FROM [HeuristicLab.Hive-3.4].[dbo].PluginData
|
---|
| 4 | DELETE FROM [HeuristicLab.Hive-3.4].[dbo].Plugin
|
---|
| 5 | DELETE FROM [HeuristicLab.Hive-3.4].[dbo].UptimeCalendar
|
---|
| 6 | DELETE FROM [HeuristicLab.Hive-3.4].[dbo].SlaveGroup_Resource
|
---|
| 7 | DELETE FROM [HeuristicLab.Hive-3.4].[dbo].[Resource]
|
---|
| 8 | DELETE FROM [HeuristicLab.Hive-3.4].[dbo].HiveExperiment
|
---|
| 9 | DELETE FROM [HeuristicLab.Hive-3.4].[dbo].JobData
|
---|
| 10 | DELETE FROM [HeuristicLab.Hive-3.4].[dbo].Job
|
---|
[4629] | 11 |
|
---|
| 12 | /** only jobs & experiments **/
|
---|
[5106] | 13 | DELETE FROM [HeuristicLab.Hive-3.4].[dbo].AssignedResources
|
---|
| 14 | DELETE FROM [HeuristicLab.Hive-3.4].[dbo].RequiredPlugins
|
---|
| 15 | DELETE FROM [HeuristicLab.Hive-3.4].[dbo].PluginData
|
---|
| 16 | DELETE FROM [HeuristicLab.Hive-3.4].[dbo].Plugin
|
---|
| 17 | DELETE FROM [HeuristicLab.Hive-3.4].[dbo].HiveExperiment
|
---|
| 18 | DELETE FROM [HeuristicLab.Hive-3.4].[dbo].JobData
|
---|
| 19 | DELETE FROM [HeuristicLab.Hive-3.4].[dbo].Job |
---|
Note: See
TracBrowser
for help on using the repository browser.