diff options
Diffstat (limited to 'cts/scheduler/dot/bug-1820-1.dot')
-rw-r--r-- | cts/scheduler/dot/bug-1820-1.dot | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/cts/scheduler/dot/bug-1820-1.dot b/cts/scheduler/dot/bug-1820-1.dot new file mode 100644 index 0000000..90e35a2 --- /dev/null +++ b/cts/scheduler/dot/bug-1820-1.dot @@ -0,0 +1,50 @@ + digraph "g" { +"do_shutdown star" [ style=bold color="green" fontcolor="black"] +"gr1_running_0" [ style=bold color="green" fontcolor="orange"] +"gr1_start_0" -> "gr1_running_0" [ style = bold] +"gr1_start_0" -> "test1_start_0 world" [ style = bold] +"gr1_start_0" -> "test2_start_0 world" [ style = bold] +"gr1_start_0" [ style=bold color="green" fontcolor="orange"] +"gr1_stop_0" -> "gr1_stopped_0" [ style = bold] +"gr1_stop_0" -> "test1_stop_0 star" [ style = bold] +"gr1_stop_0" -> "test2_stop_0 star" [ style = bold] +"gr1_stop_0" [ style=bold color="green" fontcolor="orange"] +"gr1_stopped_0" -> "gr1_start_0" [ style = bold] +"gr1_stopped_0" [ style=bold color="green" fontcolor="orange"] +"p1_monitor_0 star" -> "p1_start_0 world" [ style = bold] +"p1_monitor_0 star" [ style=bold color="green" fontcolor="black"] +"p1_monitor_0 world" -> "p1_start_0 world" [ style = bold] +"p1_monitor_0 world" [ style=bold color="green" fontcolor="black"] +"p1_start_0 world" [ style=bold color="green" fontcolor="black"] +"test1_migrate_from_0 world" -> "test1_start_0 world" [ style = bold] +"test1_migrate_from_0 world" -> "test1_stop_0 star" [ style = bold] +"test1_migrate_from_0 world" -> "test2_migrate_to_0 star" [ style = bold] +"test1_migrate_from_0 world" [ style=bold color="green" fontcolor="black"] +"test1_migrate_to_0 star" -> "test1_migrate_from_0 world" [ style = bold] +"test1_migrate_to_0 star" [ style=bold color="green" fontcolor="black"] +"test1_monitor_10000 world" [ style=bold color="green" fontcolor="black"] +"test1_start_0 world" -> "gr1_running_0" [ style = bold] +"test1_start_0 world" -> "test1_monitor_10000 world" [ style = bold] +"test1_start_0 world" -> "test2_migrate_to_0 star" [ style = dashed] +"test1_start_0 world" -> "test2_start_0 world" [ style = bold] +"test1_start_0 world" [ style=bold color="green" fontcolor="orange"] +"test1_stop_0 star" -> "do_shutdown star" [ style = bold] +"test1_stop_0 star" -> "gr1_stopped_0" [ style = bold] +"test1_stop_0 star" -> "test1_start_0 world" [ style = bold] +"test1_stop_0 star" [ style=bold color="green" fontcolor="black"] +"test2_migrate_from_0 world" -> "test2_start_0 world" [ style = bold] +"test2_migrate_from_0 world" -> "test2_stop_0 star" [ style = bold] +"test2_migrate_from_0 world" [ style=bold color="green" fontcolor="black"] +"test2_migrate_to_0 star" -> "test2_migrate_from_0 world" [ style = bold] +"test2_migrate_to_0 star" [ style=bold color="green" fontcolor="black"] +"test2_monitor_10000 world" [ style=bold color="green" fontcolor="black"] +"test2_start_0 world" -> "gr1_running_0" [ style = bold] +"test2_start_0 world" -> "test2_monitor_10000 world" [ style = bold] +"test2_start_0 world" [ style=bold color="green" fontcolor="orange"] +"test2_stop_0 star" -> "do_shutdown star" [ style = bold] +"test2_stop_0 star" -> "gr1_stopped_0" [ style = bold] +"test2_stop_0 star" -> "test1_migrate_to_0 star" [ style = dashed] +"test2_stop_0 star" -> "test1_stop_0 star" [ style = bold] +"test2_stop_0 star" -> "test2_start_0 world" [ style = bold] +"test2_stop_0 star" [ style=bold color="green" fontcolor="black"] +} |