cuboid 0.0.4 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1287) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/README.md +13 -13
  4. data/cuboid.gemspec +1 -5
  5. data/lib/cuboid/application.rb +10 -10
  6. data/lib/cuboid/option_groups/agent.rb +54 -0
  7. data/lib/cuboid/option_groups/paths.rb +1 -1
  8. data/lib/cuboid/options.rb +1 -1
  9. data/lib/cuboid/processes/agents.rb +154 -0
  10. data/lib/cuboid/processes/executables/agent.rb +5 -0
  11. data/lib/cuboid/processes/helpers/agents.rb +23 -0
  12. data/lib/cuboid/processes/helpers/instances.rb +4 -4
  13. data/lib/cuboid/processes/helpers.rb +1 -1
  14. data/lib/cuboid/processes/instances.rb +22 -10
  15. data/lib/cuboid/processes/schedulers.rb +16 -3
  16. data/lib/cuboid/processes.rb +2 -2
  17. data/lib/cuboid/report.rb +1 -0
  18. data/lib/cuboid/rest/server/instance_helpers.rb +13 -13
  19. data/lib/cuboid/rest/server/routes/dispatcher.rb +11 -11
  20. data/lib/cuboid/rest/server/routes/grid.rb +8 -8
  21. data/lib/cuboid/rest/server/routes/instances.rb +1 -1
  22. data/lib/cuboid/rest/server.rb +5 -5
  23. data/lib/cuboid/rpc/client/agent.rb +58 -0
  24. data/lib/cuboid/rpc/client/instance.rb +2 -2
  25. data/lib/cuboid/rpc/client.rb +1 -1
  26. data/lib/cuboid/rpc/server/agent/node.rb +247 -0
  27. data/lib/cuboid/rpc/server/agent/service.rb +145 -0
  28. data/lib/cuboid/rpc/server/agent.rb +347 -0
  29. data/lib/cuboid/rpc/server/application_wrapper.rb +2 -1
  30. data/lib/cuboid/rpc/server/instance.rb +4 -4
  31. data/lib/cuboid/rpc/server/scheduler.rb +13 -12
  32. data/lib/cuboid.rb +0 -3
  33. data/lib/version +1 -1
  34. data/spec/cuboid/option_groups/dispatcher_spec.rb +2 -2
  35. data/spec/cuboid/rest/server_spec.rb +46 -46
  36. data/spec/cuboid/rpc/client/dispatcher_spec.rb +2 -2
  37. data/spec/cuboid/rpc/server/dispatcher/node_spec.rb +65 -65
  38. data/spec/cuboid/rpc/server/dispatcher/service_spec.rb +16 -16
  39. data/spec/cuboid/rpc/server/dispatcher_spec.rb +95 -95
  40. data/spec/cuboid/rpc/server/scheduler_spec.rb +8 -8
  41. data/spec/support/fixtures/executables/node.rb +3 -3
  42. data/spec/support/fixtures/mock_app/test_service.rb +8 -8
  43. data/spec/support/fixtures/mock_app.rb +1 -1
  44. data/spec/support/fixtures/services/echo.rb +6 -6
  45. data/spec/support/helpers/resets.rb +1 -1
  46. data/spec/support/lib/web_server_client.rb +2 -2
  47. data/spec/support/lib/web_server_dispatcher.rb +1 -1
  48. data/spec/support/logs/Agent - 2486896-44236.log +6 -0
  49. data/spec/support/logs/Agent - 2487229-16390.log +6 -0
  50. data/spec/support/logs/Agent - 2487520-2511.log +6 -0
  51. data/spec/support/logs/Agent - 2487522-24008.log +6 -0
  52. data/spec/support/logs/Agent - 2487526-3383.log +6 -0
  53. data/spec/support/logs/Agent - 2487528-23713.log +10 -0
  54. data/spec/support/logs/Agent - 2487530-42875.log +10 -0
  55. data/spec/support/logs/Agent - 2487533-14182.log +10 -0
  56. data/spec/support/logs/Agent - 2487535-32486.log +10 -0
  57. data/spec/support/logs/Agent - 2487537-30578.log +10 -0
  58. data/spec/support/logs/Agent - 2487539-65402.log +10 -0
  59. data/spec/support/logs/Agent - 2493974-23066.log +6 -0
  60. data/spec/support/logs/Agent - 2501716-11729.log +6 -0
  61. data/spec/support/logs/Agent - 2501724-48638.log +6 -0
  62. data/spec/support/logs/Agent - 2501961-60077.log +6 -0
  63. data/spec/support/logs/Agent - 2501976-10941.log +10 -0
  64. data/spec/support/logs/Agent - 2502050-45312.log +10 -0
  65. data/spec/support/logs/Agent - 2502131-45940.log +10 -0
  66. data/spec/support/logs/Agent - 2502139-59848.log +10 -0
  67. data/spec/support/logs/Agent - 2502262-46629.log +10 -0
  68. data/spec/support/logs/Agent - 2502298-28395.log +10 -0
  69. data/spec/support/logs/Agent - 2512541-7108.log +6 -0
  70. data/spec/support/logs/Agent - 2515458-5532.log +6 -0
  71. data/spec/support/logs/Agent - 2515540-20379.log +6 -0
  72. data/spec/support/logs/Agent - 2515550-19661.log +6 -0
  73. data/spec/support/logs/Agent - 2515626-34192.log +6 -0
  74. data/spec/support/logs/Agent - 2515879-19884.log +6 -0
  75. data/spec/support/logs/Agent - 2516130-27514.log +6 -0
  76. data/spec/support/logs/Agent - 2516382-45886.log +6 -0
  77. data/spec/support/logs/Agent - 2516390-47909.log +6 -0
  78. data/spec/support/logs/Agent - 2516465-47774.log +6 -0
  79. data/spec/support/logs/Agent - 2516546-13955.log +6 -0
  80. data/spec/support/logs/Agent - 2516561-39041.log +6 -0
  81. data/spec/support/logs/Agent - 2516710-46722.log +6 -0
  82. data/spec/support/logs/Agent - 2516795-56481.log +16 -0
  83. data/spec/support/logs/Agent - 2516798-22121.log +14 -0
  84. data/spec/support/logs/Agent - 2516881-21755.log +10 -0
  85. data/spec/support/logs/Agent - 2517053-64944.log +16 -0
  86. data/spec/support/logs/Agent - 2517056-63364.log +14 -0
  87. data/spec/support/logs/Agent - 2517066-34797.log +10 -0
  88. data/spec/support/logs/Agent - 2518042-30794.log +16 -0
  89. data/spec/support/logs/Agent - 2518050-6895.log +14 -0
  90. data/spec/support/logs/Agent - 2518212-36288.log +10 -0
  91. data/spec/support/logs/Agent - 2518395-10976.log +16 -0
  92. data/spec/support/logs/Agent - 2518472-35419.log +14 -0
  93. data/spec/support/logs/Agent - 2518559-43119.log +10 -0
  94. data/spec/support/logs/Agent - 2518647-48415.log +16 -0
  95. data/spec/support/logs/Agent - 2518652-65099.log +14 -0
  96. data/spec/support/logs/Agent - 2518658-1449.log +10 -0
  97. data/spec/support/logs/Agent - 2518910-62083.log +6 -0
  98. data/spec/support/logs/Agent - 2518919-58035.log +6 -0
  99. data/spec/support/logs/Agent - 2519076-57825.log +6 -0
  100. data/spec/support/logs/Agent - 2519156-8413.log +6 -0
  101. data/spec/support/logs/Agent - 2519406-64200.log +6 -0
  102. data/spec/support/logs/Agent - 2519570-20841.log +6 -0
  103. data/spec/support/logs/Agent - 2519659-30136.log +6 -0
  104. data/spec/support/logs/Agent - 2519822-9736.log +6 -0
  105. data/spec/support/logs/Agent - 2520004-59217.log +6 -0
  106. data/spec/support/logs/Agent - 2520357-37723.log +6 -0
  107. data/spec/support/logs/Agent - 2521294-5229.log +16 -0
  108. data/spec/support/logs/Agent - 2521407-31515.log +14 -0
  109. data/spec/support/logs/Agent - 2521415-7501.log +10 -0
  110. data/spec/support/logs/Agent - 2521452-22168.log +16 -0
  111. data/spec/support/logs/Agent - 2521463-24492.log +14 -0
  112. data/spec/support/logs/Agent - 2521482-50808.log +10 -0
  113. data/spec/support/logs/Agent - 2521503-8180.log +16 -0
  114. data/spec/support/logs/Agent - 2521562-3183.log +14 -0
  115. data/spec/support/logs/Agent - 2521639-45199.log +10 -0
  116. data/spec/support/logs/Agent - 2521891-30967.log +10 -0
  117. data/spec/support/logs/Agent - 2521897-64837.log +10 -0
  118. data/spec/support/logs/Agent - 2521916-23526.log +16 -0
  119. data/spec/support/logs/Agent - 2521936-26313.log +14 -0
  120. data/spec/support/logs/Agent - 2521948-18199.log +10 -0
  121. data/spec/support/logs/Agent - 2522026-18512.log +6 -0
  122. data/spec/support/logs/Agent - 2522093-46502.log +6 -0
  123. data/spec/support/logs/Agent - 2522195-30981.log +6 -0
  124. data/spec/support/logs/Agent - 2522295-55509.log +6 -0
  125. data/spec/support/logs/Agent - 2522347-32811.log +6 -0
  126. data/spec/support/logs/Agent - 2523391-7522.log +6 -0
  127. data/spec/support/logs/Agent - 2523626-61560.log +6 -0
  128. data/spec/support/logs/Agent - 2523913-25677.log +6 -0
  129. data/spec/support/logs/Agent - 2539887-21281.log +6 -0
  130. data/spec/support/logs/Agent - 2540261-61895.log +6 -0
  131. data/spec/support/logs/Agent - 2540430-8261.log +6 -0
  132. data/spec/support/logs/Agent - 361913-24577.log +6 -0
  133. data/spec/support/logs/Agent - 362152-33398.log +6 -0
  134. data/spec/support/logs/Agent - 362154-44243.log +6 -0
  135. data/spec/support/logs/Agent - 362157-6034.log +6 -0
  136. data/spec/support/logs/Agent - 362160-38548.log +10 -0
  137. data/spec/support/logs/Agent - 362162-59176.log +10 -0
  138. data/spec/support/logs/Agent - 362165-23738.log +10 -0
  139. data/spec/support/logs/Agent - 362167-57542.log +10 -0
  140. data/spec/support/logs/Agent - 362172-22798.log +10 -0
  141. data/spec/support/logs/Agent - 362174-46609.log +10 -0
  142. data/spec/support/logs/Agent - 362398-10913.log +6 -0
  143. data/spec/support/logs/Agent - 362524-29482.log +6 -0
  144. data/spec/support/logs/Agent - 362527-40674.log +6 -0
  145. data/spec/support/logs/Agent - 362530-32963.log +6 -0
  146. data/spec/support/logs/Agent - 362532-22236.log +6 -0
  147. data/spec/support/logs/Agent - 362543-4429.log +6 -0
  148. data/spec/support/logs/Agent - 362557-7510.log +6 -0
  149. data/spec/support/logs/Agent - 362574-36915.log +6 -0
  150. data/spec/support/logs/Agent - 362576-65372.log +6 -0
  151. data/spec/support/logs/Agent - 362578-29183.log +6 -0
  152. data/spec/support/logs/Agent - 362580-43546.log +6 -0
  153. data/spec/support/logs/Agent - 362582-22254.log +6 -0
  154. data/spec/support/logs/Agent - 362588-40009.log +6 -0
  155. data/spec/support/logs/Agent - 362591-60596.log +16 -0
  156. data/spec/support/logs/Agent - 362595-3584.log +14 -0
  157. data/spec/support/logs/Agent - 362599-39016.log +10 -0
  158. data/spec/support/logs/Agent - 362606-58506.log +16 -0
  159. data/spec/support/logs/Agent - 362609-55768.log +14 -0
  160. data/spec/support/logs/Agent - 362613-37168.log +10 -0
  161. data/spec/support/logs/Agent - 362629-16593.log +16 -0
  162. data/spec/support/logs/Agent - 362632-32264.log +14 -0
  163. data/spec/support/logs/Agent - 362643-59807.log +10 -0
  164. data/spec/support/logs/Agent - 362649-40552.log +16 -0
  165. data/spec/support/logs/Agent - 362655-31144.log +14 -0
  166. data/spec/support/logs/Agent - 362660-12968.log +10 -0
  167. data/spec/support/logs/Agent - 362666-6806.log +16 -0
  168. data/spec/support/logs/Agent - 362673-39178.log +14 -0
  169. data/spec/support/logs/Agent - 362678-36132.log +10 -0
  170. data/spec/support/logs/Agent - 362685-62240.log +6 -0
  171. data/spec/support/logs/Agent - 362687-4068.log +6 -0
  172. data/spec/support/logs/Agent - 362691-48465.log +6 -0
  173. data/spec/support/logs/Agent - 362693-40295.log +6 -0
  174. data/spec/support/logs/Agent - 362705-53855.log +6 -0
  175. data/spec/support/logs/Agent - 362712-14029.log +6 -0
  176. data/spec/support/logs/Agent - 362717-3069.log +6 -0
  177. data/spec/support/logs/Agent - 362721-38670.log +6 -0
  178. data/spec/support/logs/Agent - 362725-7644.log +6 -0
  179. data/spec/support/logs/Agent - 362748-18302.log +6 -0
  180. data/spec/support/logs/Agent - 362828-61766.log +16 -0
  181. data/spec/support/logs/Agent - 362838-44693.log +14 -0
  182. data/spec/support/logs/Agent - 362847-31875.log +10 -0
  183. data/spec/support/logs/Agent - 362875-46401.log +16 -0
  184. data/spec/support/logs/Agent - 362887-52041.log +14 -0
  185. data/spec/support/logs/Agent - 362897-7426.log +10 -0
  186. data/spec/support/logs/Agent - 362908-35228.log +16 -0
  187. data/spec/support/logs/Agent - 362919-33764.log +14 -0
  188. data/spec/support/logs/Agent - 362928-1323.log +10 -0
  189. data/spec/support/logs/Agent - 362960-27883.log +10 -0
  190. data/spec/support/logs/Agent - 362964-26072.log +10 -0
  191. data/spec/support/logs/Agent - 362966-42927.log +16 -0
  192. data/spec/support/logs/Agent - 362972-56025.log +14 -0
  193. data/spec/support/logs/Agent - 362977-39574.log +10 -0
  194. data/spec/support/logs/Agent - 362992-23510.log +6 -0
  195. data/spec/support/logs/Agent - 362996-63445.log +6 -0
  196. data/spec/support/logs/Agent - 363017-59359.log +6 -0
  197. data/spec/support/logs/Agent - 363034-15682.log +6 -0
  198. data/spec/support/logs/Agent - 363050-6605.log +6 -0
  199. data/spec/support/logs/Agent - 363065-59445.log +6 -0
  200. data/spec/support/logs/Agent - 363070-6619.log +6 -0
  201. data/spec/support/logs/Agent - 363077-18731.log +6 -0
  202. data/spec/support/logs/Agent - 363250-16962.log +6 -0
  203. data/spec/support/logs/Agent - 363265-25598.log +6 -0
  204. data/spec/support/logs/Agent - 363279-50603.log +6 -0
  205. data/spec/support/logs/Instance - 2525557-35695.error.log +105 -0
  206. data/spec/support/logs/Instance - 2525638-6350.error.log +105 -0
  207. data/spec/support/logs/Instance - 2525719-30351.error.log +105 -0
  208. data/spec/support/logs/Instance - 363119-21886.error.log +105 -0
  209. data/spec/support/logs/Instance - 363121-31774.error.log +105 -0
  210. data/spec/support/logs/Instance - 363127-52671.error.log +105 -0
  211. data/spec/support/logs/Scheduler - 2486608-59709.log +3 -0
  212. data/spec/support/logs/Scheduler - 2486612-44110.log +27 -0
  213. data/spec/support/logs/Scheduler - 2486723-50393.log +3 -0
  214. data/spec/support/logs/Scheduler - 2486727-21620.log +27 -0
  215. data/spec/support/logs/Scheduler - 2486877-37845.log +3 -0
  216. data/spec/support/logs/Scheduler - 2486881-3624.log +1 -0
  217. data/spec/support/logs/Scheduler - 2486911-24752.log +3 -0
  218. data/spec/support/logs/Scheduler - 2486919-48535.log +27 -0
  219. data/spec/support/logs/Scheduler - 2486985-8897.log +1 -0
  220. data/spec/support/logs/Scheduler - 2487211-7516.log +3 -0
  221. data/spec/support/logs/Scheduler - 2487215-2831.log +1 -0
  222. data/spec/support/logs/Scheduler - 2487246-7826.log +3 -0
  223. data/spec/support/logs/Scheduler - 2487256-35669.log +6 -0
  224. data/spec/support/logs/Scheduler - 2487272-11542.log +4 -0
  225. data/spec/support/logs/Scheduler - 2487278-9621.log +1 -0
  226. data/spec/support/logs/Scheduler - 2487291-24094.log +3 -0
  227. data/spec/support/logs/Scheduler - 2487299-60095.log +6 -0
  228. data/spec/support/logs/Scheduler - 2487368-7706.log +3 -0
  229. data/spec/support/logs/Scheduler - 2487378-9859.log +6 -0
  230. data/spec/support/logs/Scheduler - 2487396-17812.log +3 -0
  231. data/spec/support/logs/Scheduler - 2487407-25543.log +6 -0
  232. data/spec/support/logs/Scheduler - 2487451-44767.log +4 -0
  233. data/spec/support/logs/Scheduler - 2487506-1422.log +6 -0
  234. data/spec/support/logs/Scheduler - 2487541-38068.log +1 -0
  235. data/spec/support/logs/Scheduler - 2487544-21866.log +1 -0
  236. data/spec/support/logs/Scheduler - 2487548-15245.log +1 -0
  237. data/spec/support/logs/Scheduler - 2487551-34905.log +1 -0
  238. data/spec/support/logs/Scheduler - 2487554-22142.log +1 -0
  239. data/spec/support/logs/Scheduler - 2487562-35113.log +1 -0
  240. data/spec/support/logs/Scheduler - 2487565-55125.log +3 -0
  241. data/spec/support/logs/Scheduler - 2487569-48845.log +6 -0
  242. data/spec/support/logs/Scheduler - 2487576-57192.log +4 -0
  243. data/spec/support/logs/Scheduler - 2487583-17991.log +1 -0
  244. data/spec/support/logs/Scheduler - 2487586-30014.log +1 -0
  245. data/spec/support/logs/Scheduler - 2487591-6472.log +1 -0
  246. data/spec/support/logs/Scheduler - 2487594-2195.log +1 -0
  247. data/spec/support/logs/Scheduler - 2487598-55808.log +3 -0
  248. data/spec/support/logs/Scheduler - 2487605-7400.log +1 -0
  249. data/spec/support/logs/Scheduler - 2487607-4337.log +1 -0
  250. data/spec/support/logs/Scheduler - 2487610-25835.log +1 -0
  251. data/spec/support/logs/Scheduler - 2493623-45209.log +3 -0
  252. data/spec/support/logs/Scheduler - 2493714-59407.log +1 -0
  253. data/spec/support/logs/Scheduler - 2494470-61696.log +3 -0
  254. data/spec/support/logs/Scheduler - 2494723-2810.log +6 -0
  255. data/spec/support/logs/Scheduler - 2495458-22112.log +4 -0
  256. data/spec/support/logs/Scheduler - 2496034-4076.log +1 -0
  257. data/spec/support/logs/Scheduler - 2496119-62253.log +3 -0
  258. data/spec/support/logs/Scheduler - 2496210-50380.log +6 -0
  259. data/spec/support/logs/Scheduler - 2497536-24922.log +3 -0
  260. data/spec/support/logs/Scheduler - 2497786-13515.log +6 -0
  261. data/spec/support/logs/Scheduler - 2498774-16911.log +3 -0
  262. data/spec/support/logs/Scheduler - 2498961-4742.log +6 -0
  263. data/spec/support/logs/Scheduler - 2500340-16045.log +4 -0
  264. data/spec/support/logs/Scheduler - 2500980-26158.log +6 -0
  265. data/spec/support/logs/Scheduler - 2502381-26435.log +1 -0
  266. data/spec/support/logs/Scheduler - 2502463-62965.log +1 -0
  267. data/spec/support/logs/Scheduler - 2502547-53434.log +1 -0
  268. data/spec/support/logs/Scheduler - 2502628-43720.log +1 -0
  269. data/spec/support/logs/Scheduler - 2502643-58379.log +1 -0
  270. data/spec/support/logs/Scheduler - 2502873-64893.log +1 -0
  271. data/spec/support/logs/Scheduler - 2502954-43885.log +3 -0
  272. data/spec/support/logs/Scheduler - 2503039-52147.log +6 -0
  273. data/spec/support/logs/Scheduler - 2503768-28831.log +4 -0
  274. data/spec/support/logs/Scheduler - 2504259-24533.log +1 -0
  275. data/spec/support/logs/Scheduler - 2504343-56967.log +1 -0
  276. data/spec/support/logs/Scheduler - 2504502-25085.log +1 -0
  277. data/spec/support/logs/Scheduler - 2504587-30789.log +1 -0
  278. data/spec/support/logs/Scheduler - 2504608-56601.log +3 -0
  279. data/spec/support/logs/Scheduler - 2504760-36374.log +1 -0
  280. data/spec/support/logs/Scheduler - 2504841-49675.log +1 -0
  281. data/spec/support/logs/Scheduler - 2504923-15781.log +1 -0
  282. data/spec/support/logs/Scheduler - 2532871-63847.log +16 -0
  283. data/spec/support/logs/Scheduler - 2538978-63705.log +6 -0
  284. data/spec/support/logs/Scheduler - 2539461-10579.log +6 -0
  285. data/spec/support/logs/Scheduler - 2539981-44320.log +6 -0
  286. data/spec/support/logs/Scheduler - 2540265-37672.log +3 -0
  287. data/spec/support/logs/Scheduler - 2540434-9490.log +5 -0
  288. data/spec/support/logs/Scheduler - 2540840-9957.log +1 -0
  289. data/spec/support/logs/Scheduler - 2540921-2437.log +1 -0
  290. data/spec/support/logs/Scheduler - 2540937-17100.log +1 -0
  291. data/spec/support/logs/Scheduler - 2541007-52812.log +1 -0
  292. data/spec/support/logs/Scheduler - 2541091-56468.log +1 -0
  293. data/spec/support/logs/Scheduler - 2541109-54138.log +1 -0
  294. data/spec/support/logs/Scheduler - 2541188-17918.log +1 -0
  295. data/spec/support/logs/Scheduler - 2541267-2563.log +3 -0
  296. data/spec/support/logs/Scheduler - 2541430-40675.log +3 -0
  297. data/spec/support/logs/Scheduler - 2542341-38074.log +3 -0
  298. data/spec/support/logs/Scheduler - 2542519-33069.log +3 -0
  299. data/spec/support/logs/Scheduler - 2542610-41819.log +4 -0
  300. data/spec/support/logs/Scheduler - 2543168-3708.log +1 -0
  301. data/spec/support/logs/Scheduler - 2543332-46957.log +4 -0
  302. data/spec/support/logs/Scheduler - 2543334-53034.log +1 -0
  303. data/spec/support/logs/Scheduler - 2543419-31038.log +1 -0
  304. data/spec/support/logs/Scheduler - 2543666-10481.log +16 -0
  305. data/spec/support/logs/Scheduler - 2544245-30154.log +4 -0
  306. data/spec/support/logs/Scheduler - 2544487-8113.log +1 -0
  307. data/spec/support/logs/Scheduler - 2544490-62030.log +1 -0
  308. data/spec/support/logs/Scheduler - 2544494-64830.log +1 -0
  309. data/spec/support/logs/Scheduler - 2544585-3507.log +1 -0
  310. data/spec/support/logs/Scheduler - 2544668-24185.log +3 -0
  311. data/spec/support/logs/Scheduler - 2544762-17601.log +1 -0
  312. data/spec/support/logs/Scheduler - 2544790-32379.log +1 -0
  313. data/spec/support/logs/Scheduler - 2544853-35518.log +1 -0
  314. data/spec/support/logs/Scheduler - 2544939-52525.log +1 -0
  315. data/spec/support/logs/Scheduler - 2545016-12352.log +1 -0
  316. data/spec/support/logs/Scheduler - 2545096-63001.log +1 -0
  317. data/spec/support/logs/Scheduler - 2545178-63647.log +2 -0
  318. data/spec/support/logs/Scheduler - 361893-37255.log +3 -0
  319. data/spec/support/logs/Scheduler - 361897-36090.log +1 -0
  320. data/spec/support/logs/Scheduler - 361928-44834.log +3 -0
  321. data/spec/support/logs/Scheduler - 361937-43013.log +6 -0
  322. data/spec/support/logs/Scheduler - 361956-8533.log +4 -0
  323. data/spec/support/logs/Scheduler - 361968-31856.log +1 -0
  324. data/spec/support/logs/Scheduler - 361988-37894.log +3 -0
  325. data/spec/support/logs/Scheduler - 361997-31525.log +6 -0
  326. data/spec/support/logs/Scheduler - 362037-51907.log +3 -0
  327. data/spec/support/logs/Scheduler - 362047-32758.log +6 -0
  328. data/spec/support/logs/Scheduler - 362072-11620.log +3 -0
  329. data/spec/support/logs/Scheduler - 362080-16797.log +6 -0
  330. data/spec/support/logs/Scheduler - 362124-56230.log +4 -0
  331. data/spec/support/logs/Scheduler - 362137-4746.log +6 -0
  332. data/spec/support/logs/Scheduler - 362176-32691.log +1 -0
  333. data/spec/support/logs/Scheduler - 362179-34759.log +1 -0
  334. data/spec/support/logs/Scheduler - 362183-18758.log +1 -0
  335. data/spec/support/logs/Scheduler - 362187-63438.log +1 -0
  336. data/spec/support/logs/Scheduler - 362189-35075.log +1 -0
  337. data/spec/support/logs/Scheduler - 362191-34351.log +1 -0
  338. data/spec/support/logs/Scheduler - 362195-51436.log +3 -0
  339. data/spec/support/logs/Scheduler - 362199-46884.log +6 -0
  340. data/spec/support/logs/Scheduler - 362214-12351.log +4 -0
  341. data/spec/support/logs/Scheduler - 362230-12723.log +1 -0
  342. data/spec/support/logs/Scheduler - 362233-16133.log +1 -0
  343. data/spec/support/logs/Scheduler - 362238-51103.log +1 -0
  344. data/spec/support/logs/Scheduler - 362241-20441.log +1 -0
  345. data/spec/support/logs/Scheduler - 362245-40692.log +3 -0
  346. data/spec/support/logs/Scheduler - 362251-40074.log +1 -0
  347. data/spec/support/logs/Scheduler - 362253-48087.log +1 -0
  348. data/spec/support/logs/Scheduler - 362256-27112.log +1 -0
  349. data/spec/support/logs/Scheduler - 363208-60869.log +16 -0
  350. data/spec/support/logs/Scheduler - 363231-35883.log +6 -0
  351. data/spec/support/logs/Scheduler - 363240-11734.log +6 -0
  352. data/spec/support/logs/Scheduler - 363252-28394.log +6 -0
  353. data/spec/support/logs/Scheduler - 363267-7527.log +3 -0
  354. data/spec/support/logs/Scheduler - 363282-48049.log +5 -0
  355. data/spec/support/logs/Scheduler - 363298-26965.log +1 -0
  356. data/spec/support/logs/Scheduler - 363300-14973.log +1 -0
  357. data/spec/support/logs/Scheduler - 363302-58216.log +1 -0
  358. data/spec/support/logs/Scheduler - 363304-11942.log +1 -0
  359. data/spec/support/logs/Scheduler - 363306-39654.log +1 -0
  360. data/spec/support/logs/Scheduler - 363308-57479.log +1 -0
  361. data/spec/support/logs/Scheduler - 363310-32176.log +1 -0
  362. data/spec/support/logs/Scheduler - 363314-13492.log +3 -0
  363. data/spec/support/logs/Scheduler - 363322-38112.log +3 -0
  364. data/spec/support/logs/Scheduler - 363342-26080.log +3 -0
  365. data/spec/support/logs/Scheduler - 363349-51783.log +3 -0
  366. data/spec/support/logs/Scheduler - 363355-44132.log +4 -0
  367. data/spec/support/logs/Scheduler - 363367-12160.log +1 -0
  368. data/spec/support/logs/Scheduler - 363372-28520.log +4 -0
  369. data/spec/support/logs/Scheduler - 363376-58951.log +1 -0
  370. data/spec/support/logs/Scheduler - 363379-28506.log +1 -0
  371. data/spec/support/logs/Scheduler - 363384-63536.log +16 -0
  372. data/spec/support/logs/Scheduler - 363402-32695.log +4 -0
  373. data/spec/support/logs/Scheduler - 363412-41984.log +1 -0
  374. data/spec/support/logs/Scheduler - 363414-47366.log +1 -0
  375. data/spec/support/logs/Scheduler - 363416-44368.log +1 -0
  376. data/spec/support/logs/Scheduler - 363427-29292.log +1 -0
  377. data/spec/support/logs/Scheduler - 363431-44605.log +3 -0
  378. data/spec/support/logs/Scheduler - 363439-19754.log +1 -0
  379. data/spec/support/logs/Scheduler - 363441-5762.log +1 -0
  380. data/spec/support/logs/Scheduler - 363443-4000.log +1 -0
  381. data/spec/support/logs/Scheduler - 363445-3688.log +1 -0
  382. data/spec/support/logs/Scheduler - 363448-50268.log +1 -0
  383. data/spec/support/logs/Scheduler - 363451-23104.log +1 -0
  384. data/spec/support/logs/Scheduler - 363454-12897.log +2 -0
  385. data/spec/support/logs/error-2487640.log +797 -0
  386. data/spec/support/logs/error-360075.log +797 -0
  387. data/spec/support/logs/output_spec_2487640.log +390 -0
  388. data/spec/support/logs/output_spec_360075.log +390 -0
  389. data/spec/support/reports/052f88c73e2d0ecf331dbf5fce0cfe3c.crf +0 -0
  390. data/spec/support/reports/06eed3dec98f5cd5fc717190a004d7d6.crf +0 -0
  391. data/spec/support/reports/0902bd88bbd4df462910007a3b5018fc.crf +0 -0
  392. data/spec/support/reports/10b9864e81e3204d1ef4940ccb88b0ed.crf +0 -0
  393. data/spec/support/reports/16b575097e68156416a84a6854d3719c.crf +0 -0
  394. data/spec/support/reports/18be00bff4371738c7c7013b284b415b.crf +0 -0
  395. data/spec/support/reports/1ca39d410c2cf1f652eb8c320d6682bd.crf +0 -0
  396. data/spec/support/reports/266a09d73152ce2f3d2951f1dab133f3.crf +0 -0
  397. data/spec/support/reports/2929bee9c126b2695dc569b693fef574.crf +0 -0
  398. data/spec/support/reports/2abd611201d06f0428f1b060b32d4839.crf +0 -0
  399. data/spec/support/reports/2b9ce956f7060163d7a0b78603dc05ca.crf +0 -0
  400. data/spec/support/reports/3254163f76b8696fa1677d18eaefce1d.crf +0 -0
  401. data/spec/support/reports/3a9e6a4fa91c901550ff295cd21d69c9.crf +0 -0
  402. data/spec/support/reports/3de18cf956e18664f441f94ee05e4118.crf +0 -0
  403. data/spec/support/reports/46bcffd844008e71c7d90a76baf8597d.crf +0 -0
  404. data/spec/support/reports/482cf0d0c54cda32bedf59b2ea995c65.crf +0 -0
  405. data/spec/support/reports/502508e3a29966200350196c9859881c.crf +0 -0
  406. data/spec/support/reports/5f0d832d46338d69b4eab6ff91ba4c91.crf +0 -0
  407. data/spec/support/reports/620287cfdc373595385cf2471e1d4523.crf +0 -0
  408. data/spec/support/reports/65d71de3b0e8c9fe894f4ba36cb4cb7c.crf +0 -0
  409. data/spec/support/reports/6754d1f86dc5544abeca7f06314ebc56.crf +0 -0
  410. data/spec/support/reports/75fecdd5e006942292e02e6a223e7279.crf +0 -0
  411. data/spec/support/reports/77523cc87357aa220c33d5604f41b5a1.crf +0 -0
  412. data/spec/support/reports/7e137bd5f71e0f0fbb63b93b87dae160.crf +0 -0
  413. data/spec/support/reports/806a17c3a40cc22eafd77c97b64a2ed5.crf +0 -0
  414. data/spec/support/reports/81cca53163bbab5ccf4d5f0401d5adcd.crf +0 -0
  415. data/spec/support/reports/8745ae8fdeb76289765582e06a614940.crf +0 -0
  416. data/spec/support/reports/8c204ee129fe1bd6c5964d29ae5d03ae.crf +0 -0
  417. data/spec/support/reports/937b7b516a99c23b2a641bb7bf695bfa.crf +0 -0
  418. data/spec/support/reports/a6eb89ffb1c33e33e421c1ee393118a9.crf +0 -0
  419. data/spec/support/reports/aadbf2c1544b0e11174853fb4883a38c.crf +0 -0
  420. data/spec/support/reports/c360a2833f3e635e69036916010edeac.crf +0 -0
  421. data/spec/support/reports/cf0bfb4662a7cda85db324936aae93d3.crf +0 -0
  422. data/spec/support/reports/cfff9c06897e28b1d58977909738c78f.crf +0 -0
  423. data/spec/support/reports/e2d5321452359193a758f7d16879ddb3.crf +0 -0
  424. data/spec/support/reports/e58c9dfbf9edeca9adcf32af5940f16b.crf +0 -0
  425. data/spec/support/reports/e96abea937f1ed3f89bc2ec5397522db.crf +0 -0
  426. data/spec/support/reports/ec0bbd4424061d305963551a29d20e1a.crf +0 -0
  427. data/spec/support/reports/f16e679098a4411d4f1c123abcd6af90.crf +0 -0
  428. data/spec/support/reports/f2c155087c431851979048ceb8c46ec9.crf +0 -0
  429. data/spec/support/reports/f3d542036e17f6a66e11bfacb2fb3366.crf +0 -0
  430. data/spec/support/reports/f72c7feef5f9c7e29f423c3ebe345ef3.crf +0 -0
  431. data/spec/support/reports/fbb2e1c6ada2d4b8229488f4c4b3b418.crf +0 -0
  432. data/spec/support/snapshots/Cuboid 2022-02-01 13_10_28 +0200 a06d9bd7db81b1b4fb077ceadcc3895f.csf +0 -0
  433. data/spec/support/snapshots/Cuboid 2022-02-01 13_10_42 +0200 36c68859faf144eed9ff9c01ae754217.csf +0 -0
  434. data/spec/support/snapshots/Cuboid 2022-02-01 13_24_42 +0200 5a26112a913330ee8763b2982a4d42df.csf +0 -0
  435. data/spec/support/snapshots/Cuboid 2022-02-01 13_24_56 +0200 190856b98ac7099eb553ed3abcfbcb87.csf +0 -0
  436. data/spec/support/snapshots/Cuboid 2022-02-01 13_35_35 +0200 a9c5229b459119840c9428a3d7c54eb1.csf +0 -0
  437. data/spec/support/snapshots/Cuboid 2022-02-01 13_35_41 +0200 d93660f71110dad136cea0758b29611e.csf +0 -0
  438. data/spec/support/snapshots/Cuboid 2022-02-01 13_35_44 +0200 57083dafa382f1d21cc33c9740861c88.csf +0 -0
  439. data/spec/support/snapshots/Cuboid 2022-02-13 07_55_57 +0200 6ff9bf8c7b70ad85fa3a42f44bcc5fe7.csf +0 -0
  440. data/spec/support/snapshots/Cuboid 2022-02-13 07_56_12 +0200 2852d4e0ae04e5365301703913f7b763.csf +0 -0
  441. data/spec/support/snapshots/Cuboid 2022-02-13 08_06_41 +0200 54da34dab4b059de90cdd33d400ccac7.csf +0 -0
  442. data/spec/support/snapshots/Cuboid 2022-02-13 08_06_46 +0200 61596bdce9318446373d1b736ec7c9ce.csf +0 -0
  443. data/spec/support/snapshots/Cuboid 2022-02-13 08_06_48 +0200 19030be87532ece27c1d4791a8d3229c.csf +0 -0
  444. metadata +880 -1778
  445. data/lib/cuboid/option_groups/dispatcher.rb +0 -38
  446. data/lib/cuboid/processes/dispatchers.rb +0 -140
  447. data/lib/cuboid/processes/executables/dispatcher.rb +0 -5
  448. data/lib/cuboid/processes/helpers/dispatchers.rb +0 -23
  449. data/lib/cuboid/rpc/client/dispatcher.rb +0 -58
  450. data/lib/cuboid/rpc/server/dispatcher/node.rb +0 -247
  451. data/lib/cuboid/rpc/server/dispatcher/service.rb +0 -145
  452. data/lib/cuboid/rpc/server/dispatcher.rb +0 -346
  453. data/logs/error-3207383.log +0 -106
  454. data/logs/error-3207482.log +0 -106
  455. data/logs/error-3208344.log +0 -109
  456. data/logs/error-3208460.log +0 -106
  457. data/logs/error-903730.log +0 -105
  458. data/logs/error-903846.log +0 -105
  459. data/logs/error-904783.log +0 -108
  460. data/logs/error-905101.log +0 -105
  461. data/spec/support/logs/Dispatcher - 2084286-54259.log +0 -6
  462. data/spec/support/logs/Dispatcher - 2084291-6640.log +0 -16
  463. data/spec/support/logs/Dispatcher - 2084295-5250.log +0 -14
  464. data/spec/support/logs/Dispatcher - 2084305-6471.log +0 -10
  465. data/spec/support/logs/Dispatcher - 2084312-12985.log +0 -16
  466. data/spec/support/logs/Dispatcher - 2084316-56585.log +0 -14
  467. data/spec/support/logs/Dispatcher - 2084320-43576.log +0 -10
  468. data/spec/support/logs/Dispatcher - 2084326-22154.log +0 -6
  469. data/spec/support/logs/Dispatcher - 2084329-37449.log +0 -6
  470. data/spec/support/logs/Dispatcher - 2084337-6108.log +0 -6
  471. data/spec/support/logs/Dispatcher - 2084339-3678.log +0 -6
  472. data/spec/support/logs/Dispatcher - 2084349-25543.log +0 -6
  473. data/spec/support/logs/Dispatcher - 2084353-32233.log +0 -6
  474. data/spec/support/logs/Dispatcher - 2084358-52174.log +0 -6
  475. data/spec/support/logs/Dispatcher - 2084364-37161.log +0 -6
  476. data/spec/support/logs/Dispatcher - 2084368-60932.log +0 -6
  477. data/spec/support/logs/Dispatcher - 2084403-8438.log +0 -6
  478. data/spec/support/logs/Dispatcher - 2084474-13802.log +0 -16
  479. data/spec/support/logs/Dispatcher - 2084486-30620.log +0 -14
  480. data/spec/support/logs/Dispatcher - 2084493-32506.log +0 -10
  481. data/spec/support/logs/Dispatcher - 2084501-43574.log +0 -16
  482. data/spec/support/logs/Dispatcher - 2084505-27926.log +0 -14
  483. data/spec/support/logs/Dispatcher - 2084511-49908.log +0 -10
  484. data/spec/support/logs/Dispatcher - 2084523-64722.log +0 -6
  485. data/spec/support/logs/Dispatcher - 2084528-48219.log +0 -6
  486. data/spec/support/logs/Dispatcher - 2084544-3678.log +0 -6
  487. data/spec/support/logs/Dispatcher - 2084554-36730.log +0 -6
  488. data/spec/support/logs/Dispatcher - 2084567-41815.log +0 -6
  489. data/spec/support/logs/Dispatcher - 2084585-59505.log +0 -6
  490. data/spec/support/logs/Dispatcher - 2084591-20029.log +0 -6
  491. data/spec/support/logs/Dispatcher - 2084596-44780.log +0 -6
  492. data/spec/support/logs/Dispatcher - 2084623-19816.log +0 -6
  493. data/spec/support/logs/Dispatcher - 2084639-21862.log +0 -16
  494. data/spec/support/logs/Dispatcher - 2084652-14826.log +0 -14
  495. data/spec/support/logs/Dispatcher - 2084656-10619.log +0 -10
  496. data/spec/support/logs/Dispatcher - 2084662-30386.log +0 -16
  497. data/spec/support/logs/Dispatcher - 2084666-41980.log +0 -14
  498. data/spec/support/logs/Dispatcher - 2084671-28195.log +0 -10
  499. data/spec/support/logs/Dispatcher - 2084679-24212.log +0 -6
  500. data/spec/support/logs/Dispatcher - 2084684-24840.log +0 -6
  501. data/spec/support/logs/Dispatcher - 2084690-2330.log +0 -6
  502. data/spec/support/logs/Dispatcher - 2084696-42100.log +0 -6
  503. data/spec/support/logs/Dispatcher - 2084708-56679.log +0 -6
  504. data/spec/support/logs/Dispatcher - 2084715-59455.log +0 -6
  505. data/spec/support/logs/Dispatcher - 2084720-46091.log +0 -6
  506. data/spec/support/logs/Dispatcher - 2084724-21347.log +0 -6
  507. data/spec/support/logs/Dispatcher - 2084728-3813.log +0 -6
  508. data/spec/support/logs/Dispatcher - 2084747-54065.log +0 -6
  509. data/spec/support/logs/Dispatcher - 2084801-19412.log +0 -16
  510. data/spec/support/logs/Dispatcher - 2084811-59797.log +0 -14
  511. data/spec/support/logs/Dispatcher - 2084823-23899.log +0 -10
  512. data/spec/support/logs/Dispatcher - 2084830-47281.log +0 -16
  513. data/spec/support/logs/Dispatcher - 2084837-10298.log +0 -14
  514. data/spec/support/logs/Dispatcher - 2084841-56001.log +0 -10
  515. data/spec/support/logs/Dispatcher - 2084853-1565.log +0 -6
  516. data/spec/support/logs/Dispatcher - 2084857-31352.log +0 -6
  517. data/spec/support/logs/Dispatcher - 2084877-22664.log +0 -6
  518. data/spec/support/logs/Dispatcher - 2084887-58267.log +0 -6
  519. data/spec/support/logs/Dispatcher - 2084900-14813.log +0 -6
  520. data/spec/support/logs/Dispatcher - 2084918-27095.log +0 -6
  521. data/spec/support/logs/Dispatcher - 2084922-38881.log +0 -6
  522. data/spec/support/logs/Dispatcher - 2084927-9197.log +0 -6
  523. data/spec/support/logs/Dispatcher - 2084933-45835.log +0 -6
  524. data/spec/support/logs/Dispatcher - 2084939-1500.log +0 -16
  525. data/spec/support/logs/Dispatcher - 2084943-48331.log +0 -14
  526. data/spec/support/logs/Dispatcher - 2084948-34909.log +0 -10
  527. data/spec/support/logs/Dispatcher - 2084954-49726.log +0 -16
  528. data/spec/support/logs/Dispatcher - 2084958-35176.log +0 -14
  529. data/spec/support/logs/Dispatcher - 2084962-62104.log +0 -10
  530. data/spec/support/logs/Dispatcher - 2084974-6819.log +0 -6
  531. data/spec/support/logs/Dispatcher - 2084978-13104.log +0 -6
  532. data/spec/support/logs/Dispatcher - 2084983-59939.log +0 -6
  533. data/spec/support/logs/Dispatcher - 2084985-53535.log +0 -6
  534. data/spec/support/logs/Dispatcher - 2084995-18515.log +0 -6
  535. data/spec/support/logs/Dispatcher - 2085000-55889.log +0 -6
  536. data/spec/support/logs/Dispatcher - 2085006-56531.log +0 -6
  537. data/spec/support/logs/Dispatcher - 2085010-2253.log +0 -6
  538. data/spec/support/logs/Dispatcher - 2085014-50939.log +0 -6
  539. data/spec/support/logs/Dispatcher - 2085037-15194.log +0 -6
  540. data/spec/support/logs/Dispatcher - 2085107-51681.log +0 -16
  541. data/spec/support/logs/Dispatcher - 2085117-64122.log +0 -14
  542. data/spec/support/logs/Dispatcher - 2085124-63731.log +0 -10
  543. data/spec/support/logs/Dispatcher - 2085130-3512.log +0 -16
  544. data/spec/support/logs/Dispatcher - 2085138-19989.log +0 -14
  545. data/spec/support/logs/Dispatcher - 2085144-39261.log +0 -10
  546. data/spec/support/logs/Dispatcher - 2085155-25349.log +0 -6
  547. data/spec/support/logs/Dispatcher - 2085164-29569.log +0 -6
  548. data/spec/support/logs/Dispatcher - 2085174-35683.log +0 -6
  549. data/spec/support/logs/Dispatcher - 2085188-19138.log +0 -6
  550. data/spec/support/logs/Dispatcher - 2085196-49875.log +0 -6
  551. data/spec/support/logs/Dispatcher - 2085206-21198.log +0 -6
  552. data/spec/support/logs/Dispatcher - 2085212-33052.log +0 -6
  553. data/spec/support/logs/Dispatcher - 2085217-42794.log +0 -6
  554. data/spec/support/logs/Dispatcher - 2085284-29818.log +0 -6
  555. data/spec/support/logs/Dispatcher - 2085289-38774.log +0 -16
  556. data/spec/support/logs/Dispatcher - 2085291-53018.log +0 -14
  557. data/spec/support/logs/Dispatcher - 2085295-56998.log +0 -10
  558. data/spec/support/logs/Dispatcher - 2085301-13055.log +0 -16
  559. data/spec/support/logs/Dispatcher - 2085307-27829.log +0 -14
  560. data/spec/support/logs/Dispatcher - 2085313-62492.log +0 -10
  561. data/spec/support/logs/Dispatcher - 2085319-65144.log +0 -6
  562. data/spec/support/logs/Dispatcher - 2085321-33632.log +0 -6
  563. data/spec/support/logs/Dispatcher - 2085325-50203.log +0 -6
  564. data/spec/support/logs/Dispatcher - 2085327-26879.log +0 -6
  565. data/spec/support/logs/Dispatcher - 2085350-45657.log +0 -6
  566. data/spec/support/logs/Dispatcher - 2085354-31092.log +0 -6
  567. data/spec/support/logs/Dispatcher - 2085358-34299.log +0 -6
  568. data/spec/support/logs/Dispatcher - 2085362-1655.log +0 -6
  569. data/spec/support/logs/Dispatcher - 2085366-24205.log +0 -6
  570. data/spec/support/logs/Dispatcher - 2085390-59700.log +0 -6
  571. data/spec/support/logs/Dispatcher - 2085456-15485.log +0 -16
  572. data/spec/support/logs/Dispatcher - 2085466-42753.log +0 -14
  573. data/spec/support/logs/Dispatcher - 2085477-15058.log +0 -10
  574. data/spec/support/logs/Dispatcher - 2085518-2292.log +0 -16
  575. data/spec/support/logs/Dispatcher - 2085522-19832.log +0 -14
  576. data/spec/support/logs/Dispatcher - 2085531-38976.log +0 -10
  577. data/spec/support/logs/Dispatcher - 2085545-37623.log +0 -6
  578. data/spec/support/logs/Dispatcher - 2085549-51738.log +0 -6
  579. data/spec/support/logs/Dispatcher - 2085559-60468.log +0 -6
  580. data/spec/support/logs/Dispatcher - 2085575-35794.log +0 -6
  581. data/spec/support/logs/Dispatcher - 2085583-19494.log +0 -6
  582. data/spec/support/logs/Dispatcher - 2085597-55072.log +0 -6
  583. data/spec/support/logs/Dispatcher - 2085603-61074.log +0 -6
  584. data/spec/support/logs/Dispatcher - 2085608-56310.log +0 -6
  585. data/spec/support/logs/Dispatcher - 2129919-54627.log +0 -16
  586. data/spec/support/logs/Dispatcher - 2129923-22332.log +0 -14
  587. data/spec/support/logs/Dispatcher - 2129929-4902.log +0 -10
  588. data/spec/support/logs/Dispatcher - 2129941-56558.log +0 -16
  589. data/spec/support/logs/Dispatcher - 2129944-29611.log +0 -14
  590. data/spec/support/logs/Dispatcher - 2129948-32559.log +0 -10
  591. data/spec/support/logs/Dispatcher - 2129957-40662.log +0 -16
  592. data/spec/support/logs/Dispatcher - 2129963-37747.log +0 -14
  593. data/spec/support/logs/Dispatcher - 2129968-3200.log +0 -10
  594. data/spec/support/logs/Dispatcher - 2130020-23055.log +0 -16
  595. data/spec/support/logs/Dispatcher - 2130024-57755.log +0 -14
  596. data/spec/support/logs/Dispatcher - 2130029-59884.log +0 -10
  597. data/spec/support/logs/Dispatcher - 2130035-34381.log +0 -16
  598. data/spec/support/logs/Dispatcher - 2130037-51580.log +0 -14
  599. data/spec/support/logs/Dispatcher - 2130047-50278.log +0 -10
  600. data/spec/support/logs/Dispatcher - 2130076-30559.log +0 -16
  601. data/spec/support/logs/Dispatcher - 2130078-10491.log +0 -14
  602. data/spec/support/logs/Dispatcher - 2130082-55801.log +0 -10
  603. data/spec/support/logs/Dispatcher - 2130496-46916.log +0 -16
  604. data/spec/support/logs/Dispatcher - 2130500-35987.log +0 -14
  605. data/spec/support/logs/Dispatcher - 2130505-57402.log +0 -10
  606. data/spec/support/logs/Dispatcher - 2130511-53706.log +0 -16
  607. data/spec/support/logs/Dispatcher - 2130514-12390.log +0 -14
  608. data/spec/support/logs/Dispatcher - 2130518-8896.log +0 -10
  609. data/spec/support/logs/Dispatcher - 2130534-23838.log +0 -16
  610. data/spec/support/logs/Dispatcher - 2130536-48443.log +0 -14
  611. data/spec/support/logs/Dispatcher - 2130545-65368.log +0 -10
  612. data/spec/support/logs/Dispatcher - 2130550-22158.log +0 -16
  613. data/spec/support/logs/Dispatcher - 2130552-11552.log +0 -14
  614. data/spec/support/logs/Dispatcher - 2130556-16962.log +0 -10
  615. data/spec/support/logs/Dispatcher - 2130580-20313.log +0 -16
  616. data/spec/support/logs/Dispatcher - 2130584-56766.log +0 -14
  617. data/spec/support/logs/Dispatcher - 2130589-51160.log +0 -10
  618. data/spec/support/logs/Dispatcher - 2130599-32055.log +0 -16
  619. data/spec/support/logs/Dispatcher - 2130602-17133.log +0 -14
  620. data/spec/support/logs/Dispatcher - 2130608-60258.log +0 -10
  621. data/spec/support/logs/Dispatcher - 2130618-15506.log +0 -16
  622. data/spec/support/logs/Dispatcher - 2130620-59925.log +0 -14
  623. data/spec/support/logs/Dispatcher - 2130624-63217.log +0 -10
  624. data/spec/support/logs/Dispatcher - 2130629-59335.log +0 -16
  625. data/spec/support/logs/Dispatcher - 2130631-49411.log +0 -14
  626. data/spec/support/logs/Dispatcher - 2130637-5579.log +0 -10
  627. data/spec/support/logs/Dispatcher - 2130936-2924.log +0 -16
  628. data/spec/support/logs/Dispatcher - 2130950-64910.log +0 -14
  629. data/spec/support/logs/Dispatcher - 2130958-47251.log +0 -10
  630. data/spec/support/logs/Dispatcher - 2130989-57164.log +0 -16
  631. data/spec/support/logs/Dispatcher - 2131002-17160.log +0 -14
  632. data/spec/support/logs/Dispatcher - 2131012-21397.log +0 -10
  633. data/spec/support/logs/Dispatcher - 2131025-28295.log +0 -16
  634. data/spec/support/logs/Dispatcher - 2131036-33317.log +0 -14
  635. data/spec/support/logs/Dispatcher - 2131043-15257.log +0 -10
  636. data/spec/support/logs/Dispatcher - 2131076-36931.log +0 -10
  637. data/spec/support/logs/Dispatcher - 2131078-31823.log +0 -10
  638. data/spec/support/logs/Dispatcher - 2131162-44993.log +0 -16
  639. data/spec/support/logs/Dispatcher - 2131178-58290.log +0 -14
  640. data/spec/support/logs/Dispatcher - 2131186-45196.log +0 -10
  641. data/spec/support/logs/Dispatcher - 2131216-54848.log +0 -16
  642. data/spec/support/logs/Dispatcher - 2131230-45440.log +0 -14
  643. data/spec/support/logs/Dispatcher - 2131240-56994.log +0 -10
  644. data/spec/support/logs/Dispatcher - 2131249-39008.log +0 -16
  645. data/spec/support/logs/Dispatcher - 2131261-44998.log +0 -14
  646. data/spec/support/logs/Dispatcher - 2131270-38601.log +0 -10
  647. data/spec/support/logs/Dispatcher - 2131296-9480.log +0 -10
  648. data/spec/support/logs/Dispatcher - 2131298-32598.log +0 -10
  649. data/spec/support/logs/Dispatcher - 2131410-52976.log +0 -16
  650. data/spec/support/logs/Dispatcher - 2131424-19462.log +0 -14
  651. data/spec/support/logs/Dispatcher - 2131437-9356.log +0 -10
  652. data/spec/support/logs/Dispatcher - 2131470-17236.log +0 -16
  653. data/spec/support/logs/Dispatcher - 2131483-58007.log +0 -14
  654. data/spec/support/logs/Dispatcher - 2131491-8037.log +0 -10
  655. data/spec/support/logs/Dispatcher - 2131502-61497.log +0 -16
  656. data/spec/support/logs/Dispatcher - 2131512-59741.log +0 -14
  657. data/spec/support/logs/Dispatcher - 2131519-39028.log +0 -10
  658. data/spec/support/logs/Dispatcher - 2131556-14332.log +0 -10
  659. data/spec/support/logs/Dispatcher - 2131558-31938.log +0 -10
  660. data/spec/support/logs/Dispatcher - 2131699-14865.log +0 -16
  661. data/spec/support/logs/Dispatcher - 2131711-47373.log +0 -14
  662. data/spec/support/logs/Dispatcher - 2131723-8945.log +0 -10
  663. data/spec/support/logs/Dispatcher - 2131755-41131.log +0 -16
  664. data/spec/support/logs/Dispatcher - 2131771-46583.log +0 -14
  665. data/spec/support/logs/Dispatcher - 2131794-51997.log +0 -10
  666. data/spec/support/logs/Dispatcher - 2131805-63007.log +0 -16
  667. data/spec/support/logs/Dispatcher - 2131818-33168.log +0 -14
  668. data/spec/support/logs/Dispatcher - 2131825-44824.log +0 -10
  669. data/spec/support/logs/Dispatcher - 2131851-49930.log +0 -10
  670. data/spec/support/logs/Dispatcher - 2131853-60292.log +0 -10
  671. data/spec/support/logs/Dispatcher - 2131866-56677.log +0 -16
  672. data/spec/support/logs/Dispatcher - 2131890-1384.log +0 -14
  673. data/spec/support/logs/Dispatcher - 2131898-44219.log +0 -10
  674. data/spec/support/logs/Dispatcher - 2131926-30670.log +0 -16
  675. data/spec/support/logs/Dispatcher - 2131941-41491.log +0 -14
  676. data/spec/support/logs/Dispatcher - 2131950-47334.log +0 -10
  677. data/spec/support/logs/Dispatcher - 2132013-62855.log +0 -16
  678. data/spec/support/logs/Dispatcher - 2132034-62247.log +0 -14
  679. data/spec/support/logs/Dispatcher - 2132044-61266.log +0 -10
  680. data/spec/support/logs/Dispatcher - 2132085-18623.log +0 -16
  681. data/spec/support/logs/Dispatcher - 2132098-50893.log +0 -14
  682. data/spec/support/logs/Dispatcher - 2132107-14083.log +0 -10
  683. data/spec/support/logs/Dispatcher - 2132137-63194.log +0 -16
  684. data/spec/support/logs/Dispatcher - 2132151-18639.log +0 -14
  685. data/spec/support/logs/Dispatcher - 2132165-48796.log +0 -10
  686. data/spec/support/logs/Dispatcher - 2132228-51697.log +0 -16
  687. data/spec/support/logs/Dispatcher - 2132249-47460.log +0 -14
  688. data/spec/support/logs/Dispatcher - 2132258-12678.log +0 -10
  689. data/spec/support/logs/Dispatcher - 2132275-27587.log +0 -16
  690. data/spec/support/logs/Dispatcher - 2132290-30441.log +0 -14
  691. data/spec/support/logs/Dispatcher - 2132299-61158.log +0 -10
  692. data/spec/support/logs/Dispatcher - 2132322-9888.log +0 -6
  693. data/spec/support/logs/Dispatcher - 2132329-57731.log +0 -16
  694. data/spec/support/logs/Dispatcher - 2132332-16308.log +0 -14
  695. data/spec/support/logs/Dispatcher - 2132336-9093.log +0 -10
  696. data/spec/support/logs/Dispatcher - 2132349-13508.log +0 -16
  697. data/spec/support/logs/Dispatcher - 2132351-24439.log +0 -14
  698. data/spec/support/logs/Dispatcher - 2132355-17731.log +0 -10
  699. data/spec/support/logs/Dispatcher - 2132363-35053.log +0 -16
  700. data/spec/support/logs/Dispatcher - 2132365-2390.log +0 -14
  701. data/spec/support/logs/Dispatcher - 2132369-24028.log +0 -10
  702. data/spec/support/logs/Dispatcher - 2132381-38142.log +0 -16
  703. data/spec/support/logs/Dispatcher - 2132388-19936.log +0 -14
  704. data/spec/support/logs/Dispatcher - 2132393-25715.log +0 -10
  705. data/spec/support/logs/Dispatcher - 2132398-37330.log +0 -16
  706. data/spec/support/logs/Dispatcher - 2132403-51310.log +0 -14
  707. data/spec/support/logs/Dispatcher - 2132408-22358.log +0 -10
  708. data/spec/support/logs/Dispatcher - 2132418-33568.log +0 -6
  709. data/spec/support/logs/Dispatcher - 2132420-35943.log +0 -6
  710. data/spec/support/logs/Dispatcher - 2132427-60028.log +0 -6
  711. data/spec/support/logs/Dispatcher - 2132430-46507.log +0 -6
  712. data/spec/support/logs/Dispatcher - 2132442-21537.log +0 -6
  713. data/spec/support/logs/Dispatcher - 2132448-34492.log +0 -6
  714. data/spec/support/logs/Dispatcher - 2132452-38047.log +0 -6
  715. data/spec/support/logs/Dispatcher - 2132456-7171.log +0 -6
  716. data/spec/support/logs/Dispatcher - 2132460-38441.log +0 -6
  717. data/spec/support/logs/Dispatcher - 2132480-56600.log +0 -6
  718. data/spec/support/logs/Dispatcher - 2132543-21077.log +0 -16
  719. data/spec/support/logs/Dispatcher - 2132554-64077.log +0 -14
  720. data/spec/support/logs/Dispatcher - 2132561-57377.log +0 -10
  721. data/spec/support/logs/Dispatcher - 2132587-6406.log +0 -16
  722. data/spec/support/logs/Dispatcher - 2132597-36294.log +0 -14
  723. data/spec/support/logs/Dispatcher - 2132604-18769.log +0 -10
  724. data/spec/support/logs/Dispatcher - 2132615-9908.log +0 -16
  725. data/spec/support/logs/Dispatcher - 2132625-52945.log +0 -14
  726. data/spec/support/logs/Dispatcher - 2132640-35578.log +0 -10
  727. data/spec/support/logs/Dispatcher - 2132681-61419.log +0 -10
  728. data/spec/support/logs/Dispatcher - 2132684-40433.log +0 -10
  729. data/spec/support/logs/Dispatcher - 2132699-38154.log +0 -16
  730. data/spec/support/logs/Dispatcher - 2132712-64833.log +0 -14
  731. data/spec/support/logs/Dispatcher - 2132717-64320.log +0 -10
  732. data/spec/support/logs/Dispatcher - 2132729-4317.log +0 -6
  733. data/spec/support/logs/Dispatcher - 2132733-33496.log +0 -6
  734. data/spec/support/logs/Dispatcher - 2132745-24264.log +0 -6
  735. data/spec/support/logs/Dispatcher - 2132760-6322.log +0 -6
  736. data/spec/support/logs/Dispatcher - 2132770-49304.log +0 -6
  737. data/spec/support/logs/Dispatcher - 2132782-18817.log +0 -6
  738. data/spec/support/logs/Dispatcher - 2132786-37539.log +0 -6
  739. data/spec/support/logs/Dispatcher - 2132792-14154.log +0 -6
  740. data/spec/support/logs/Dispatcher - 2132804-55927.log +0 -6
  741. data/spec/support/logs/Dispatcher - 2132816-48684.log +0 -16
  742. data/spec/support/logs/Dispatcher - 2132818-6591.log +0 -14
  743. data/spec/support/logs/Dispatcher - 2132822-1472.log +0 -10
  744. data/spec/support/logs/Dispatcher - 2132828-33385.log +0 -16
  745. data/spec/support/logs/Dispatcher - 2132830-35410.log +0 -14
  746. data/spec/support/logs/Dispatcher - 2132834-28167.log +0 -10
  747. data/spec/support/logs/Dispatcher - 2132846-51507.log +0 -16
  748. data/spec/support/logs/Dispatcher - 2132848-54730.log +0 -14
  749. data/spec/support/logs/Dispatcher - 2132856-19035.log +0 -10
  750. data/spec/support/logs/Dispatcher - 2132868-2494.log +0 -16
  751. data/spec/support/logs/Dispatcher - 2132870-9909.log +0 -14
  752. data/spec/support/logs/Dispatcher - 2132874-64454.log +0 -10
  753. data/spec/support/logs/Dispatcher - 2132879-51130.log +0 -16
  754. data/spec/support/logs/Dispatcher - 2132885-46014.log +0 -14
  755. data/spec/support/logs/Dispatcher - 2132889-61285.log +0 -10
  756. data/spec/support/logs/Dispatcher - 2132895-34598.log +0 -6
  757. data/spec/support/logs/Dispatcher - 2132897-10597.log +0 -6
  758. data/spec/support/logs/Dispatcher - 2132901-26245.log +0 -6
  759. data/spec/support/logs/Dispatcher - 2132903-51387.log +0 -6
  760. data/spec/support/logs/Dispatcher - 2132915-52548.log +0 -6
  761. data/spec/support/logs/Dispatcher - 2132924-1420.log +0 -6
  762. data/spec/support/logs/Dispatcher - 2132928-58554.log +0 -6
  763. data/spec/support/logs/Dispatcher - 2132932-24099.log +0 -6
  764. data/spec/support/logs/Dispatcher - 2132941-13442.log +0 -6
  765. data/spec/support/logs/Dispatcher - 2132961-55061.log +0 -6
  766. data/spec/support/logs/Dispatcher - 2133017-45998.log +0 -16
  767. data/spec/support/logs/Dispatcher - 2133027-52598.log +0 -14
  768. data/spec/support/logs/Dispatcher - 2133034-54481.log +0 -10
  769. data/spec/support/logs/Dispatcher - 2133072-64055.log +0 -16
  770. data/spec/support/logs/Dispatcher - 2133085-51308.log +0 -14
  771. data/spec/support/logs/Dispatcher - 2133092-61065.log +0 -10
  772. data/spec/support/logs/Dispatcher - 2133102-23680.log +0 -16
  773. data/spec/support/logs/Dispatcher - 2133112-3416.log +0 -14
  774. data/spec/support/logs/Dispatcher - 2133121-36546.log +0 -10
  775. data/spec/support/logs/Dispatcher - 2133155-10308.log +0 -10
  776. data/spec/support/logs/Dispatcher - 2133159-56718.log +0 -10
  777. data/spec/support/logs/Dispatcher - 2133161-56786.log +0 -16
  778. data/spec/support/logs/Dispatcher - 2133166-18272.log +0 -14
  779. data/spec/support/logs/Dispatcher - 2133170-16928.log +0 -10
  780. data/spec/support/logs/Dispatcher - 2133183-31842.log +0 -6
  781. data/spec/support/logs/Dispatcher - 2133189-64819.log +0 -6
  782. data/spec/support/logs/Dispatcher - 2133204-46924.log +0 -6
  783. data/spec/support/logs/Dispatcher - 2133215-50738.log +0 -6
  784. data/spec/support/logs/Dispatcher - 2133228-14157.log +0 -6
  785. data/spec/support/logs/Dispatcher - 2133238-31022.log +0 -6
  786. data/spec/support/logs/Dispatcher - 2133242-1174.log +0 -6
  787. data/spec/support/logs/Dispatcher - 2133247-54108.log +0 -6
  788. data/spec/support/logs/Dispatcher - 263684-37723.log +0 -6
  789. data/spec/support/logs/Dispatcher - 263896-63833.log +0 -6
  790. data/spec/support/logs/Dispatcher - 263898-46048.log +0 -6
  791. data/spec/support/logs/Dispatcher - 263900-15914.log +0 -6
  792. data/spec/support/logs/Dispatcher - 263902-5473.log +0 -10
  793. data/spec/support/logs/Dispatcher - 263904-7198.log +0 -10
  794. data/spec/support/logs/Dispatcher - 263907-17435.log +0 -10
  795. data/spec/support/logs/Dispatcher - 263909-37976.log +0 -10
  796. data/spec/support/logs/Dispatcher - 263911-34749.log +0 -10
  797. data/spec/support/logs/Dispatcher - 263913-49655.log +0 -10
  798. data/spec/support/logs/Dispatcher - 263980-43889.log +0 -6
  799. data/spec/support/logs/Dispatcher - 264072-46009.log +0 -6
  800. data/spec/support/logs/Dispatcher - 264077-52811.log +0 -6
  801. data/spec/support/logs/Dispatcher - 264080-41200.log +0 -6
  802. data/spec/support/logs/Dispatcher - 264082-14855.log +0 -6
  803. data/spec/support/logs/Dispatcher - 264092-22503.log +0 -6
  804. data/spec/support/logs/Dispatcher - 264102-30844.log +0 -6
  805. data/spec/support/logs/Dispatcher - 264114-58912.log +0 -6
  806. data/spec/support/logs/Dispatcher - 264116-52016.log +0 -6
  807. data/spec/support/logs/Dispatcher - 264118-47480.log +0 -6
  808. data/spec/support/logs/Dispatcher - 264120-21725.log +0 -6
  809. data/spec/support/logs/Dispatcher - 264122-28950.log +0 -6
  810. data/spec/support/logs/Dispatcher - 264126-15967.log +0 -6
  811. data/spec/support/logs/Dispatcher - 264128-51091.log +0 -16
  812. data/spec/support/logs/Dispatcher - 264130-8447.log +0 -14
  813. data/spec/support/logs/Dispatcher - 264135-28192.log +0 -10
  814. data/spec/support/logs/Dispatcher - 264142-54802.log +0 -16
  815. data/spec/support/logs/Dispatcher - 264144-39272.log +0 -14
  816. data/spec/support/logs/Dispatcher - 264148-56931.log +0 -10
  817. data/spec/support/logs/Dispatcher - 264156-1360.log +0 -16
  818. data/spec/support/logs/Dispatcher - 264158-55531.log +0 -14
  819. data/spec/support/logs/Dispatcher - 264162-8716.log +0 -10
  820. data/spec/support/logs/Dispatcher - 264167-4463.log +0 -16
  821. data/spec/support/logs/Dispatcher - 264169-32905.log +0 -14
  822. data/spec/support/logs/Dispatcher - 264173-14868.log +0 -10
  823. data/spec/support/logs/Dispatcher - 264179-62029.log +0 -16
  824. data/spec/support/logs/Dispatcher - 264186-25376.log +0 -14
  825. data/spec/support/logs/Dispatcher - 264191-60115.log +0 -10
  826. data/spec/support/logs/Dispatcher - 264197-23758.log +0 -6
  827. data/spec/support/logs/Dispatcher - 264199-54852.log +0 -6
  828. data/spec/support/logs/Dispatcher - 264203-9569.log +0 -6
  829. data/spec/support/logs/Dispatcher - 264205-21377.log +0 -6
  830. data/spec/support/logs/Dispatcher - 264215-36440.log +0 -6
  831. data/spec/support/logs/Dispatcher - 264220-10857.log +0 -6
  832. data/spec/support/logs/Dispatcher - 264224-57564.log +0 -6
  833. data/spec/support/logs/Dispatcher - 264229-39123.log +0 -6
  834. data/spec/support/logs/Dispatcher - 264234-44673.log +0 -6
  835. data/spec/support/logs/Dispatcher - 264258-18456.log +0 -6
  836. data/spec/support/logs/Dispatcher - 264314-20266.log +0 -16
  837. data/spec/support/logs/Dispatcher - 264328-20024.log +0 -14
  838. data/spec/support/logs/Dispatcher - 264337-11629.log +0 -10
  839. data/spec/support/logs/Dispatcher - 264361-39155.log +0 -16
  840. data/spec/support/logs/Dispatcher - 264371-39939.log +0 -14
  841. data/spec/support/logs/Dispatcher - 264380-29600.log +0 -10
  842. data/spec/support/logs/Dispatcher - 264401-60428.log +0 -16
  843. data/spec/support/logs/Dispatcher - 264411-34835.log +0 -14
  844. data/spec/support/logs/Dispatcher - 264418-7558.log +0 -10
  845. data/spec/support/logs/Dispatcher - 264443-28575.log +0 -10
  846. data/spec/support/logs/Dispatcher - 264445-29220.log +0 -10
  847. data/spec/support/logs/Dispatcher - 264447-5236.log +0 -16
  848. data/spec/support/logs/Dispatcher - 264452-41191.log +0 -14
  849. data/spec/support/logs/Dispatcher - 264456-31121.log +0 -10
  850. data/spec/support/logs/Dispatcher - 264467-2875.log +0 -6
  851. data/spec/support/logs/Dispatcher - 264471-4172.log +0 -6
  852. data/spec/support/logs/Dispatcher - 264483-15017.log +0 -6
  853. data/spec/support/logs/Dispatcher - 264493-6347.log +0 -6
  854. data/spec/support/logs/Dispatcher - 264502-33089.log +0 -6
  855. data/spec/support/logs/Dispatcher - 264512-37281.log +0 -6
  856. data/spec/support/logs/Dispatcher - 264516-62552.log +0 -6
  857. data/spec/support/logs/Dispatcher - 264521-24238.log +0 -6
  858. data/spec/support/logs/Dispatcher - 264681-16588.log +0 -6
  859. data/spec/support/logs/Dispatcher - 264690-20673.log +0 -6
  860. data/spec/support/logs/Dispatcher - 264697-43473.log +0 -6
  861. data/spec/support/logs/Dispatcher - 3204062-27546.log +0 -6
  862. data/spec/support/logs/Dispatcher - 3207166-30195.log +0 -6
  863. data/spec/support/logs/Dispatcher - 3207418-16491.log +0 -6
  864. data/spec/support/logs/Dispatcher - 3207420-23797.log +0 -6
  865. data/spec/support/logs/Dispatcher - 3207424-64333.log +0 -6
  866. data/spec/support/logs/Dispatcher - 3207427-50621.log +0 -10
  867. data/spec/support/logs/Dispatcher - 3207429-15351.log +0 -10
  868. data/spec/support/logs/Dispatcher - 3207432-3685.log +0 -10
  869. data/spec/support/logs/Dispatcher - 3207436-43126.log +0 -10
  870. data/spec/support/logs/Dispatcher - 3207438-58131.log +0 -10
  871. data/spec/support/logs/Dispatcher - 3207440-32187.log +0 -10
  872. data/spec/support/logs/Dispatcher - 3207654-42085.log +0 -6
  873. data/spec/support/logs/Dispatcher - 3207769-16303.log +0 -6
  874. data/spec/support/logs/Dispatcher - 3207771-31196.log +0 -6
  875. data/spec/support/logs/Dispatcher - 3207773-53419.log +0 -6
  876. data/spec/support/logs/Dispatcher - 3207775-17015.log +0 -6
  877. data/spec/support/logs/Dispatcher - 3207787-56572.log +0 -6
  878. data/spec/support/logs/Dispatcher - 3207799-41227.log +0 -6
  879. data/spec/support/logs/Dispatcher - 3207815-49397.log +0 -6
  880. data/spec/support/logs/Dispatcher - 3207817-13826.log +0 -6
  881. data/spec/support/logs/Dispatcher - 3207819-46821.log +0 -6
  882. data/spec/support/logs/Dispatcher - 3207821-37991.log +0 -6
  883. data/spec/support/logs/Dispatcher - 3207825-52955.log +0 -6
  884. data/spec/support/logs/Dispatcher - 3207829-12122.log +0 -6
  885. data/spec/support/logs/Dispatcher - 3207831-58485.log +0 -16
  886. data/spec/support/logs/Dispatcher - 3207833-47083.log +0 -14
  887. data/spec/support/logs/Dispatcher - 3207837-53679.log +0 -10
  888. data/spec/support/logs/Dispatcher - 3207847-12037.log +0 -16
  889. data/spec/support/logs/Dispatcher - 3207852-64296.log +0 -14
  890. data/spec/support/logs/Dispatcher - 3207858-56473.log +0 -10
  891. data/spec/support/logs/Dispatcher - 3207864-26736.log +0 -6
  892. data/spec/support/logs/Dispatcher - 3207866-24113.log +0 -6
  893. data/spec/support/logs/Dispatcher - 3207870-6896.log +0 -6
  894. data/spec/support/logs/Dispatcher - 3207873-16434.log +0 -6
  895. data/spec/support/logs/Dispatcher - 3207885-31058.log +0 -6
  896. data/spec/support/logs/Dispatcher - 3207891-19927.log +0 -6
  897. data/spec/support/logs/Dispatcher - 3207897-41533.log +0 -6
  898. data/spec/support/logs/Dispatcher - 3207903-26815.log +0 -6
  899. data/spec/support/logs/Dispatcher - 3207909-25294.log +0 -6
  900. data/spec/support/logs/Dispatcher - 3207929-51610.log +0 -6
  901. data/spec/support/logs/Dispatcher - 3207990-8943.log +0 -16
  902. data/spec/support/logs/Dispatcher - 3208000-30657.log +0 -14
  903. data/spec/support/logs/Dispatcher - 3208010-54017.log +0 -10
  904. data/spec/support/logs/Dispatcher - 3208041-58792.log +0 -16
  905. data/spec/support/logs/Dispatcher - 3208047-50811.log +0 -14
  906. data/spec/support/logs/Dispatcher - 3208051-52018.log +0 -10
  907. data/spec/support/logs/Dispatcher - 3208067-46852.log +0 -6
  908. data/spec/support/logs/Dispatcher - 3208075-56209.log +0 -6
  909. data/spec/support/logs/Dispatcher - 3208088-4783.log +0 -6
  910. data/spec/support/logs/Dispatcher - 3208100-47518.log +0 -6
  911. data/spec/support/logs/Dispatcher - 3208115-25109.log +0 -6
  912. data/spec/support/logs/Dispatcher - 3208127-46551.log +0 -6
  913. data/spec/support/logs/Dispatcher - 3208133-2576.log +0 -6
  914. data/spec/support/logs/Dispatcher - 3208138-25988.log +0 -6
  915. data/spec/support/logs/Dispatcher - 3208299-19611.log +0 -6
  916. data/spec/support/logs/Dispatcher - 3208330-35076.log +0 -6
  917. data/spec/support/logs/Dispatcher - 3208340-32759.log +0 -6
  918. data/spec/support/logs/Dispatcher - 903393-34771.log +0 -6
  919. data/spec/support/logs/Dispatcher - 903765-19862.log +0 -6
  920. data/spec/support/logs/Dispatcher - 903767-43611.log +0 -6
  921. data/spec/support/logs/Dispatcher - 903770-34337.log +0 -6
  922. data/spec/support/logs/Dispatcher - 903774-7484.log +0 -10
  923. data/spec/support/logs/Dispatcher - 903777-5256.log +0 -10
  924. data/spec/support/logs/Dispatcher - 903780-12391.log +0 -10
  925. data/spec/support/logs/Dispatcher - 903782-54621.log +0 -10
  926. data/spec/support/logs/Dispatcher - 903786-46071.log +0 -10
  927. data/spec/support/logs/Dispatcher - 903794-48819.log +0 -10
  928. data/spec/support/logs/Dispatcher - 903906-54562.log +0 -6
  929. data/spec/support/logs/Dispatcher - 904068-37293.log +0 -6
  930. data/spec/support/logs/Dispatcher - 904070-53492.log +0 -6
  931. data/spec/support/logs/Dispatcher - 904073-27607.log +0 -6
  932. data/spec/support/logs/Dispatcher - 904075-41641.log +0 -6
  933. data/spec/support/logs/Dispatcher - 904099-53541.log +0 -6
  934. data/spec/support/logs/Dispatcher - 904112-10508.log +0 -6
  935. data/spec/support/logs/Dispatcher - 904132-5791.log +0 -6
  936. data/spec/support/logs/Dispatcher - 904141-56406.log +0 -6
  937. data/spec/support/logs/Dispatcher - 904147-21550.log +0 -6
  938. data/spec/support/logs/Dispatcher - 904149-20120.log +0 -6
  939. data/spec/support/logs/Dispatcher - 904155-33639.log +0 -6
  940. data/spec/support/logs/Dispatcher - 904161-53730.log +0 -6
  941. data/spec/support/logs/Dispatcher - 904169-49991.log +0 -16
  942. data/spec/support/logs/Dispatcher - 904172-39635.log +0 -14
  943. data/spec/support/logs/Dispatcher - 904192-9525.log +0 -10
  944. data/spec/support/logs/Dispatcher - 904206-3529.log +0 -16
  945. data/spec/support/logs/Dispatcher - 904211-16856.log +0 -14
  946. data/spec/support/logs/Dispatcher - 904216-49974.log +0 -10
  947. data/spec/support/logs/Dispatcher - 904228-16891.log +0 -6
  948. data/spec/support/logs/Dispatcher - 904231-34999.log +0 -6
  949. data/spec/support/logs/Dispatcher - 904236-50872.log +0 -6
  950. data/spec/support/logs/Dispatcher - 904238-25464.log +0 -6
  951. data/spec/support/logs/Dispatcher - 904251-43339.log +0 -6
  952. data/spec/support/logs/Dispatcher - 904256-18461.log +0 -6
  953. data/spec/support/logs/Dispatcher - 904266-59699.log +0 -6
  954. data/spec/support/logs/Dispatcher - 904279-17401.log +0 -6
  955. data/spec/support/logs/Dispatcher - 904289-48953.log +0 -6
  956. data/spec/support/logs/Dispatcher - 904309-22599.log +0 -6
  957. data/spec/support/logs/Dispatcher - 904386-44447.log +0 -16
  958. data/spec/support/logs/Dispatcher - 904409-51015.log +0 -14
  959. data/spec/support/logs/Dispatcher - 904420-34336.log +0 -10
  960. data/spec/support/logs/Dispatcher - 904455-24852.log +0 -16
  961. data/spec/support/logs/Dispatcher - 904459-54769.log +0 -14
  962. data/spec/support/logs/Dispatcher - 904464-49280.log +0 -10
  963. data/spec/support/logs/Dispatcher - 904490-41571.log +0 -6
  964. data/spec/support/logs/Dispatcher - 904495-62362.log +0 -6
  965. data/spec/support/logs/Dispatcher - 904517-14314.log +0 -6
  966. data/spec/support/logs/Dispatcher - 904529-30060.log +0 -6
  967. data/spec/support/logs/Dispatcher - 904538-61870.log +0 -6
  968. data/spec/support/logs/Dispatcher - 904553-59343.log +0 -6
  969. data/spec/support/logs/Dispatcher - 904563-59027.log +0 -6
  970. data/spec/support/logs/Dispatcher - 904576-62144.log +0 -6
  971. data/spec/support/logs/Dispatcher - 904742-2935.log +0 -6
  972. data/spec/support/logs/Dispatcher - 904771-62183.log +0 -6
  973. data/spec/support/logs/Dispatcher - 904780-13353.log +0 -6
  974. data/spec/support/logs/Instance - 264561-55945.error.log +0 -105
  975. data/spec/support/logs/Instance - 264572-22790.error.log +0 -105
  976. data/spec/support/logs/Instance - 264580-20320.error.log +0 -105
  977. data/spec/support/logs/Instance - 3208178-11741.error.log +0 -106
  978. data/spec/support/logs/Instance - 3208181-15143.error.log +0 -106
  979. data/spec/support/logs/Instance - 3208183-7742.error.log +0 -106
  980. data/spec/support/logs/Instance - 904628-41184.error.log +0 -105
  981. data/spec/support/logs/Instance - 904631-38626.error.log +0 -105
  982. data/spec/support/logs/Instance - 904634-37879.error.log +0 -105
  983. data/spec/support/logs/Scheduler - 263650-40429.log +0 -3
  984. data/spec/support/logs/Scheduler - 263654-17843.log +0 -6
  985. data/spec/support/logs/Scheduler - 263708-57130.log +0 -3
  986. data/spec/support/logs/Scheduler - 263719-23288.log +0 -6
  987. data/spec/support/logs/Scheduler - 263732-47848.log +0 -4
  988. data/spec/support/logs/Scheduler - 263749-59913.log +0 -1
  989. data/spec/support/logs/Scheduler - 263762-61923.log +0 -3
  990. data/spec/support/logs/Scheduler - 263770-65413.log +0 -6
  991. data/spec/support/logs/Scheduler - 263807-35819.log +0 -3
  992. data/spec/support/logs/Scheduler - 263815-7104.log +0 -6
  993. data/spec/support/logs/Scheduler - 263835-3062.log +0 -3
  994. data/spec/support/logs/Scheduler - 263848-15777.log +0 -6
  995. data/spec/support/logs/Scheduler - 263874-10387.log +0 -4
  996. data/spec/support/logs/Scheduler - 263887-39612.log +0 -6
  997. data/spec/support/logs/Scheduler - 263915-28009.log +0 -1
  998. data/spec/support/logs/Scheduler - 263920-22341.log +0 -1
  999. data/spec/support/logs/Scheduler - 263923-33469.log +0 -1
  1000. data/spec/support/logs/Scheduler - 263925-36367.log +0 -1
  1001. data/spec/support/logs/Scheduler - 263927-31139.log +0 -1
  1002. data/spec/support/logs/Scheduler - 263929-4002.log +0 -1
  1003. data/spec/support/logs/Scheduler - 263931-48598.log +0 -3
  1004. data/spec/support/logs/Scheduler - 263935-12059.log +0 -6
  1005. data/spec/support/logs/Scheduler - 263950-1219.log +0 -4
  1006. data/spec/support/logs/Scheduler - 263957-50923.log +0 -1
  1007. data/spec/support/logs/Scheduler - 263961-4500.log +0 -1
  1008. data/spec/support/logs/Scheduler - 263965-16042.log +0 -1
  1009. data/spec/support/logs/Scheduler - 263967-26380.log +0 -1
  1010. data/spec/support/logs/Scheduler - 263969-50677.log +0 -3
  1011. data/spec/support/logs/Scheduler - 263973-24517.log +0 -1
  1012. data/spec/support/logs/Scheduler - 263975-42635.log +0 -1
  1013. data/spec/support/logs/Scheduler - 263977-19951.log +0 -1
  1014. data/spec/support/logs/Scheduler - 264646-12355.log +0 -16
  1015. data/spec/support/logs/Scheduler - 264660-2662.log +0 -6
  1016. data/spec/support/logs/Scheduler - 264673-4243.log +0 -6
  1017. data/spec/support/logs/Scheduler - 264683-1704.log +0 -6
  1018. data/spec/support/logs/Scheduler - 264692-31371.log +0 -3
  1019. data/spec/support/logs/Scheduler - 264699-49649.log +0 -5
  1020. data/spec/support/logs/Scheduler - 264704-1895.log +0 -1
  1021. data/spec/support/logs/Scheduler - 264706-43058.log +0 -1
  1022. data/spec/support/logs/Scheduler - 264708-30463.log +0 -1
  1023. data/spec/support/logs/Scheduler - 264711-52740.log +0 -1
  1024. data/spec/support/logs/Scheduler - 264714-33818.log +0 -1
  1025. data/spec/support/logs/Scheduler - 264716-16660.log +0 -1
  1026. data/spec/support/logs/Scheduler - 264718-21301.log +0 -1
  1027. data/spec/support/logs/Scheduler - 264721-39177.log +0 -3
  1028. data/spec/support/logs/Scheduler - 264729-42720.log +0 -3
  1029. data/spec/support/logs/Scheduler - 264738-21054.log +0 -3
  1030. data/spec/support/logs/Scheduler - 264744-37138.log +0 -3
  1031. data/spec/support/logs/Scheduler - 264750-25208.log +0 -4
  1032. data/spec/support/logs/Scheduler - 264764-22070.log +0 -1
  1033. data/spec/support/logs/Scheduler - 264769-51485.log +0 -4
  1034. data/spec/support/logs/Scheduler - 264771-15448.log +0 -1
  1035. data/spec/support/logs/Scheduler - 264774-36444.log +0 -1
  1036. data/spec/support/logs/Scheduler - 264776-40748.log +0 -16
  1037. data/spec/support/logs/Scheduler - 264792-62008.log +0 -4
  1038. data/spec/support/logs/Scheduler - 264796-25788.log +0 -1
  1039. data/spec/support/logs/Scheduler - 264799-8917.log +0 -1
  1040. data/spec/support/logs/Scheduler - 264801-6298.log +0 -1
  1041. data/spec/support/logs/Scheduler - 264804-26507.log +0 -1
  1042. data/spec/support/logs/Scheduler - 264807-40623.log +0 -3
  1043. data/spec/support/logs/Scheduler - 264813-58171.log +0 -1
  1044. data/spec/support/logs/Scheduler - 264815-33890.log +0 -1
  1045. data/spec/support/logs/Scheduler - 264817-62292.log +0 -1
  1046. data/spec/support/logs/Scheduler - 264819-41618.log +0 -1
  1047. data/spec/support/logs/Scheduler - 264823-29265.log +0 -1
  1048. data/spec/support/logs/Scheduler - 264826-35178.log +0 -1
  1049. data/spec/support/logs/Scheduler - 264829-30221.log +0 -2
  1050. data/spec/support/logs/Scheduler - 3203309-65225.log +0 -3
  1051. data/spec/support/logs/Scheduler - 3203315-52999.log +0 -6
  1052. data/spec/support/logs/Scheduler - 3204127-50400.log +0 -3
  1053. data/spec/support/logs/Scheduler - 3204138-29313.log +0 -6
  1054. data/spec/support/logs/Scheduler - 3204154-9476.log +0 -4
  1055. data/spec/support/logs/Scheduler - 3204163-52855.log +0 -1
  1056. data/spec/support/logs/Scheduler - 3204175-31574.log +0 -3
  1057. data/spec/support/logs/Scheduler - 3204194-7097.log +0 -6
  1058. data/spec/support/logs/Scheduler - 3204251-11724.log +0 -3
  1059. data/spec/support/logs/Scheduler - 3204262-10820.log +0 -4
  1060. data/spec/support/logs/Scheduler - 3207131-48958.log +0 -3
  1061. data/spec/support/logs/Scheduler - 3207138-8974.log +0 -6
  1062. data/spec/support/logs/Scheduler - 3207187-62652.log +0 -3
  1063. data/spec/support/logs/Scheduler - 3207197-19207.log +0 -6
  1064. data/spec/support/logs/Scheduler - 3207218-27080.log +0 -4
  1065. data/spec/support/logs/Scheduler - 3207228-4393.log +0 -1
  1066. data/spec/support/logs/Scheduler - 3207240-7381.log +0 -3
  1067. data/spec/support/logs/Scheduler - 3207252-53772.log +0 -6
  1068. data/spec/support/logs/Scheduler - 3207306-56622.log +0 -3
  1069. data/spec/support/logs/Scheduler - 3207318-9939.log +0 -6
  1070. data/spec/support/logs/Scheduler - 3207342-36988.log +0 -3
  1071. data/spec/support/logs/Scheduler - 3207352-31746.log +0 -6
  1072. data/spec/support/logs/Scheduler - 3207383-56973.log +0 -4
  1073. data/spec/support/logs/Scheduler - 3207400-19390.log +0 -6
  1074. data/spec/support/logs/Scheduler - 3207442-63021.log +0 -1
  1075. data/spec/support/logs/Scheduler - 3207445-42476.log +0 -1
  1076. data/spec/support/logs/Scheduler - 3207450-45489.log +0 -1
  1077. data/spec/support/logs/Scheduler - 3207453-18262.log +0 -1
  1078. data/spec/support/logs/Scheduler - 3207458-47234.log +0 -1
  1079. data/spec/support/logs/Scheduler - 3207462-5628.log +0 -1
  1080. data/spec/support/logs/Scheduler - 3207464-14620.log +0 -3
  1081. data/spec/support/logs/Scheduler - 3207468-4793.log +0 -6
  1082. data/spec/support/logs/Scheduler - 3207482-45268.log +0 -4
  1083. data/spec/support/logs/Scheduler - 3207494-44991.log +0 -1
  1084. data/spec/support/logs/Scheduler - 3207498-21429.log +0 -1
  1085. data/spec/support/logs/Scheduler - 3207503-54136.log +0 -1
  1086. data/spec/support/logs/Scheduler - 3207507-43714.log +0 -1
  1087. data/spec/support/logs/Scheduler - 3207512-38735.log +0 -3
  1088. data/spec/support/logs/Scheduler - 3207516-64075.log +0 -1
  1089. data/spec/support/logs/Scheduler - 3207523-26974.log +0 -1
  1090. data/spec/support/logs/Scheduler - 3207527-30807.log +0 -1
  1091. data/spec/support/logs/Scheduler - 3208261-26059.log +0 -16
  1092. data/spec/support/logs/Scheduler - 3208278-13735.log +0 -6
  1093. data/spec/support/logs/Scheduler - 3208287-55638.log +0 -6
  1094. data/spec/support/logs/Scheduler - 3208303-38465.log +0 -6
  1095. data/spec/support/logs/Scheduler - 3208334-43532.log +0 -3
  1096. data/spec/support/logs/Scheduler - 3208344-20376.log +0 -5
  1097. data/spec/support/logs/Scheduler - 3208351-38224.log +0 -1
  1098. data/spec/support/logs/Scheduler - 3208355-9843.log +0 -1
  1099. data/spec/support/logs/Scheduler - 3208357-43942.log +0 -1
  1100. data/spec/support/logs/Scheduler - 3208360-58330.log +0 -1
  1101. data/spec/support/logs/Scheduler - 3208363-23807.log +0 -1
  1102. data/spec/support/logs/Scheduler - 3208366-29256.log +0 -1
  1103. data/spec/support/logs/Scheduler - 3208369-25684.log +0 -1
  1104. data/spec/support/logs/Scheduler - 3208372-28479.log +0 -3
  1105. data/spec/support/logs/Scheduler - 3208382-34006.log +0 -3
  1106. data/spec/support/logs/Scheduler - 3208396-57942.log +0 -3
  1107. data/spec/support/logs/Scheduler - 3208402-34617.log +0 -3
  1108. data/spec/support/logs/Scheduler - 3208406-31477.log +0 -4
  1109. data/spec/support/logs/Scheduler - 3208418-25154.log +0 -1
  1110. data/spec/support/logs/Scheduler - 3208423-3948.log +0 -4
  1111. data/spec/support/logs/Scheduler - 3208428-21648.log +0 -1
  1112. data/spec/support/logs/Scheduler - 3208434-64685.log +0 -1
  1113. data/spec/support/logs/Scheduler - 3208440-58157.log +0 -16
  1114. data/spec/support/logs/Scheduler - 3208460-6293.log +0 -4
  1115. data/spec/support/logs/Scheduler - 3208467-29409.log +0 -1
  1116. data/spec/support/logs/Scheduler - 3208470-12825.log +0 -1
  1117. data/spec/support/logs/Scheduler - 3208473-52401.log +0 -1
  1118. data/spec/support/logs/Scheduler - 3208476-6567.log +0 -1
  1119. data/spec/support/logs/Scheduler - 3208480-28476.log +0 -3
  1120. data/spec/support/logs/Scheduler - 3208488-36893.log +0 -1
  1121. data/spec/support/logs/Scheduler - 3208490-11932.log +0 -1
  1122. data/spec/support/logs/Scheduler - 3208493-56676.log +0 -1
  1123. data/spec/support/logs/Scheduler - 3208509-46176.log +0 -1
  1124. data/spec/support/logs/Scheduler - 3208513-14321.log +0 -1
  1125. data/spec/support/logs/Scheduler - 3208517-10539.log +0 -1
  1126. data/spec/support/logs/Scheduler - 3208521-30079.log +0 -2
  1127. data/spec/support/logs/Scheduler - 903345-9616.log +0 -3
  1128. data/spec/support/logs/Scheduler - 903353-58507.log +0 -6
  1129. data/spec/support/logs/Scheduler - 903417-55835.log +0 -3
  1130. data/spec/support/logs/Scheduler - 903427-18261.log +0 -6
  1131. data/spec/support/logs/Scheduler - 903439-36633.log +0 -4
  1132. data/spec/support/logs/Scheduler - 903455-41936.log +0 -1
  1133. data/spec/support/logs/Scheduler - 903506-60484.log +0 -3
  1134. data/spec/support/logs/Scheduler - 903519-10519.log +0 -6
  1135. data/spec/support/logs/Scheduler - 903593-8109.log +0 -3
  1136. data/spec/support/logs/Scheduler - 903614-61308.log +0 -6
  1137. data/spec/support/logs/Scheduler - 903667-39623.log +0 -3
  1138. data/spec/support/logs/Scheduler - 903683-35117.log +0 -6
  1139. data/spec/support/logs/Scheduler - 903730-34262.log +0 -4
  1140. data/spec/support/logs/Scheduler - 903747-57287.log +0 -6
  1141. data/spec/support/logs/Scheduler - 903798-40499.log +0 -1
  1142. data/spec/support/logs/Scheduler - 903801-5479.log +0 -1
  1143. data/spec/support/logs/Scheduler - 903806-11293.log +0 -1
  1144. data/spec/support/logs/Scheduler - 903811-52201.log +0 -1
  1145. data/spec/support/logs/Scheduler - 903813-54636.log +0 -1
  1146. data/spec/support/logs/Scheduler - 903827-5581.log +0 -1
  1147. data/spec/support/logs/Scheduler - 903830-48439.log +0 -3
  1148. data/spec/support/logs/Scheduler - 903835-17198.log +0 -6
  1149. data/spec/support/logs/Scheduler - 903846-28718.log +0 -4
  1150. data/spec/support/logs/Scheduler - 903855-45172.log +0 -1
  1151. data/spec/support/logs/Scheduler - 903864-11909.log +0 -1
  1152. data/spec/support/logs/Scheduler - 903869-1794.log +0 -1
  1153. data/spec/support/logs/Scheduler - 903873-59405.log +0 -1
  1154. data/spec/support/logs/Scheduler - 903880-3155.log +0 -3
  1155. data/spec/support/logs/Scheduler - 903887-52240.log +0 -1
  1156. data/spec/support/logs/Scheduler - 903889-27541.log +0 -1
  1157. data/spec/support/logs/Scheduler - 903895-16003.log +0 -1
  1158. data/spec/support/logs/Scheduler - 904706-61946.log +0 -16
  1159. data/spec/support/logs/Scheduler - 904725-2441.log +0 -6
  1160. data/spec/support/logs/Scheduler - 904736-12992.log +0 -6
  1161. data/spec/support/logs/Scheduler - 904744-61626.log +0 -6
  1162. data/spec/support/logs/Scheduler - 904774-45665.log +0 -3
  1163. data/spec/support/logs/Scheduler - 904783-51443.log +0 -5
  1164. data/spec/support/logs/Scheduler - 904791-45170.log +0 -1
  1165. data/spec/support/logs/Scheduler - 904793-58901.log +0 -1
  1166. data/spec/support/logs/Scheduler - 904801-2336.log +0 -1
  1167. data/spec/support/logs/Scheduler - 904803-10954.log +0 -1
  1168. data/spec/support/logs/Scheduler - 904806-25343.log +0 -1
  1169. data/spec/support/logs/Scheduler - 904810-23633.log +0 -1
  1170. data/spec/support/logs/Scheduler - 904814-27547.log +0 -1
  1171. data/spec/support/logs/Scheduler - 904819-53508.log +0 -3
  1172. data/spec/support/logs/Scheduler - 904826-41103.log +0 -3
  1173. data/spec/support/logs/Scheduler - 904835-20113.log +0 -3
  1174. data/spec/support/logs/Scheduler - 904866-61722.log +0 -3
  1175. data/spec/support/logs/Scheduler - 904878-18373.log +0 -4
  1176. data/spec/support/logs/Scheduler - 904999-46113.log +0 -1
  1177. data/spec/support/logs/Scheduler - 905011-23507.log +0 -4
  1178. data/spec/support/logs/Scheduler - 905017-8299.log +0 -1
  1179. data/spec/support/logs/Scheduler - 905028-51728.log +0 -1
  1180. data/spec/support/logs/Scheduler - 905031-16092.log +0 -16
  1181. data/spec/support/logs/Scheduler - 905101-65244.log +0 -4
  1182. data/spec/support/logs/Scheduler - 905224-20698.log +0 -1
  1183. data/spec/support/logs/Scheduler - 905234-53973.log +0 -1
  1184. data/spec/support/logs/Scheduler - 905241-48042.log +0 -1
  1185. data/spec/support/logs/Scheduler - 905334-30796.log +0 -1
  1186. data/spec/support/logs/Scheduler - 905337-14399.log +0 -3
  1187. data/spec/support/logs/Scheduler - 905350-31560.log +0 -1
  1188. data/spec/support/logs/Scheduler - 905353-63541.log +0 -1
  1189. data/spec/support/logs/Scheduler - 905359-22685.log +0 -1
  1190. data/spec/support/logs/Scheduler - 905362-31483.log +0 -1
  1191. data/spec/support/logs/Scheduler - 905365-28301.log +0 -1
  1192. data/spec/support/logs/Scheduler - 905369-51335.log +0 -1
  1193. data/spec/support/logs/Scheduler - 905373-43552.log +0 -2
  1194. data/spec/support/logs/error-263434.log +0 -829
  1195. data/spec/support/logs/error-3206970.log +0 -801
  1196. data/spec/support/logs/error-903103.log +0 -797
  1197. data/spec/support/logs/output_spec_263434.log +0 -422
  1198. data/spec/support/logs/output_spec_3206970.log +0 -390
  1199. data/spec/support/logs/output_spec_903103.log +0 -390
  1200. data/spec/support/reports/00bd7efdd6aa8a8752925c160d0a2193.crf +0 -0
  1201. data/spec/support/reports/010223f6102d7d7ef50d7061f5a7c120.crf +0 -0
  1202. data/spec/support/reports/0a316e9d67391c167bc54b2884dd4ee2.crf +0 -0
  1203. data/spec/support/reports/0bb89f41e692b10f6b36f58676531fe2.crf +0 -0
  1204. data/spec/support/reports/0c99fb4bf2a1442ae228829a2449c879.crf +0 -0
  1205. data/spec/support/reports/0efcc0441bc58e27299737fc0e8bdb4a.crf +0 -0
  1206. data/spec/support/reports/1444c78cae8a70d9a8f64a5b84579248.crf +0 -0
  1207. data/spec/support/reports/1671ac84eade980f817e12512f55e272.crf +0 -0
  1208. data/spec/support/reports/16d1cdae64bbcf0b2083bc1870940fe8.crf +0 -0
  1209. data/spec/support/reports/2129892df8c5c0437128f2cd8199a723.crf +0 -0
  1210. data/spec/support/reports/22cd328dd5adf2e5830db3eaf3e6d2fa.crf +0 -0
  1211. data/spec/support/reports/26f5f97b84015ea1b3ebfaa04e6863f2.crf +0 -0
  1212. data/spec/support/reports/3893f10c90a1b221786d08956c79b184.crf +0 -0
  1213. data/spec/support/reports/3fd38fe1e2de9e4021acc85865ed226a.crf +0 -0
  1214. data/spec/support/reports/40d544db82e9be4328c8bb16f2abbe96.crf +0 -0
  1215. data/spec/support/reports/432466f64ec7b3a9e3a51e6c0c0f2b68.crf +0 -0
  1216. data/spec/support/reports/446ef5ba5f38d6152193a9d3f3366165.crf +0 -0
  1217. data/spec/support/reports/493d52465fdd74388e1c1769e738fe0a.crf +0 -0
  1218. data/spec/support/reports/49593f3c7dcff9466cebd4a3f71df16e.crf +0 -0
  1219. data/spec/support/reports/4a875ccf578b82ea8af0661d09a0c9a2.crf +0 -0
  1220. data/spec/support/reports/4fe265d0f318a758fff8f9c117d85c70.crf +0 -0
  1221. data/spec/support/reports/5405af2d7e6bdba82761b3deb0316abb.crf +0 -0
  1222. data/spec/support/reports/5801342bc5e7553ca065d9fc76b80a31.crf +0 -0
  1223. data/spec/support/reports/5ca817d21692604d643a1ec4b9d698f8.crf +0 -0
  1224. data/spec/support/reports/60a48dd87c16aaba48705cfa1102e6f0.crf +0 -0
  1225. data/spec/support/reports/61b93d5be434e58e8286bc24375df5a6.crf +0 -0
  1226. data/spec/support/reports/627c9b04ad3b44b45413f2f3c1bfc7a9.crf +0 -0
  1227. data/spec/support/reports/62ae63c7a653ccc450a042c83be6272e.crf +0 -0
  1228. data/spec/support/reports/637183f80faf6fdb29c74fd142c64a95.crf +0 -0
  1229. data/spec/support/reports/6dfba35f84478f2f8740989650e5c9b2.crf +0 -0
  1230. data/spec/support/reports/72d8ff7e33ea0a4fa3208de46060ecb4.crf +0 -0
  1231. data/spec/support/reports/7e73587e8be563c70f2864bb9982d4ac.crf +0 -0
  1232. data/spec/support/reports/808bac9566f4a81686d4dfb648a0b321.crf +0 -0
  1233. data/spec/support/reports/8a20cd9e7ea1f083c463f85990e48b9d.crf +0 -0
  1234. data/spec/support/reports/8e22c8f69d18bfdc387ac2e2c73fd994.crf +0 -0
  1235. data/spec/support/reports/94f726f4caf8bb420b2b8c729d6da725.crf +0 -0
  1236. data/spec/support/reports/99de7d4c926e154d9df18bbb66044360.crf +0 -0
  1237. data/spec/support/reports/a7041c274ac038cde8b9fa2d7de99ef2.crf +0 -0
  1238. data/spec/support/reports/a8cda3f125d6de78da7e601e17ae02e0.crf +0 -0
  1239. data/spec/support/reports/aa6b3e0cabbfa8f622cc3faa5e70d82d.crf +0 -0
  1240. data/spec/support/reports/ad7582cad690ca1f6ec5529766dacecd.crf +0 -0
  1241. data/spec/support/reports/aebfde79f73b167e5269f424e609bc6a.crf +0 -0
  1242. data/spec/support/reports/af253c3c9e54c7efc1eb19a1ba0bc45b.crf +0 -0
  1243. data/spec/support/reports/b57af832ae733e1a4182138f8373029d.crf +0 -0
  1244. data/spec/support/reports/c266644ae90cff19058101b06c2410bd.crf +0 -0
  1245. data/spec/support/reports/c684686518f8bb5af1fc05632b2ee3a1.crf +0 -0
  1246. data/spec/support/reports/d0de163911157b30b56076653a01bd04.crf +0 -0
  1247. data/spec/support/reports/d11cb8c19f0ef398e393e461d48fab49.crf +0 -0
  1248. data/spec/support/reports/d29486b6155119827e12d512f38cf1a5.crf +0 -0
  1249. data/spec/support/reports/d6348fa0f269cef7861d8a55ccb817b8.crf +0 -0
  1250. data/spec/support/reports/d68cddd22874664f66ea296768de93cb.crf +0 -0
  1251. data/spec/support/reports/d73172a30f03f6e4f73e77a379876368.crf +0 -0
  1252. data/spec/support/reports/d806c4456de1b2bd002f74f3066674b1.crf +0 -0
  1253. data/spec/support/reports/e0113960b4015876416519d1e36c6174.crf +0 -0
  1254. data/spec/support/reports/e17c8b6c4f11857957341e3572eec0bd.crf +0 -0
  1255. data/spec/support/reports/e684ad3b2061330bf8016b0cda4c8aeb.crf +0 -0
  1256. data/spec/support/reports/e6ac0ea657944a3fe10e3a1a8e0c2f5b.crf +0 -0
  1257. data/spec/support/reports/e6bec3c23e6367f309a43b6faec6c1af.crf +0 -0
  1258. data/spec/support/reports/eadbebf5e6e8a2b325cdc82a4a667d1a.crf +0 -0
  1259. data/spec/support/reports/ec4d4e7692f5dd4627850f02f0a945b0.crf +0 -0
  1260. data/spec/support/reports/fe4ca4a133464c018e8405dd73064f04.crf +0 -0
  1261. data/spec/support/snapshots/Cuboid 2021-11-28 11_34_27 +0200 7757c257352bfa7abdfc764fa978115c.csf +0 -0
  1262. data/spec/support/snapshots/Cuboid 2021-11-28 11_34_41 +0200 30367c49c18c17b84f6cdbfad6fe8209.csf +0 -0
  1263. data/spec/support/snapshots/Cuboid 2021-11-28 11_35_24 +0200 0faa83c7ec023eca9e68e959b2b6a991.csf +0 -0
  1264. data/spec/support/snapshots/Cuboid 2021-11-28 11_35_38 +0200 e61c3dae449133e330c24f9d1d34bc17.csf +0 -0
  1265. data/spec/support/snapshots/Cuboid 2021-11-28 11_45_36 +0200 ef5b013868ce241f47ebef4f0ee96d23.csf +0 -0
  1266. data/spec/support/snapshots/Cuboid 2021-11-28 11_45_42 +0200 ae63b2e851a211039d4dfa999bfc1f79.csf +0 -0
  1267. data/spec/support/snapshots/Cuboid 2021-11-28 11_45_45 +0200 59a5d8a5ef5de0937e0d8a697d3a06cb.csf +0 -0
  1268. data/spec/support/snapshots/Cuboid 2021-12-26 08_10_45 +0200 7534324302d1127f33460417057c0d99.csf +0 -0
  1269. data/spec/support/snapshots/Cuboid 2021-12-26 08_10_59 +0200 2e45425f623e46a876531b65ff3319d4.csf +0 -0
  1270. data/spec/support/snapshots/Cuboid 2021-12-26 08_14_43 +0200 d570989be752d5e9f930379a7f861028.csf +0 -0
  1271. data/spec/support/snapshots/Cuboid 2021-12-26 08_14_57 +0200 37fe4c6328f04448257e962065d49d05.csf +0 -0
  1272. data/spec/support/snapshots/Cuboid 2021-12-26 08_25_10 +0200 728fc33e7947c9dc606d69d7b9202dbc.csf +0 -0
  1273. data/spec/support/snapshots/Cuboid 2021-12-26 08_25_15 +0200 cde4edd9a05a4183ff301d157654cb30.csf +0 -0
  1274. data/spec/support/snapshots/Cuboid 2021-12-26 08_25_17 +0200 e47c2b6d6354bca5f07fd2903aefd262.csf +0 -0
  1275. data/spec/support/snapshots/Cuboid 2022-01-12 20_50_39 +0200 6b9b43a8ae562dd075d19e9d9737c443.csf +0 -0
  1276. data/spec/support/snapshots/Cuboid 2022-01-12 20_53_00 +0200 4773bce9d0852cec721dccd12cd26ef9.csf +0 -0
  1277. data/spec/support/snapshots/Cuboid 2022-01-12 20_54_48 +0200 94c6e184cd310daa961c7616fccc70cb.csf +0 -0
  1278. data/spec/support/snapshots/Cuboid 2022-01-12 20_57_28 +0200 58c845b6dff371321d8fdcca5ebf06d7.csf +0 -0
  1279. data/spec/support/snapshots/Cuboid 2022-01-13 08_49_01 +0200 9cf4dc63eff877e153debc10639f229b.csf +0 -0
  1280. data/spec/support/snapshots/Cuboid 2022-01-13 08_51_44 +0200 61014eca41ee1ae247e18b3c68b82363.csf +0 -0
  1281. data/spec/support/snapshots/Cuboid 2022-01-15 11_30_50 +0200 7b1ec419a5f121770a982a07a6adab42.csf +0 -0
  1282. data/spec/support/snapshots/Cuboid 2022-01-15 11_31_05 +0200 833df3943edee39c3f6f82a07b6e434d.csf +0 -0
  1283. data/spec/support/snapshots/Cuboid 2022-01-15 11_31_43 +0200 dd2bd25e273bf3bf95ca68603b73793f.csf +0 -0
  1284. data/spec/support/snapshots/Cuboid 2022-01-15 11_31_57 +0200 506adb8dff57ffc73284c15c989465ed.csf +0 -0
  1285. data/spec/support/snapshots/Cuboid 2022-01-15 11_39_57 +0200 1dbbd4131c9434cd0a2b27f3df17c5a4.csf +0 -0
  1286. data/spec/support/snapshots/Cuboid 2022-01-15 11_40_01 +0200 cefd2dc57d12137a152dcc1d5dd7d73e.csf +0 -0
  1287. data/spec/support/snapshots/Cuboid 2022-01-15 11_40_03 +0200 ba4f4d4ebb47040c504c55bfb592b7e1.csf +0 -0
@@ -1,16 +1,16 @@
1
1
  require 'spec_helper'
2
2
  require 'fileutils'
3
3
 
4
- require "#{Cuboid::Options.paths.lib}/rpc/server/dispatcher"
4
+ require "#{Cuboid::Options.paths.lib}/rpc/server/agent"
5
5
 
6
- describe Cuboid::RPC::Server::Dispatcher do
6
+ describe Cuboid::RPC::Server::Agent do
7
7
  before( :each ) do
8
8
  Cuboid::Options.system.max_slots = slots
9
9
  end
10
10
 
11
11
  let(:instance_info_keys) { %w(token application pid url owner birthdate helpers now age) }
12
12
  let(:slots) { 3 }
13
- let(:subject) { dispatcher_spawn( application: "#{fixtures_path}/mock_app.rb" ) }
13
+ let(:subject) { agent_spawn( application: "#{fixtures_path}/mock_app.rb" ) }
14
14
 
15
15
  describe '#alive?' do
16
16
  it 'returns true' do
@@ -19,32 +19,32 @@ describe Cuboid::RPC::Server::Dispatcher do
19
19
  end
20
20
 
21
21
  describe '#preferred' do
22
- context 'when the dispatcher is a grid member' do
22
+ context 'when the agent is a grid member' do
23
23
  context 'and strategy is' do
24
24
  context :horizontal do
25
- it 'returns the URL of least burdened Dispatcher' do
26
- dispatcher_spawn( neighbour: subject.url ).dispatch( load_balance: false )
27
- dispatcher_spawn( neighbour: subject.url ).dispatch( load_balance: false )
25
+ it 'returns the URL of least burdened Agent' do
26
+ agent_spawn( peer: subject.url ).spawn( load_balance: false )
27
+ agent_spawn( peer: subject.url ).spawn( load_balance: false )
28
28
 
29
29
  expect(subject.preferred( :horizontal )).to eq(subject.url)
30
30
  end
31
31
  end
32
32
 
33
33
  context :vertical do
34
- it 'returns the URL of most burdened Dispatcher' do
35
- dispatcher_spawn( neighbour: subject.url ).dispatch( load_balance: false )
36
- d = dispatcher_spawn( neighbour: subject.url )
37
- d.dispatch( load_balance: false )
38
- d.dispatch( load_balance: false )
34
+ it 'returns the URL of most burdened Agent' do
35
+ agent_spawn( peer: subject.url ).spawn( load_balance: false )
36
+ d = agent_spawn( peer: subject.url )
37
+ d.spawn( load_balance: false )
38
+ d.spawn( load_balance: false )
39
39
 
40
40
  expect(subject.preferred( :vertical )).to eq(d.url)
41
41
  end
42
42
  end
43
43
 
44
44
  context 'default' do
45
- it 'returns the URL of least burdened Dispatcher' do
46
- dispatcher_spawn( neighbour: subject.url ).dispatch( load_balance: false )
47
- dispatcher_spawn( neighbour: subject.url ).dispatch( load_balance: false )
45
+ it 'returns the URL of least burdened Agent' do
46
+ agent_spawn( peer: subject.url ).spawn( load_balance: false )
47
+ agent_spawn( peer: subject.url ).spawn( load_balance: false )
48
48
 
49
49
  expect(subject.preferred).to eq(subject.url)
50
50
  end
@@ -52,38 +52,38 @@ describe Cuboid::RPC::Server::Dispatcher do
52
52
 
53
53
  context 'other' do
54
54
  it 'returns :error_unknown_strategy' do
55
- dispatcher_spawn( neighbour: subject.url ).dispatch( load_balance: false )
56
- dispatcher_spawn( neighbour: subject.url ).dispatch( load_balance: false )
55
+ agent_spawn( peer: subject.url ).spawn( load_balance: false )
56
+ agent_spawn( peer: subject.url ).spawn( load_balance: false )
57
57
 
58
58
  expect(subject.preferred( :blah )).to eq('error_unknown_strategy')
59
59
  end
60
60
  end
61
61
  end
62
62
 
63
- context 'and all Dispatchers are at max utilization' do
63
+ context 'and all Agents are at max utilization' do
64
64
  before :each do
65
- subject.dispatch( load_balance: false )
65
+ subject.spawn( load_balance: false )
66
66
  end
67
67
 
68
68
  let(:slots) { 1 }
69
69
 
70
70
  it 'returns nil' do
71
- dispatcher_spawn( neighbour: subject.url ).dispatch( load_balance: false )
72
- dispatcher_spawn( neighbour: subject.url ).dispatch( load_balance: false )
71
+ agent_spawn( peer: subject.url ).spawn( load_balance: false )
72
+ agent_spawn( peer: subject.url ).spawn( load_balance: false )
73
73
 
74
74
  expect(subject.preferred).to be_nil
75
75
  end
76
76
  end
77
77
  end
78
78
 
79
- context 'when the dispatcher is not a grid member' do
80
- it 'returns the URL of the Dispatcher' do
79
+ context 'when the agent is not a grid member' do
80
+ it 'returns the URL of the Agent' do
81
81
  expect(subject.preferred).to eq(subject.url)
82
82
  end
83
83
 
84
84
  context 'and it is at max utilization' do
85
85
  before :each do
86
- subject.dispatch( load_balance: false )
86
+ subject.spawn( load_balance: false )
87
87
  end
88
88
 
89
89
  let(:slots) { 1 }
@@ -101,20 +101,20 @@ describe Cuboid::RPC::Server::Dispatcher do
101
101
  end
102
102
  end
103
103
 
104
- describe '#dispatch' do
104
+ describe '#spawn' do
105
105
  it 'does not leak Instances' do
106
106
  slots.times do
107
- subject.dispatch
107
+ subject.spawn
108
108
  end
109
109
 
110
110
  expect(subject.instances.size).to eq(slots)
111
111
  end
112
112
 
113
- it 'sets OptionGroups::Dispatcher#url' do
114
- info = subject.dispatch
113
+ it 'sets OptionGroups::Agent#url' do
114
+ info = subject.spawn
115
115
  instance = instance_connect( info['url'], info['token'] )
116
116
 
117
- expect(instance.dispatcher_url).to eq subject.url
117
+ expect(instance.agent_url).to eq subject.url
118
118
  end
119
119
 
120
120
  context "when #{Cuboid::OptionGroups::RPC}#server_external_address has been set" do
@@ -125,13 +125,13 @@ describe Cuboid::RPC::Server::Dispatcher do
125
125
  let(:address) { '127.0.0.2' }
126
126
 
127
127
  it 'advertises that address' do
128
- expect(subject.dispatch['url']).to start_with "#{address}:"
128
+ expect(subject.spawn['url']).to start_with "#{address}:"
129
129
  end
130
130
  end
131
131
 
132
132
  context 'when not a Grid member' do
133
133
  it 'returns Instance info' do
134
- info = subject.dispatch( owner: 'rspec' )
134
+ info = subject.spawn( owner: 'rspec' )
135
135
 
136
136
  %w(token application pid url owner birthdate helpers).each do |k|
137
137
  expect(info[k]).to be_truthy
@@ -143,19 +143,19 @@ describe Cuboid::RPC::Server::Dispatcher do
143
143
 
144
144
  it 'assigns an optional owner' do
145
145
  owner = 'blah'
146
- expect(subject.dispatch( owner: owner )['owner']).to eq(owner)
146
+ expect(subject.spawn( owner: owner )['owner']).to eq(owner)
147
147
  end
148
148
 
149
149
  context 'when the there are no available slots' do
150
150
  let(:slots) { 5 }
151
151
  before :each do
152
152
  slots.times do
153
- subject.dispatch
153
+ subject.spawn
154
154
  end
155
155
  end
156
156
 
157
157
  it 'returns nil' do
158
- expect(subject.dispatch).to be nil
158
+ expect(subject.spawn).to be nil
159
159
  end
160
160
 
161
161
  context 'and slots are freed' do
@@ -173,12 +173,12 @@ describe Cuboid::RPC::Server::Dispatcher do
173
173
 
174
174
  instances = []
175
175
  free.times do
176
- instances << subject.dispatch
176
+ instances << subject.spawn
177
177
  end
178
178
  instances.compact!
179
179
 
180
180
  expect(instances.size).to eq free
181
- expect(subject.dispatch).to be nil
181
+ expect(subject.spawn).to be nil
182
182
  end
183
183
  end
184
184
  end
@@ -189,148 +189,148 @@ describe Cuboid::RPC::Server::Dispatcher do
189
189
 
190
190
  context 'and strategy is' do
191
191
  context :horizontal do
192
- it 'provides Instances from the least burdened Dispatcher' do
193
- d1 = dispatcher_spawn(
192
+ it 'provides Instances from the least burdened Agent' do
193
+ d1 = agent_spawn(
194
194
  address: '127.0.0.1',
195
195
  application: "#{fixtures_path}/mock_app.rb"
196
196
  )
197
197
 
198
198
  3.times do
199
- d1.dispatch( load_balance: false )
199
+ d1.spawn( load_balance: false )
200
200
  end
201
201
 
202
- d2 = dispatcher_spawn(
202
+ d2 = agent_spawn(
203
203
  address: '127.0.0.2',
204
- neighbour: d1.url,
204
+ peer: d1.url,
205
205
  application: "#{fixtures_path}/mock_app.rb"
206
206
  )
207
207
 
208
208
  2.times do
209
- d2.dispatch( load_balance: false )
209
+ d2.spawn( load_balance: false )
210
210
  end
211
211
 
212
- d3 = dispatcher_spawn(
212
+ d3 = agent_spawn(
213
213
  address: '127.0.0.3',
214
- neighbour: d1.url,
214
+ peer: d1.url,
215
215
  application: "#{fixtures_path}/mock_app.rb"
216
216
  )
217
- d3.dispatch( load_balance: false )
217
+ d3.spawn( load_balance: false )
218
218
  preferred = d3.url.split( ':' ).first
219
219
 
220
- expect(d3.dispatch(strategy: :horizontal )['url'].split( ':' ).first).to eq(preferred)
221
- expect(%W{127.0.0.3 127.0.0.2}).to include d1.dispatch['url'].split( ':' ).first
222
- expect(d2.dispatch(strategy: :horizontal )['url'].split( ':' ).first).to eq(preferred)
223
- expect(%W{127.0.0.1 127.0.0.3}).to include d3.dispatch(strategy: :horizontal )['url'].split( ':' ).first
224
- expect(%W{127.0.0.2 127.0.0.3}).to include d3.dispatch(strategy: :horizontal )['url'].split( ':' ).first
225
- expect(%W{127.0.0.2 127.0.0.3}).to include d1.dispatch(strategy: :horizontal )['url'].split( ':' ).first
220
+ expect(d3.spawn(strategy: :horizontal )['url'].split( ':' ).first).to eq(preferred)
221
+ expect(%W{127.0.0.3 127.0.0.2}).to include d1.spawn['url'].split( ':' ).first
222
+ expect(d2.spawn(strategy: :horizontal )['url'].split( ':' ).first).to eq(preferred)
223
+ expect(%W{127.0.0.1 127.0.0.3}).to include d3.spawn(strategy: :horizontal )['url'].split( ':' ).first
224
+ expect(%W{127.0.0.2 127.0.0.3}).to include d3.spawn(strategy: :horizontal )['url'].split( ':' ).first
225
+ expect(%W{127.0.0.2 127.0.0.3}).to include d1.spawn(strategy: :horizontal )['url'].split( ':' ).first
226
226
  end
227
227
  end
228
228
 
229
229
  context :vertical do
230
- it 'provides Instances from the most burdened Dispatcher' do
231
- d1 = dispatcher_spawn(
230
+ it 'provides Instances from the most burdened Agent' do
231
+ d1 = agent_spawn(
232
232
  address: '127.0.0.1',
233
233
  application: "#{fixtures_path}/mock_app.rb"
234
234
  )
235
235
 
236
236
  3.times do
237
- d1.dispatch( load_balance: false )
237
+ d1.spawn( load_balance: false )
238
238
  end
239
239
 
240
- d2 = dispatcher_spawn(
240
+ d2 = agent_spawn(
241
241
  address: '127.0.0.2',
242
- neighbour: d1.url,
242
+ peer: d1.url,
243
243
  application: "#{fixtures_path}/mock_app.rb"
244
244
  )
245
245
 
246
246
  2.times do
247
- d2.dispatch( load_balance: false )
247
+ d2.spawn( load_balance: false )
248
248
  end
249
249
 
250
- d3 = dispatcher_spawn(
250
+ d3 = agent_spawn(
251
251
  address: '127.0.0.3',
252
- neighbour: d1.url,
252
+ peer: d1.url,
253
253
  application: "#{fixtures_path}/mock_app.rb"
254
254
  )
255
- d3.dispatch( load_balance: false )
255
+ d3.spawn( load_balance: false )
256
256
 
257
257
  preferred = d1.url.split( ':' ).first
258
- expect(d3.dispatch( strategy: :vertical )['url'].split( ':' ).first).to eq(preferred)
258
+ expect(d3.spawn( strategy: :vertical )['url'].split( ':' ).first).to eq(preferred)
259
259
  end
260
260
  end
261
261
 
262
262
  context 'default' do
263
- it 'provides Instances from the least burdened Dispatcher' do
264
- d1 = dispatcher_spawn(
263
+ it 'provides Instances from the least burdened Agent' do
264
+ d1 = agent_spawn(
265
265
  address: '127.0.0.1',
266
266
  application: "#{fixtures_path}/mock_app.rb"
267
267
  )
268
268
 
269
269
  3.times do
270
- d1.dispatch( load_balance: false )
270
+ d1.spawn( load_balance: false )
271
271
  end
272
272
 
273
- d2 = dispatcher_spawn(
273
+ d2 = agent_spawn(
274
274
  address: '127.0.0.2',
275
- neighbour: d1.url,
275
+ peer: d1.url,
276
276
  application: "#{fixtures_path}/mock_app.rb"
277
277
  )
278
278
 
279
279
  2.times do
280
- d2.dispatch( load_balance: false )
280
+ d2.spawn( load_balance: false )
281
281
  end
282
282
 
283
- d3 = dispatcher_spawn(
283
+ d3 = agent_spawn(
284
284
  address: '127.0.0.3',
285
- neighbour: d1.url,
285
+ peer: d1.url,
286
286
  application: "#{fixtures_path}/mock_app.rb"
287
287
  )
288
- d3.dispatch( load_balance: false )
288
+ d3.spawn( load_balance: false )
289
289
  preferred = d3.url.split( ':' ).first
290
290
 
291
- expect(d3.dispatch['url'].split( ':' ).first).to eq(preferred)
292
- expect(%W{127.0.0.3 127.0.0.2}).to include d1.dispatch['url'].split( ':' ).first
293
- expect(d2.dispatch['url'].split( ':' ).first).to eq(preferred)
294
- expect(%W{127.0.0.1 127.0.0.3}).to include d3.dispatch['url'].split( ':' ).first
295
- expect(%W{127.0.0.2 127.0.0.3}).to include d3.dispatch['url'].split( ':' ).first
296
- expect(%W{127.0.0.2 127.0.0.3}).to include d1.dispatch['url'].split( ':' ).first
291
+ expect(d3.spawn['url'].split( ':' ).first).to eq(preferred)
292
+ expect(%W{127.0.0.3 127.0.0.2}).to include d1.spawn['url'].split( ':' ).first
293
+ expect(d2.spawn['url'].split( ':' ).first).to eq(preferred)
294
+ expect(%W{127.0.0.1 127.0.0.3}).to include d3.spawn['url'].split( ':' ).first
295
+ expect(%W{127.0.0.2 127.0.0.3}).to include d3.spawn['url'].split( ':' ).first
296
+ expect(%W{127.0.0.2 127.0.0.3}).to include d1.spawn['url'].split( ':' ).first
297
297
  end
298
298
  end
299
299
 
300
300
  context 'other' do
301
301
  it 'returns :error_unknown_strategy' do
302
- expect(dispatcher_spawn( neighbour: subject.url ).
303
- dispatch( strategy: 'blah' )).to eq('error_unknown_strategy')
302
+ expect(agent_spawn( peer: subject.url ).
303
+ spawn( strategy: 'blah' )).to eq('error_unknown_strategy')
304
304
  end
305
305
  end
306
306
  end
307
307
 
308
308
  context 'when the load-balance option is set to false' do
309
- it 'returns an Instance from the requested Dispatcher' do
310
- d1 = dispatcher_spawn(
309
+ it 'returns an Instance from the requested Agent' do
310
+ d1 = agent_spawn(
311
311
  address: '127.0.0.1',
312
312
  application: "#{fixtures_path}/mock_app.rb"
313
313
  )
314
314
 
315
- d1.dispatch( load_balance: false )
315
+ d1.spawn( load_balance: false )
316
316
 
317
- d2 = dispatcher_spawn(
317
+ d2 = agent_spawn(
318
318
  address: '127.0.0.2',
319
- neighbour: d1.url,
319
+ peer: d1.url,
320
320
  application: "#{fixtures_path}/mock_app.rb"
321
321
  )
322
- d2.dispatch( load_balance: false )
322
+ d2.spawn( load_balance: false )
323
323
 
324
- d3 = dispatcher_spawn(
324
+ d3 = agent_spawn(
325
325
  address: '127.0.0.3',
326
- neighbour: d1.url,
326
+ peer: d1.url,
327
327
  application: "#{fixtures_path}/mock_app.rb"
328
328
  )
329
329
  2.times do
330
- d3.dispatch( load_balance: false )
330
+ d3.spawn( load_balance: false )
331
331
  end
332
332
 
333
- expect(d3.dispatch( load_balance: false )['url'].
333
+ expect(d3.spawn( load_balance: false )['url'].
334
334
  split( ':' ).first).to eq('127.0.0.3')
335
335
  end
336
336
  end
@@ -339,7 +339,7 @@ describe Cuboid::RPC::Server::Dispatcher do
339
339
 
340
340
  describe '#instance' do
341
341
  it 'returns proc info by PID' do
342
- instance = subject.dispatch( owner: 'rspec' )
342
+ instance = subject.spawn( owner: 'rspec' )
343
343
  info = subject.instance( instance['pid'] )
344
344
  instance_info_keys.each do |k|
345
345
  expect(info[k]).to be_truthy
@@ -349,7 +349,7 @@ describe Cuboid::RPC::Server::Dispatcher do
349
349
 
350
350
  describe '#instances' do
351
351
  it 'returns proc info by PID for all instances' do
352
- slots.times { subject.dispatch( owner: 'rspec' ) }
352
+ slots.times { subject.spawn( owner: 'rspec' ) }
353
353
 
354
354
  subject.instances.each do |instance|
355
355
  instance_info_keys.each do |k|
@@ -361,7 +361,7 @@ describe Cuboid::RPC::Server::Dispatcher do
361
361
 
362
362
  describe '#running_instances' do
363
363
  it 'returns proc info for running instances' do
364
- slots.times { subject.dispatch }
364
+ slots.times { subject.spawn }
365
365
 
366
366
  expect(subject.running_instances.size).to eq(slots)
367
367
  end
@@ -369,7 +369,7 @@ describe Cuboid::RPC::Server::Dispatcher do
369
369
 
370
370
  describe '#finished_instances' do
371
371
  it 'returns proc info for finished instances' do
372
- 3.times { Cuboid::Processes::Manager.kill subject.dispatch['pid'] }
372
+ 3.times { Cuboid::Processes::Manager.kill subject.spawn['pid'] }
373
373
 
374
374
  expect(subject.finished_instances.size).to eq(3)
375
375
  end
@@ -378,7 +378,7 @@ describe Cuboid::RPC::Server::Dispatcher do
378
378
  describe '#utilization' do
379
379
  it 'returns a float signifying the amount of workload' do
380
380
  3.times do
381
- subject.dispatch
381
+ subject.spawn
382
382
  end
383
383
 
384
384
  expect(subject.utilization).to eq(3 / Float(slots))
@@ -387,7 +387,7 @@ describe Cuboid::RPC::Server::Dispatcher do
387
387
 
388
388
  describe '#statistics' do
389
389
  it 'returns general statistics' do
390
- subject.dispatch
390
+ subject.spawn
391
391
  instances = subject.instances
392
392
  Cuboid::Processes::Manager.kill( instances.first['pid'] )
393
393
 
@@ -406,7 +406,7 @@ describe Cuboid::RPC::Server::Dispatcher do
406
406
 
407
407
  context 'when there are snapshots' do
408
408
  it 'lists them' do
409
- info = subject.dispatch
409
+ info = subject.spawn
410
410
 
411
411
  instance = Cuboid::RPC::Client::Instance.new(
412
412
  info['url'], info['token']
@@ -52,20 +52,20 @@ describe Cuboid::RPC::Server::Scheduler do
52
52
  end
53
53
  end
54
54
 
55
- context 'when a Dispatcher has been set' do
56
- subject { Cuboid::Processes::Schedulers.spawn dispatcher: dispatcher.url }
57
- let(:dispatcher) do
58
- Cuboid::Processes::Dispatchers.spawn( application: "#{fixtures_path}/mock_app.rb" )
55
+ context 'when a Agent has been set' do
56
+ subject { Cuboid::Processes::Schedulers.spawn agent: agent.url }
57
+ let(:agent) do
58
+ Cuboid::Processes::Agents.spawn( application: "#{fixtures_path}/mock_app.rb" )
59
59
  end
60
60
 
61
61
  it 'gets Instances from it' do
62
- expect(dispatcher.finished_instances).to be_empty
62
+ expect(agent.finished_instances).to be_empty
63
63
 
64
64
  subject.push( options )
65
65
  sleep 0.1 while subject.completed.empty?
66
66
  sleep 2
67
67
 
68
- expect(dispatcher.finished_instances).to be_any
68
+ expect(agent.finished_instances).to be_any
69
69
  end
70
70
 
71
71
  it 'sets OptionGroups::Scheduler#url' do
@@ -80,7 +80,7 @@ describe Cuboid::RPC::Server::Scheduler do
80
80
  it 'does not consume the queue' do
81
81
  subject
82
82
 
83
- Cuboid::Processes::Dispatchers.killall
83
+ Cuboid::Processes::Agents.killall
84
84
  sleep 3
85
85
 
86
86
  expect(subject.size).to be 0
@@ -89,7 +89,7 @@ describe Cuboid::RPC::Server::Scheduler do
89
89
  sleep 5
90
90
 
91
91
  expect(subject.size).to be 1
92
- expect(subject.errors.join("\n")).to include "Failed to contact Dispatcher at: #{dispatcher.url}"
92
+ expect(subject.errors.join("\n")).to include "Failed to contact Agent at: #{agent.url}"
93
93
  end
94
94
  end
95
95
  end
@@ -1,14 +1,14 @@
1
1
  require Options.paths.lib + 'ui/output'
2
- require Options.paths.lib + 'rpc/server/dispatcher'
2
+ require Options.paths.lib + 'rpc/server/agent'
3
3
  require Options.paths.lib + 'processes/manager'
4
4
 
5
- class Node < Cuboid::RPC::Server::Dispatcher::Node
5
+ class Node < Cuboid::RPC::Server::Agent::Node
6
6
 
7
7
  def initialize
8
8
  @options = Options.instance
9
9
 
10
10
  methods.each do |m|
11
- next if method( m ).owner != Cuboid::RPC::Server::Dispatcher::Node
11
+ next if method( m ).owner != Cuboid::RPC::Server::Agent::Node
12
12
  self.class.send :private, m
13
13
  self.class.send :public, m
14
14
  end
@@ -1,20 +1,20 @@
1
- require 'cuboid/rpc/server/dispatcher'
1
+ require 'cuboid/rpc/server/agent'
2
2
 
3
- class TestService < Cuboid::RPC::Server::Dispatcher::Service
3
+ class TestService < Cuboid::RPC::Server::Agent::Service
4
4
 
5
5
  private :instances
6
6
  public :instances
7
7
 
8
- def test_dispatcher
9
- dispatcher.class == Cuboid::RPC::Server::Dispatcher
8
+ def test_agent
9
+ agent.class == Cuboid::RPC::Server::Agent
10
10
  end
11
11
 
12
12
  def test_opts
13
- dispatcher.instance_eval{ @options } == options
13
+ agent.instance_eval{ @options } == options
14
14
  end
15
15
 
16
16
  def test_node
17
- node.class == Cuboid::RPC::Server::Dispatcher::Node
17
+ node.class == Cuboid::RPC::Server::Agent::Node
18
18
  end
19
19
 
20
20
  def test_map_instances( &block )
@@ -39,8 +39,8 @@ class TestService < Cuboid::RPC::Server::Dispatcher::Service
39
39
  iterator_for( instances ).class == Arachni::Reactor::Iterator
40
40
  end
41
41
 
42
- def test_connect_to_dispatcher( url, &block )
43
- connect_to_dispatcher( url ).alive? { |b| block.call b }
42
+ def test_connect_to_agent( url, &block )
43
+ connect_to_agent( url ).alive? { |b| block.call b }
44
44
  end
45
45
 
46
46
  def test_connect_to_instance( *args, &block )
@@ -21,7 +21,7 @@ class MockApp < Cuboid::Application
21
21
  # RPC, report and snapshot file.
22
22
  serialize_with Marshal
23
23
 
24
- dispatcher_service_for :test_service, TestService
24
+ agent_service_for :test_service, TestService
25
25
 
26
26
  # Execution entry point.
27
27
  def run
@@ -1,15 +1,15 @@
1
- class Cuboid::RPC::Server::Dispatcher
1
+ class Cuboid::RPC::Server::Agent
2
2
  class Service::Echo < Service
3
3
 
4
4
  private :instances
5
5
  public :instances
6
6
 
7
- def test_dispatcher
8
- dispatcher.class == Cuboid::RPC::Server::Dispatcher
7
+ def test_agent
8
+ agent.class == Cuboid::RPC::Server::Agent
9
9
  end
10
10
 
11
11
  def test_opts
12
- dispatcher.instance_eval{ @options } == options
12
+ agent.instance_eval{ @options } == options
13
13
  end
14
14
 
15
15
  def test_node
@@ -38,8 +38,8 @@ class Service::Echo < Service
38
38
  iterator_for( instances ).class == Arachni::Reactor::Iterator
39
39
  end
40
40
 
41
- def test_connect_to_dispatcher( url, &block )
42
- connect_to_dispatcher( url ).alive? { |b| block.call b }
41
+ def test_connect_to_agent( url, &block )
42
+ connect_to_agent( url ).alive? { |b| block.call b }
43
43
  end
44
44
 
45
45
  def test_connect_to_instance( *args, &block )
@@ -40,7 +40,7 @@ end
40
40
 
41
41
  def processes_killall
42
42
  instance_killall
43
- dispatcher_killall
43
+ agent_killall
44
44
  scheduler_killall
45
45
  process_killall
46
46
  process_kill_reactor
@@ -2,9 +2,9 @@ require 'arachni/rpc'
2
2
 
3
3
  # @note Needs `ENV['WEB_SERVER_DISPATCHER']` in the format of `host:port`.
4
4
  #
5
- # {WebServerManager}-API-compatible client for the {WebServerDispatcher}.
5
+ # {WebServerManager}-API-compatible client for the {WebServerAgent}.
6
6
  #
7
- # Delegates test webserver creation to the machine running {WebServerDispatcher},
7
+ # Delegates test webserver creation to the machine running {WebServerAgent},
8
8
  # for hosts that lack support for fast servers (like Windows, which can't run
9
9
  # Thin, Puma etc.).
10
10
  #
@@ -9,7 +9,7 @@ require 'arachni/rpc'
9
9
  # Exposes the {WebServerManager} over RPC.
10
10
  #
11
11
  # @author Tasos "Zapotek" Laskos <tasos.laskos@gmail.com>
12
- class WebServerDispatcher
12
+ class WebServerAgent
13
13
 
14
14
  def initialize( options = {} )
15
15
  host, port = ENV['WEB_SERVER_DISPATCHER'].split( ':' )
@@ -0,0 +1,6 @@
1
+ [Tue Feb 1 13:18:07 2022] [status] Starting the RPC Server...
2
+ [Tue Feb 1 13:18:07 2022] [status] Initializing grid node...
3
+ [Tue Feb 1 13:18:07 2022] [status] Node ready.
4
+ [Tue Feb 1 13:18:07 2022] [info] Updated peers:
5
+ [Tue Feb 1 13:18:07 2022] [info] <empty>
6
+ [Tue Feb 1 13:18:07 2022] [status] Ready
@@ -0,0 +1,6 @@
1
+ [Tue Feb 1 13:21:29 2022] [status] Starting the RPC Server...
2
+ [Tue Feb 1 13:21:29 2022] [status] Initializing grid node...
3
+ [Tue Feb 1 13:21:29 2022] [status] Node ready.
4
+ [Tue Feb 1 13:21:29 2022] [info] Updated peers:
5
+ [Tue Feb 1 13:21:29 2022] [info] <empty>
6
+ [Tue Feb 1 13:21:29 2022] [status] Ready
@@ -0,0 +1,6 @@
1
+ [Tue Feb 1 13:23:37 2022] [status] Starting the RPC Server...
2
+ [Tue Feb 1 13:23:37 2022] [status] Initializing grid node...
3
+ [Tue Feb 1 13:23:37 2022] [status] Node ready.
4
+ [Tue Feb 1 13:23:37 2022] [info] Updated peers:
5
+ [Tue Feb 1 13:23:37 2022] [info] <empty>
6
+ [Tue Feb 1 13:23:37 2022] [status] Ready