cuboid 0.0.4 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +13 -13
- data/cuboid.gemspec +1 -5
- data/lib/cuboid/application.rb +10 -10
- data/lib/cuboid/option_groups/agent.rb +54 -0
- data/lib/cuboid/option_groups/paths.rb +1 -1
- data/lib/cuboid/options.rb +1 -1
- data/lib/cuboid/processes/agents.rb +154 -0
- data/lib/cuboid/processes/executables/agent.rb +5 -0
- data/lib/cuboid/processes/helpers/agents.rb +23 -0
- data/lib/cuboid/processes/helpers/instances.rb +4 -4
- data/lib/cuboid/processes/helpers.rb +1 -1
- data/lib/cuboid/processes/instances.rb +22 -10
- data/lib/cuboid/processes/schedulers.rb +16 -3
- data/lib/cuboid/processes.rb +2 -2
- data/lib/cuboid/report.rb +1 -0
- data/lib/cuboid/rest/server/instance_helpers.rb +13 -13
- data/lib/cuboid/rest/server/routes/dispatcher.rb +11 -11
- data/lib/cuboid/rest/server/routes/grid.rb +8 -8
- data/lib/cuboid/rest/server/routes/instances.rb +1 -1
- data/lib/cuboid/rest/server.rb +5 -5
- data/lib/cuboid/rpc/client/agent.rb +58 -0
- data/lib/cuboid/rpc/client/instance.rb +2 -2
- data/lib/cuboid/rpc/client.rb +1 -1
- data/lib/cuboid/rpc/server/agent/node.rb +247 -0
- data/lib/cuboid/rpc/server/agent/service.rb +145 -0
- data/lib/cuboid/rpc/server/agent.rb +347 -0
- data/lib/cuboid/rpc/server/application_wrapper.rb +2 -1
- data/lib/cuboid/rpc/server/instance.rb +4 -4
- data/lib/cuboid/rpc/server/scheduler.rb +13 -12
- data/lib/cuboid.rb +0 -3
- data/lib/version +1 -1
- data/spec/cuboid/option_groups/dispatcher_spec.rb +2 -2
- data/spec/cuboid/rest/server_spec.rb +46 -46
- data/spec/cuboid/rpc/client/dispatcher_spec.rb +2 -2
- data/spec/cuboid/rpc/server/dispatcher/node_spec.rb +65 -65
- data/spec/cuboid/rpc/server/dispatcher/service_spec.rb +16 -16
- data/spec/cuboid/rpc/server/dispatcher_spec.rb +95 -95
- data/spec/cuboid/rpc/server/scheduler_spec.rb +8 -8
- data/spec/support/fixtures/executables/node.rb +3 -3
- data/spec/support/fixtures/mock_app/test_service.rb +8 -8
- data/spec/support/fixtures/mock_app.rb +1 -1
- data/spec/support/fixtures/services/echo.rb +6 -6
- data/spec/support/helpers/resets.rb +1 -1
- data/spec/support/lib/web_server_client.rb +2 -2
- data/spec/support/lib/web_server_dispatcher.rb +1 -1
- data/spec/support/logs/Agent - 2486896-44236.log +6 -0
- data/spec/support/logs/Agent - 2487229-16390.log +6 -0
- data/spec/support/logs/Agent - 2487520-2511.log +6 -0
- data/spec/support/logs/Agent - 2487522-24008.log +6 -0
- data/spec/support/logs/Agent - 2487526-3383.log +6 -0
- data/spec/support/logs/Agent - 2487528-23713.log +10 -0
- data/spec/support/logs/Agent - 2487530-42875.log +10 -0
- data/spec/support/logs/Agent - 2487533-14182.log +10 -0
- data/spec/support/logs/Agent - 2487535-32486.log +10 -0
- data/spec/support/logs/Agent - 2487537-30578.log +10 -0
- data/spec/support/logs/Agent - 2487539-65402.log +10 -0
- data/spec/support/logs/Agent - 2493974-23066.log +6 -0
- data/spec/support/logs/Agent - 2501716-11729.log +6 -0
- data/spec/support/logs/Agent - 2501724-48638.log +6 -0
- data/spec/support/logs/Agent - 2501961-60077.log +6 -0
- data/spec/support/logs/Agent - 2501976-10941.log +10 -0
- data/spec/support/logs/Agent - 2502050-45312.log +10 -0
- data/spec/support/logs/Agent - 2502131-45940.log +10 -0
- data/spec/support/logs/Agent - 2502139-59848.log +10 -0
- data/spec/support/logs/Agent - 2502262-46629.log +10 -0
- data/spec/support/logs/Agent - 2502298-28395.log +10 -0
- data/spec/support/logs/Agent - 2512541-7108.log +6 -0
- data/spec/support/logs/Agent - 2515458-5532.log +6 -0
- data/spec/support/logs/Agent - 2515540-20379.log +6 -0
- data/spec/support/logs/Agent - 2515550-19661.log +6 -0
- data/spec/support/logs/Agent - 2515626-34192.log +6 -0
- data/spec/support/logs/Agent - 2515879-19884.log +6 -0
- data/spec/support/logs/Agent - 2516130-27514.log +6 -0
- data/spec/support/logs/Agent - 2516382-45886.log +6 -0
- data/spec/support/logs/Agent - 2516390-47909.log +6 -0
- data/spec/support/logs/Agent - 2516465-47774.log +6 -0
- data/spec/support/logs/Agent - 2516546-13955.log +6 -0
- data/spec/support/logs/Agent - 2516561-39041.log +6 -0
- data/spec/support/logs/Agent - 2516710-46722.log +6 -0
- data/spec/support/logs/Agent - 2516795-56481.log +16 -0
- data/spec/support/logs/Agent - 2516798-22121.log +14 -0
- data/spec/support/logs/Agent - 2516881-21755.log +10 -0
- data/spec/support/logs/Agent - 2517053-64944.log +16 -0
- data/spec/support/logs/Agent - 2517056-63364.log +14 -0
- data/spec/support/logs/Agent - 2517066-34797.log +10 -0
- data/spec/support/logs/Agent - 2518042-30794.log +16 -0
- data/spec/support/logs/Agent - 2518050-6895.log +14 -0
- data/spec/support/logs/Agent - 2518212-36288.log +10 -0
- data/spec/support/logs/Agent - 2518395-10976.log +16 -0
- data/spec/support/logs/Agent - 2518472-35419.log +14 -0
- data/spec/support/logs/Agent - 2518559-43119.log +10 -0
- data/spec/support/logs/Agent - 2518647-48415.log +16 -0
- data/spec/support/logs/Agent - 2518652-65099.log +14 -0
- data/spec/support/logs/Agent - 2518658-1449.log +10 -0
- data/spec/support/logs/Agent - 2518910-62083.log +6 -0
- data/spec/support/logs/Agent - 2518919-58035.log +6 -0
- data/spec/support/logs/Agent - 2519076-57825.log +6 -0
- data/spec/support/logs/Agent - 2519156-8413.log +6 -0
- data/spec/support/logs/Agent - 2519406-64200.log +6 -0
- data/spec/support/logs/Agent - 2519570-20841.log +6 -0
- data/spec/support/logs/Agent - 2519659-30136.log +6 -0
- data/spec/support/logs/Agent - 2519822-9736.log +6 -0
- data/spec/support/logs/Agent - 2520004-59217.log +6 -0
- data/spec/support/logs/Agent - 2520357-37723.log +6 -0
- data/spec/support/logs/Agent - 2521294-5229.log +16 -0
- data/spec/support/logs/Agent - 2521407-31515.log +14 -0
- data/spec/support/logs/Agent - 2521415-7501.log +10 -0
- data/spec/support/logs/Agent - 2521452-22168.log +16 -0
- data/spec/support/logs/Agent - 2521463-24492.log +14 -0
- data/spec/support/logs/Agent - 2521482-50808.log +10 -0
- data/spec/support/logs/Agent - 2521503-8180.log +16 -0
- data/spec/support/logs/Agent - 2521562-3183.log +14 -0
- data/spec/support/logs/Agent - 2521639-45199.log +10 -0
- data/spec/support/logs/Agent - 2521891-30967.log +10 -0
- data/spec/support/logs/Agent - 2521897-64837.log +10 -0
- data/spec/support/logs/Agent - 2521916-23526.log +16 -0
- data/spec/support/logs/Agent - 2521936-26313.log +14 -0
- data/spec/support/logs/Agent - 2521948-18199.log +10 -0
- data/spec/support/logs/Agent - 2522026-18512.log +6 -0
- data/spec/support/logs/Agent - 2522093-46502.log +6 -0
- data/spec/support/logs/Agent - 2522195-30981.log +6 -0
- data/spec/support/logs/Agent - 2522295-55509.log +6 -0
- data/spec/support/logs/Agent - 2522347-32811.log +6 -0
- data/spec/support/logs/Agent - 2523391-7522.log +6 -0
- data/spec/support/logs/Agent - 2523626-61560.log +6 -0
- data/spec/support/logs/Agent - 2523913-25677.log +6 -0
- data/spec/support/logs/Agent - 2539887-21281.log +6 -0
- data/spec/support/logs/Agent - 2540261-61895.log +6 -0
- data/spec/support/logs/Agent - 2540430-8261.log +6 -0
- data/spec/support/logs/Agent - 361913-24577.log +6 -0
- data/spec/support/logs/Agent - 362152-33398.log +6 -0
- data/spec/support/logs/Agent - 362154-44243.log +6 -0
- data/spec/support/logs/Agent - 362157-6034.log +6 -0
- data/spec/support/logs/Agent - 362160-38548.log +10 -0
- data/spec/support/logs/Agent - 362162-59176.log +10 -0
- data/spec/support/logs/Agent - 362165-23738.log +10 -0
- data/spec/support/logs/Agent - 362167-57542.log +10 -0
- data/spec/support/logs/Agent - 362172-22798.log +10 -0
- data/spec/support/logs/Agent - 362174-46609.log +10 -0
- data/spec/support/logs/Agent - 362398-10913.log +6 -0
- data/spec/support/logs/Agent - 362524-29482.log +6 -0
- data/spec/support/logs/Agent - 362527-40674.log +6 -0
- data/spec/support/logs/Agent - 362530-32963.log +6 -0
- data/spec/support/logs/Agent - 362532-22236.log +6 -0
- data/spec/support/logs/Agent - 362543-4429.log +6 -0
- data/spec/support/logs/Agent - 362557-7510.log +6 -0
- data/spec/support/logs/Agent - 362574-36915.log +6 -0
- data/spec/support/logs/Agent - 362576-65372.log +6 -0
- data/spec/support/logs/Agent - 362578-29183.log +6 -0
- data/spec/support/logs/Agent - 362580-43546.log +6 -0
- data/spec/support/logs/Agent - 362582-22254.log +6 -0
- data/spec/support/logs/Agent - 362588-40009.log +6 -0
- data/spec/support/logs/Agent - 362591-60596.log +16 -0
- data/spec/support/logs/Agent - 362595-3584.log +14 -0
- data/spec/support/logs/Agent - 362599-39016.log +10 -0
- data/spec/support/logs/Agent - 362606-58506.log +16 -0
- data/spec/support/logs/Agent - 362609-55768.log +14 -0
- data/spec/support/logs/Agent - 362613-37168.log +10 -0
- data/spec/support/logs/Agent - 362629-16593.log +16 -0
- data/spec/support/logs/Agent - 362632-32264.log +14 -0
- data/spec/support/logs/Agent - 362643-59807.log +10 -0
- data/spec/support/logs/Agent - 362649-40552.log +16 -0
- data/spec/support/logs/Agent - 362655-31144.log +14 -0
- data/spec/support/logs/Agent - 362660-12968.log +10 -0
- data/spec/support/logs/Agent - 362666-6806.log +16 -0
- data/spec/support/logs/Agent - 362673-39178.log +14 -0
- data/spec/support/logs/Agent - 362678-36132.log +10 -0
- data/spec/support/logs/Agent - 362685-62240.log +6 -0
- data/spec/support/logs/Agent - 362687-4068.log +6 -0
- data/spec/support/logs/Agent - 362691-48465.log +6 -0
- data/spec/support/logs/Agent - 362693-40295.log +6 -0
- data/spec/support/logs/Agent - 362705-53855.log +6 -0
- data/spec/support/logs/Agent - 362712-14029.log +6 -0
- data/spec/support/logs/Agent - 362717-3069.log +6 -0
- data/spec/support/logs/Agent - 362721-38670.log +6 -0
- data/spec/support/logs/Agent - 362725-7644.log +6 -0
- data/spec/support/logs/Agent - 362748-18302.log +6 -0
- data/spec/support/logs/Agent - 362828-61766.log +16 -0
- data/spec/support/logs/Agent - 362838-44693.log +14 -0
- data/spec/support/logs/Agent - 362847-31875.log +10 -0
- data/spec/support/logs/Agent - 362875-46401.log +16 -0
- data/spec/support/logs/Agent - 362887-52041.log +14 -0
- data/spec/support/logs/Agent - 362897-7426.log +10 -0
- data/spec/support/logs/Agent - 362908-35228.log +16 -0
- data/spec/support/logs/Agent - 362919-33764.log +14 -0
- data/spec/support/logs/Agent - 362928-1323.log +10 -0
- data/spec/support/logs/Agent - 362960-27883.log +10 -0
- data/spec/support/logs/Agent - 362964-26072.log +10 -0
- data/spec/support/logs/Agent - 362966-42927.log +16 -0
- data/spec/support/logs/Agent - 362972-56025.log +14 -0
- data/spec/support/logs/Agent - 362977-39574.log +10 -0
- data/spec/support/logs/Agent - 362992-23510.log +6 -0
- data/spec/support/logs/Agent - 362996-63445.log +6 -0
- data/spec/support/logs/Agent - 363017-59359.log +6 -0
- data/spec/support/logs/Agent - 363034-15682.log +6 -0
- data/spec/support/logs/Agent - 363050-6605.log +6 -0
- data/spec/support/logs/Agent - 363065-59445.log +6 -0
- data/spec/support/logs/Agent - 363070-6619.log +6 -0
- data/spec/support/logs/Agent - 363077-18731.log +6 -0
- data/spec/support/logs/Agent - 363250-16962.log +6 -0
- data/spec/support/logs/Agent - 363265-25598.log +6 -0
- data/spec/support/logs/Agent - 363279-50603.log +6 -0
- data/spec/support/logs/Instance - 2525557-35695.error.log +105 -0
- data/spec/support/logs/Instance - 2525638-6350.error.log +105 -0
- data/spec/support/logs/Instance - 2525719-30351.error.log +105 -0
- data/spec/support/logs/Instance - 363119-21886.error.log +105 -0
- data/spec/support/logs/Instance - 363121-31774.error.log +105 -0
- data/spec/support/logs/Instance - 363127-52671.error.log +105 -0
- data/spec/support/logs/Scheduler - 2486608-59709.log +3 -0
- data/spec/support/logs/Scheduler - 2486612-44110.log +27 -0
- data/spec/support/logs/Scheduler - 2486723-50393.log +3 -0
- data/spec/support/logs/Scheduler - 2486727-21620.log +27 -0
- data/spec/support/logs/Scheduler - 2486877-37845.log +3 -0
- data/spec/support/logs/Scheduler - 2486881-3624.log +1 -0
- data/spec/support/logs/Scheduler - 2486911-24752.log +3 -0
- data/spec/support/logs/Scheduler - 2486919-48535.log +27 -0
- data/spec/support/logs/Scheduler - 2486985-8897.log +1 -0
- data/spec/support/logs/Scheduler - 2487211-7516.log +3 -0
- data/spec/support/logs/Scheduler - 2487215-2831.log +1 -0
- data/spec/support/logs/Scheduler - 2487246-7826.log +3 -0
- data/spec/support/logs/Scheduler - 2487256-35669.log +6 -0
- data/spec/support/logs/Scheduler - 2487272-11542.log +4 -0
- data/spec/support/logs/Scheduler - 2487278-9621.log +1 -0
- data/spec/support/logs/Scheduler - 2487291-24094.log +3 -0
- data/spec/support/logs/Scheduler - 2487299-60095.log +6 -0
- data/spec/support/logs/Scheduler - 2487368-7706.log +3 -0
- data/spec/support/logs/Scheduler - 2487378-9859.log +6 -0
- data/spec/support/logs/Scheduler - 2487396-17812.log +3 -0
- data/spec/support/logs/Scheduler - 2487407-25543.log +6 -0
- data/spec/support/logs/Scheduler - 2487451-44767.log +4 -0
- data/spec/support/logs/Scheduler - 2487506-1422.log +6 -0
- data/spec/support/logs/Scheduler - 2487541-38068.log +1 -0
- data/spec/support/logs/Scheduler - 2487544-21866.log +1 -0
- data/spec/support/logs/Scheduler - 2487548-15245.log +1 -0
- data/spec/support/logs/Scheduler - 2487551-34905.log +1 -0
- data/spec/support/logs/Scheduler - 2487554-22142.log +1 -0
- data/spec/support/logs/Scheduler - 2487562-35113.log +1 -0
- data/spec/support/logs/Scheduler - 2487565-55125.log +3 -0
- data/spec/support/logs/Scheduler - 2487569-48845.log +6 -0
- data/spec/support/logs/Scheduler - 2487576-57192.log +4 -0
- data/spec/support/logs/Scheduler - 2487583-17991.log +1 -0
- data/spec/support/logs/Scheduler - 2487586-30014.log +1 -0
- data/spec/support/logs/Scheduler - 2487591-6472.log +1 -0
- data/spec/support/logs/Scheduler - 2487594-2195.log +1 -0
- data/spec/support/logs/Scheduler - 2487598-55808.log +3 -0
- data/spec/support/logs/Scheduler - 2487605-7400.log +1 -0
- data/spec/support/logs/Scheduler - 2487607-4337.log +1 -0
- data/spec/support/logs/Scheduler - 2487610-25835.log +1 -0
- data/spec/support/logs/Scheduler - 2493623-45209.log +3 -0
- data/spec/support/logs/Scheduler - 2493714-59407.log +1 -0
- data/spec/support/logs/Scheduler - 2494470-61696.log +3 -0
- data/spec/support/logs/Scheduler - 2494723-2810.log +6 -0
- data/spec/support/logs/Scheduler - 2495458-22112.log +4 -0
- data/spec/support/logs/Scheduler - 2496034-4076.log +1 -0
- data/spec/support/logs/Scheduler - 2496119-62253.log +3 -0
- data/spec/support/logs/Scheduler - 2496210-50380.log +6 -0
- data/spec/support/logs/Scheduler - 2497536-24922.log +3 -0
- data/spec/support/logs/Scheduler - 2497786-13515.log +6 -0
- data/spec/support/logs/Scheduler - 2498774-16911.log +3 -0
- data/spec/support/logs/Scheduler - 2498961-4742.log +6 -0
- data/spec/support/logs/Scheduler - 2500340-16045.log +4 -0
- data/spec/support/logs/Scheduler - 2500980-26158.log +6 -0
- data/spec/support/logs/Scheduler - 2502381-26435.log +1 -0
- data/spec/support/logs/Scheduler - 2502463-62965.log +1 -0
- data/spec/support/logs/Scheduler - 2502547-53434.log +1 -0
- data/spec/support/logs/Scheduler - 2502628-43720.log +1 -0
- data/spec/support/logs/Scheduler - 2502643-58379.log +1 -0
- data/spec/support/logs/Scheduler - 2502873-64893.log +1 -0
- data/spec/support/logs/Scheduler - 2502954-43885.log +3 -0
- data/spec/support/logs/Scheduler - 2503039-52147.log +6 -0
- data/spec/support/logs/Scheduler - 2503768-28831.log +4 -0
- data/spec/support/logs/Scheduler - 2504259-24533.log +1 -0
- data/spec/support/logs/Scheduler - 2504343-56967.log +1 -0
- data/spec/support/logs/Scheduler - 2504502-25085.log +1 -0
- data/spec/support/logs/Scheduler - 2504587-30789.log +1 -0
- data/spec/support/logs/Scheduler - 2504608-56601.log +3 -0
- data/spec/support/logs/Scheduler - 2504760-36374.log +1 -0
- data/spec/support/logs/Scheduler - 2504841-49675.log +1 -0
- data/spec/support/logs/Scheduler - 2504923-15781.log +1 -0
- data/spec/support/logs/Scheduler - 2532871-63847.log +16 -0
- data/spec/support/logs/Scheduler - 2538978-63705.log +6 -0
- data/spec/support/logs/Scheduler - 2539461-10579.log +6 -0
- data/spec/support/logs/Scheduler - 2539981-44320.log +6 -0
- data/spec/support/logs/Scheduler - 2540265-37672.log +3 -0
- data/spec/support/logs/Scheduler - 2540434-9490.log +5 -0
- data/spec/support/logs/Scheduler - 2540840-9957.log +1 -0
- data/spec/support/logs/Scheduler - 2540921-2437.log +1 -0
- data/spec/support/logs/Scheduler - 2540937-17100.log +1 -0
- data/spec/support/logs/Scheduler - 2541007-52812.log +1 -0
- data/spec/support/logs/Scheduler - 2541091-56468.log +1 -0
- data/spec/support/logs/Scheduler - 2541109-54138.log +1 -0
- data/spec/support/logs/Scheduler - 2541188-17918.log +1 -0
- data/spec/support/logs/Scheduler - 2541267-2563.log +3 -0
- data/spec/support/logs/Scheduler - 2541430-40675.log +3 -0
- data/spec/support/logs/Scheduler - 2542341-38074.log +3 -0
- data/spec/support/logs/Scheduler - 2542519-33069.log +3 -0
- data/spec/support/logs/Scheduler - 2542610-41819.log +4 -0
- data/spec/support/logs/Scheduler - 2543168-3708.log +1 -0
- data/spec/support/logs/Scheduler - 2543332-46957.log +4 -0
- data/spec/support/logs/Scheduler - 2543334-53034.log +1 -0
- data/spec/support/logs/Scheduler - 2543419-31038.log +1 -0
- data/spec/support/logs/Scheduler - 2543666-10481.log +16 -0
- data/spec/support/logs/Scheduler - 2544245-30154.log +4 -0
- data/spec/support/logs/Scheduler - 2544487-8113.log +1 -0
- data/spec/support/logs/Scheduler - 2544490-62030.log +1 -0
- data/spec/support/logs/Scheduler - 2544494-64830.log +1 -0
- data/spec/support/logs/Scheduler - 2544585-3507.log +1 -0
- data/spec/support/logs/Scheduler - 2544668-24185.log +3 -0
- data/spec/support/logs/Scheduler - 2544762-17601.log +1 -0
- data/spec/support/logs/Scheduler - 2544790-32379.log +1 -0
- data/spec/support/logs/Scheduler - 2544853-35518.log +1 -0
- data/spec/support/logs/Scheduler - 2544939-52525.log +1 -0
- data/spec/support/logs/Scheduler - 2545016-12352.log +1 -0
- data/spec/support/logs/Scheduler - 2545096-63001.log +1 -0
- data/spec/support/logs/Scheduler - 2545178-63647.log +2 -0
- data/spec/support/logs/Scheduler - 361893-37255.log +3 -0
- data/spec/support/logs/Scheduler - 361897-36090.log +1 -0
- data/spec/support/logs/Scheduler - 361928-44834.log +3 -0
- data/spec/support/logs/Scheduler - 361937-43013.log +6 -0
- data/spec/support/logs/Scheduler - 361956-8533.log +4 -0
- data/spec/support/logs/Scheduler - 361968-31856.log +1 -0
- data/spec/support/logs/Scheduler - 361988-37894.log +3 -0
- data/spec/support/logs/Scheduler - 361997-31525.log +6 -0
- data/spec/support/logs/Scheduler - 362037-51907.log +3 -0
- data/spec/support/logs/Scheduler - 362047-32758.log +6 -0
- data/spec/support/logs/Scheduler - 362072-11620.log +3 -0
- data/spec/support/logs/Scheduler - 362080-16797.log +6 -0
- data/spec/support/logs/Scheduler - 362124-56230.log +4 -0
- data/spec/support/logs/Scheduler - 362137-4746.log +6 -0
- data/spec/support/logs/Scheduler - 362176-32691.log +1 -0
- data/spec/support/logs/Scheduler - 362179-34759.log +1 -0
- data/spec/support/logs/Scheduler - 362183-18758.log +1 -0
- data/spec/support/logs/Scheduler - 362187-63438.log +1 -0
- data/spec/support/logs/Scheduler - 362189-35075.log +1 -0
- data/spec/support/logs/Scheduler - 362191-34351.log +1 -0
- data/spec/support/logs/Scheduler - 362195-51436.log +3 -0
- data/spec/support/logs/Scheduler - 362199-46884.log +6 -0
- data/spec/support/logs/Scheduler - 362214-12351.log +4 -0
- data/spec/support/logs/Scheduler - 362230-12723.log +1 -0
- data/spec/support/logs/Scheduler - 362233-16133.log +1 -0
- data/spec/support/logs/Scheduler - 362238-51103.log +1 -0
- data/spec/support/logs/Scheduler - 362241-20441.log +1 -0
- data/spec/support/logs/Scheduler - 362245-40692.log +3 -0
- data/spec/support/logs/Scheduler - 362251-40074.log +1 -0
- data/spec/support/logs/Scheduler - 362253-48087.log +1 -0
- data/spec/support/logs/Scheduler - 362256-27112.log +1 -0
- data/spec/support/logs/Scheduler - 363208-60869.log +16 -0
- data/spec/support/logs/Scheduler - 363231-35883.log +6 -0
- data/spec/support/logs/Scheduler - 363240-11734.log +6 -0
- data/spec/support/logs/Scheduler - 363252-28394.log +6 -0
- data/spec/support/logs/Scheduler - 363267-7527.log +3 -0
- data/spec/support/logs/Scheduler - 363282-48049.log +5 -0
- data/spec/support/logs/Scheduler - 363298-26965.log +1 -0
- data/spec/support/logs/Scheduler - 363300-14973.log +1 -0
- data/spec/support/logs/Scheduler - 363302-58216.log +1 -0
- data/spec/support/logs/Scheduler - 363304-11942.log +1 -0
- data/spec/support/logs/Scheduler - 363306-39654.log +1 -0
- data/spec/support/logs/Scheduler - 363308-57479.log +1 -0
- data/spec/support/logs/Scheduler - 363310-32176.log +1 -0
- data/spec/support/logs/Scheduler - 363314-13492.log +3 -0
- data/spec/support/logs/Scheduler - 363322-38112.log +3 -0
- data/spec/support/logs/Scheduler - 363342-26080.log +3 -0
- data/spec/support/logs/Scheduler - 363349-51783.log +3 -0
- data/spec/support/logs/Scheduler - 363355-44132.log +4 -0
- data/spec/support/logs/Scheduler - 363367-12160.log +1 -0
- data/spec/support/logs/Scheduler - 363372-28520.log +4 -0
- data/spec/support/logs/Scheduler - 363376-58951.log +1 -0
- data/spec/support/logs/Scheduler - 363379-28506.log +1 -0
- data/spec/support/logs/Scheduler - 363384-63536.log +16 -0
- data/spec/support/logs/Scheduler - 363402-32695.log +4 -0
- data/spec/support/logs/Scheduler - 363412-41984.log +1 -0
- data/spec/support/logs/Scheduler - 363414-47366.log +1 -0
- data/spec/support/logs/Scheduler - 363416-44368.log +1 -0
- data/spec/support/logs/Scheduler - 363427-29292.log +1 -0
- data/spec/support/logs/Scheduler - 363431-44605.log +3 -0
- data/spec/support/logs/Scheduler - 363439-19754.log +1 -0
- data/spec/support/logs/Scheduler - 363441-5762.log +1 -0
- data/spec/support/logs/Scheduler - 363443-4000.log +1 -0
- data/spec/support/logs/Scheduler - 363445-3688.log +1 -0
- data/spec/support/logs/Scheduler - 363448-50268.log +1 -0
- data/spec/support/logs/Scheduler - 363451-23104.log +1 -0
- data/spec/support/logs/Scheduler - 363454-12897.log +2 -0
- data/spec/support/logs/error-2487640.log +797 -0
- data/spec/support/logs/error-360075.log +797 -0
- data/spec/support/logs/output_spec_2487640.log +390 -0
- data/spec/support/logs/output_spec_360075.log +390 -0
- data/spec/support/reports/052f88c73e2d0ecf331dbf5fce0cfe3c.crf +0 -0
- data/spec/support/reports/06eed3dec98f5cd5fc717190a004d7d6.crf +0 -0
- data/spec/support/reports/0902bd88bbd4df462910007a3b5018fc.crf +0 -0
- data/spec/support/reports/10b9864e81e3204d1ef4940ccb88b0ed.crf +0 -0
- data/spec/support/reports/16b575097e68156416a84a6854d3719c.crf +0 -0
- data/spec/support/reports/18be00bff4371738c7c7013b284b415b.crf +0 -0
- data/spec/support/reports/1ca39d410c2cf1f652eb8c320d6682bd.crf +0 -0
- data/spec/support/reports/266a09d73152ce2f3d2951f1dab133f3.crf +0 -0
- data/spec/support/reports/2929bee9c126b2695dc569b693fef574.crf +0 -0
- data/spec/support/reports/2abd611201d06f0428f1b060b32d4839.crf +0 -0
- data/spec/support/reports/2b9ce956f7060163d7a0b78603dc05ca.crf +0 -0
- data/spec/support/reports/3254163f76b8696fa1677d18eaefce1d.crf +0 -0
- data/spec/support/reports/3a9e6a4fa91c901550ff295cd21d69c9.crf +0 -0
- data/spec/support/reports/3de18cf956e18664f441f94ee05e4118.crf +0 -0
- data/spec/support/reports/46bcffd844008e71c7d90a76baf8597d.crf +0 -0
- data/spec/support/reports/482cf0d0c54cda32bedf59b2ea995c65.crf +0 -0
- data/spec/support/reports/502508e3a29966200350196c9859881c.crf +0 -0
- data/spec/support/reports/5f0d832d46338d69b4eab6ff91ba4c91.crf +0 -0
- data/spec/support/reports/620287cfdc373595385cf2471e1d4523.crf +0 -0
- data/spec/support/reports/65d71de3b0e8c9fe894f4ba36cb4cb7c.crf +0 -0
- data/spec/support/reports/6754d1f86dc5544abeca7f06314ebc56.crf +0 -0
- data/spec/support/reports/75fecdd5e006942292e02e6a223e7279.crf +0 -0
- data/spec/support/reports/77523cc87357aa220c33d5604f41b5a1.crf +0 -0
- data/spec/support/reports/7e137bd5f71e0f0fbb63b93b87dae160.crf +0 -0
- data/spec/support/reports/806a17c3a40cc22eafd77c97b64a2ed5.crf +0 -0
- data/spec/support/reports/81cca53163bbab5ccf4d5f0401d5adcd.crf +0 -0
- data/spec/support/reports/8745ae8fdeb76289765582e06a614940.crf +0 -0
- data/spec/support/reports/8c204ee129fe1bd6c5964d29ae5d03ae.crf +0 -0
- data/spec/support/reports/937b7b516a99c23b2a641bb7bf695bfa.crf +0 -0
- data/spec/support/reports/a6eb89ffb1c33e33e421c1ee393118a9.crf +0 -0
- data/spec/support/reports/aadbf2c1544b0e11174853fb4883a38c.crf +0 -0
- data/spec/support/reports/c360a2833f3e635e69036916010edeac.crf +0 -0
- data/spec/support/reports/cf0bfb4662a7cda85db324936aae93d3.crf +0 -0
- data/spec/support/reports/cfff9c06897e28b1d58977909738c78f.crf +0 -0
- data/spec/support/reports/e2d5321452359193a758f7d16879ddb3.crf +0 -0
- data/spec/support/reports/e58c9dfbf9edeca9adcf32af5940f16b.crf +0 -0
- data/spec/support/reports/e96abea937f1ed3f89bc2ec5397522db.crf +0 -0
- data/spec/support/reports/ec0bbd4424061d305963551a29d20e1a.crf +0 -0
- data/spec/support/reports/f16e679098a4411d4f1c123abcd6af90.crf +0 -0
- data/spec/support/reports/f2c155087c431851979048ceb8c46ec9.crf +0 -0
- data/spec/support/reports/f3d542036e17f6a66e11bfacb2fb3366.crf +0 -0
- data/spec/support/reports/f72c7feef5f9c7e29f423c3ebe345ef3.crf +0 -0
- data/spec/support/reports/fbb2e1c6ada2d4b8229488f4c4b3b418.crf +0 -0
- data/spec/support/snapshots/Cuboid 2022-02-01 13_10_28 +0200 a06d9bd7db81b1b4fb077ceadcc3895f.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-02-01 13_10_42 +0200 36c68859faf144eed9ff9c01ae754217.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-02-01 13_24_42 +0200 5a26112a913330ee8763b2982a4d42df.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-02-01 13_24_56 +0200 190856b98ac7099eb553ed3abcfbcb87.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-02-01 13_35_35 +0200 a9c5229b459119840c9428a3d7c54eb1.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-02-01 13_35_41 +0200 d93660f71110dad136cea0758b29611e.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-02-01 13_35_44 +0200 57083dafa382f1d21cc33c9740861c88.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-02-13 07_55_57 +0200 6ff9bf8c7b70ad85fa3a42f44bcc5fe7.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-02-13 07_56_12 +0200 2852d4e0ae04e5365301703913f7b763.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-02-13 08_06_41 +0200 54da34dab4b059de90cdd33d400ccac7.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-02-13 08_06_46 +0200 61596bdce9318446373d1b736ec7c9ce.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-02-13 08_06_48 +0200 19030be87532ece27c1d4791a8d3229c.csf +0 -0
- metadata +880 -1778
- data/lib/cuboid/option_groups/dispatcher.rb +0 -38
- data/lib/cuboid/processes/dispatchers.rb +0 -140
- data/lib/cuboid/processes/executables/dispatcher.rb +0 -5
- data/lib/cuboid/processes/helpers/dispatchers.rb +0 -23
- data/lib/cuboid/rpc/client/dispatcher.rb +0 -58
- data/lib/cuboid/rpc/server/dispatcher/node.rb +0 -247
- data/lib/cuboid/rpc/server/dispatcher/service.rb +0 -145
- data/lib/cuboid/rpc/server/dispatcher.rb +0 -346
- data/logs/error-3207383.log +0 -106
- data/logs/error-3207482.log +0 -106
- data/logs/error-3208344.log +0 -109
- data/logs/error-3208460.log +0 -106
- data/logs/error-903730.log +0 -105
- data/logs/error-903846.log +0 -105
- data/logs/error-904783.log +0 -108
- data/logs/error-905101.log +0 -105
- data/spec/support/logs/Dispatcher - 2084286-54259.log +0 -6
- data/spec/support/logs/Dispatcher - 2084291-6640.log +0 -16
- data/spec/support/logs/Dispatcher - 2084295-5250.log +0 -14
- data/spec/support/logs/Dispatcher - 2084305-6471.log +0 -10
- data/spec/support/logs/Dispatcher - 2084312-12985.log +0 -16
- data/spec/support/logs/Dispatcher - 2084316-56585.log +0 -14
- data/spec/support/logs/Dispatcher - 2084320-43576.log +0 -10
- data/spec/support/logs/Dispatcher - 2084326-22154.log +0 -6
- data/spec/support/logs/Dispatcher - 2084329-37449.log +0 -6
- data/spec/support/logs/Dispatcher - 2084337-6108.log +0 -6
- data/spec/support/logs/Dispatcher - 2084339-3678.log +0 -6
- data/spec/support/logs/Dispatcher - 2084349-25543.log +0 -6
- data/spec/support/logs/Dispatcher - 2084353-32233.log +0 -6
- data/spec/support/logs/Dispatcher - 2084358-52174.log +0 -6
- data/spec/support/logs/Dispatcher - 2084364-37161.log +0 -6
- data/spec/support/logs/Dispatcher - 2084368-60932.log +0 -6
- data/spec/support/logs/Dispatcher - 2084403-8438.log +0 -6
- data/spec/support/logs/Dispatcher - 2084474-13802.log +0 -16
- data/spec/support/logs/Dispatcher - 2084486-30620.log +0 -14
- data/spec/support/logs/Dispatcher - 2084493-32506.log +0 -10
- data/spec/support/logs/Dispatcher - 2084501-43574.log +0 -16
- data/spec/support/logs/Dispatcher - 2084505-27926.log +0 -14
- data/spec/support/logs/Dispatcher - 2084511-49908.log +0 -10
- data/spec/support/logs/Dispatcher - 2084523-64722.log +0 -6
- data/spec/support/logs/Dispatcher - 2084528-48219.log +0 -6
- data/spec/support/logs/Dispatcher - 2084544-3678.log +0 -6
- data/spec/support/logs/Dispatcher - 2084554-36730.log +0 -6
- data/spec/support/logs/Dispatcher - 2084567-41815.log +0 -6
- data/spec/support/logs/Dispatcher - 2084585-59505.log +0 -6
- data/spec/support/logs/Dispatcher - 2084591-20029.log +0 -6
- data/spec/support/logs/Dispatcher - 2084596-44780.log +0 -6
- data/spec/support/logs/Dispatcher - 2084623-19816.log +0 -6
- data/spec/support/logs/Dispatcher - 2084639-21862.log +0 -16
- data/spec/support/logs/Dispatcher - 2084652-14826.log +0 -14
- data/spec/support/logs/Dispatcher - 2084656-10619.log +0 -10
- data/spec/support/logs/Dispatcher - 2084662-30386.log +0 -16
- data/spec/support/logs/Dispatcher - 2084666-41980.log +0 -14
- data/spec/support/logs/Dispatcher - 2084671-28195.log +0 -10
- data/spec/support/logs/Dispatcher - 2084679-24212.log +0 -6
- data/spec/support/logs/Dispatcher - 2084684-24840.log +0 -6
- data/spec/support/logs/Dispatcher - 2084690-2330.log +0 -6
- data/spec/support/logs/Dispatcher - 2084696-42100.log +0 -6
- data/spec/support/logs/Dispatcher - 2084708-56679.log +0 -6
- data/spec/support/logs/Dispatcher - 2084715-59455.log +0 -6
- data/spec/support/logs/Dispatcher - 2084720-46091.log +0 -6
- data/spec/support/logs/Dispatcher - 2084724-21347.log +0 -6
- data/spec/support/logs/Dispatcher - 2084728-3813.log +0 -6
- data/spec/support/logs/Dispatcher - 2084747-54065.log +0 -6
- data/spec/support/logs/Dispatcher - 2084801-19412.log +0 -16
- data/spec/support/logs/Dispatcher - 2084811-59797.log +0 -14
- data/spec/support/logs/Dispatcher - 2084823-23899.log +0 -10
- data/spec/support/logs/Dispatcher - 2084830-47281.log +0 -16
- data/spec/support/logs/Dispatcher - 2084837-10298.log +0 -14
- data/spec/support/logs/Dispatcher - 2084841-56001.log +0 -10
- data/spec/support/logs/Dispatcher - 2084853-1565.log +0 -6
- data/spec/support/logs/Dispatcher - 2084857-31352.log +0 -6
- data/spec/support/logs/Dispatcher - 2084877-22664.log +0 -6
- data/spec/support/logs/Dispatcher - 2084887-58267.log +0 -6
- data/spec/support/logs/Dispatcher - 2084900-14813.log +0 -6
- data/spec/support/logs/Dispatcher - 2084918-27095.log +0 -6
- data/spec/support/logs/Dispatcher - 2084922-38881.log +0 -6
- data/spec/support/logs/Dispatcher - 2084927-9197.log +0 -6
- data/spec/support/logs/Dispatcher - 2084933-45835.log +0 -6
- data/spec/support/logs/Dispatcher - 2084939-1500.log +0 -16
- data/spec/support/logs/Dispatcher - 2084943-48331.log +0 -14
- data/spec/support/logs/Dispatcher - 2084948-34909.log +0 -10
- data/spec/support/logs/Dispatcher - 2084954-49726.log +0 -16
- data/spec/support/logs/Dispatcher - 2084958-35176.log +0 -14
- data/spec/support/logs/Dispatcher - 2084962-62104.log +0 -10
- data/spec/support/logs/Dispatcher - 2084974-6819.log +0 -6
- data/spec/support/logs/Dispatcher - 2084978-13104.log +0 -6
- data/spec/support/logs/Dispatcher - 2084983-59939.log +0 -6
- data/spec/support/logs/Dispatcher - 2084985-53535.log +0 -6
- data/spec/support/logs/Dispatcher - 2084995-18515.log +0 -6
- data/spec/support/logs/Dispatcher - 2085000-55889.log +0 -6
- data/spec/support/logs/Dispatcher - 2085006-56531.log +0 -6
- data/spec/support/logs/Dispatcher - 2085010-2253.log +0 -6
- data/spec/support/logs/Dispatcher - 2085014-50939.log +0 -6
- data/spec/support/logs/Dispatcher - 2085037-15194.log +0 -6
- data/spec/support/logs/Dispatcher - 2085107-51681.log +0 -16
- data/spec/support/logs/Dispatcher - 2085117-64122.log +0 -14
- data/spec/support/logs/Dispatcher - 2085124-63731.log +0 -10
- data/spec/support/logs/Dispatcher - 2085130-3512.log +0 -16
- data/spec/support/logs/Dispatcher - 2085138-19989.log +0 -14
- data/spec/support/logs/Dispatcher - 2085144-39261.log +0 -10
- data/spec/support/logs/Dispatcher - 2085155-25349.log +0 -6
- data/spec/support/logs/Dispatcher - 2085164-29569.log +0 -6
- data/spec/support/logs/Dispatcher - 2085174-35683.log +0 -6
- data/spec/support/logs/Dispatcher - 2085188-19138.log +0 -6
- data/spec/support/logs/Dispatcher - 2085196-49875.log +0 -6
- data/spec/support/logs/Dispatcher - 2085206-21198.log +0 -6
- data/spec/support/logs/Dispatcher - 2085212-33052.log +0 -6
- data/spec/support/logs/Dispatcher - 2085217-42794.log +0 -6
- data/spec/support/logs/Dispatcher - 2085284-29818.log +0 -6
- data/spec/support/logs/Dispatcher - 2085289-38774.log +0 -16
- data/spec/support/logs/Dispatcher - 2085291-53018.log +0 -14
- data/spec/support/logs/Dispatcher - 2085295-56998.log +0 -10
- data/spec/support/logs/Dispatcher - 2085301-13055.log +0 -16
- data/spec/support/logs/Dispatcher - 2085307-27829.log +0 -14
- data/spec/support/logs/Dispatcher - 2085313-62492.log +0 -10
- data/spec/support/logs/Dispatcher - 2085319-65144.log +0 -6
- data/spec/support/logs/Dispatcher - 2085321-33632.log +0 -6
- data/spec/support/logs/Dispatcher - 2085325-50203.log +0 -6
- data/spec/support/logs/Dispatcher - 2085327-26879.log +0 -6
- data/spec/support/logs/Dispatcher - 2085350-45657.log +0 -6
- data/spec/support/logs/Dispatcher - 2085354-31092.log +0 -6
- data/spec/support/logs/Dispatcher - 2085358-34299.log +0 -6
- data/spec/support/logs/Dispatcher - 2085362-1655.log +0 -6
- data/spec/support/logs/Dispatcher - 2085366-24205.log +0 -6
- data/spec/support/logs/Dispatcher - 2085390-59700.log +0 -6
- data/spec/support/logs/Dispatcher - 2085456-15485.log +0 -16
- data/spec/support/logs/Dispatcher - 2085466-42753.log +0 -14
- data/spec/support/logs/Dispatcher - 2085477-15058.log +0 -10
- data/spec/support/logs/Dispatcher - 2085518-2292.log +0 -16
- data/spec/support/logs/Dispatcher - 2085522-19832.log +0 -14
- data/spec/support/logs/Dispatcher - 2085531-38976.log +0 -10
- data/spec/support/logs/Dispatcher - 2085545-37623.log +0 -6
- data/spec/support/logs/Dispatcher - 2085549-51738.log +0 -6
- data/spec/support/logs/Dispatcher - 2085559-60468.log +0 -6
- data/spec/support/logs/Dispatcher - 2085575-35794.log +0 -6
- data/spec/support/logs/Dispatcher - 2085583-19494.log +0 -6
- data/spec/support/logs/Dispatcher - 2085597-55072.log +0 -6
- data/spec/support/logs/Dispatcher - 2085603-61074.log +0 -6
- data/spec/support/logs/Dispatcher - 2085608-56310.log +0 -6
- data/spec/support/logs/Dispatcher - 2129919-54627.log +0 -16
- data/spec/support/logs/Dispatcher - 2129923-22332.log +0 -14
- data/spec/support/logs/Dispatcher - 2129929-4902.log +0 -10
- data/spec/support/logs/Dispatcher - 2129941-56558.log +0 -16
- data/spec/support/logs/Dispatcher - 2129944-29611.log +0 -14
- data/spec/support/logs/Dispatcher - 2129948-32559.log +0 -10
- data/spec/support/logs/Dispatcher - 2129957-40662.log +0 -16
- data/spec/support/logs/Dispatcher - 2129963-37747.log +0 -14
- data/spec/support/logs/Dispatcher - 2129968-3200.log +0 -10
- data/spec/support/logs/Dispatcher - 2130020-23055.log +0 -16
- data/spec/support/logs/Dispatcher - 2130024-57755.log +0 -14
- data/spec/support/logs/Dispatcher - 2130029-59884.log +0 -10
- data/spec/support/logs/Dispatcher - 2130035-34381.log +0 -16
- data/spec/support/logs/Dispatcher - 2130037-51580.log +0 -14
- data/spec/support/logs/Dispatcher - 2130047-50278.log +0 -10
- data/spec/support/logs/Dispatcher - 2130076-30559.log +0 -16
- data/spec/support/logs/Dispatcher - 2130078-10491.log +0 -14
- data/spec/support/logs/Dispatcher - 2130082-55801.log +0 -10
- data/spec/support/logs/Dispatcher - 2130496-46916.log +0 -16
- data/spec/support/logs/Dispatcher - 2130500-35987.log +0 -14
- data/spec/support/logs/Dispatcher - 2130505-57402.log +0 -10
- data/spec/support/logs/Dispatcher - 2130511-53706.log +0 -16
- data/spec/support/logs/Dispatcher - 2130514-12390.log +0 -14
- data/spec/support/logs/Dispatcher - 2130518-8896.log +0 -10
- data/spec/support/logs/Dispatcher - 2130534-23838.log +0 -16
- data/spec/support/logs/Dispatcher - 2130536-48443.log +0 -14
- data/spec/support/logs/Dispatcher - 2130545-65368.log +0 -10
- data/spec/support/logs/Dispatcher - 2130550-22158.log +0 -16
- data/spec/support/logs/Dispatcher - 2130552-11552.log +0 -14
- data/spec/support/logs/Dispatcher - 2130556-16962.log +0 -10
- data/spec/support/logs/Dispatcher - 2130580-20313.log +0 -16
- data/spec/support/logs/Dispatcher - 2130584-56766.log +0 -14
- data/spec/support/logs/Dispatcher - 2130589-51160.log +0 -10
- data/spec/support/logs/Dispatcher - 2130599-32055.log +0 -16
- data/spec/support/logs/Dispatcher - 2130602-17133.log +0 -14
- data/spec/support/logs/Dispatcher - 2130608-60258.log +0 -10
- data/spec/support/logs/Dispatcher - 2130618-15506.log +0 -16
- data/spec/support/logs/Dispatcher - 2130620-59925.log +0 -14
- data/spec/support/logs/Dispatcher - 2130624-63217.log +0 -10
- data/spec/support/logs/Dispatcher - 2130629-59335.log +0 -16
- data/spec/support/logs/Dispatcher - 2130631-49411.log +0 -14
- data/spec/support/logs/Dispatcher - 2130637-5579.log +0 -10
- data/spec/support/logs/Dispatcher - 2130936-2924.log +0 -16
- data/spec/support/logs/Dispatcher - 2130950-64910.log +0 -14
- data/spec/support/logs/Dispatcher - 2130958-47251.log +0 -10
- data/spec/support/logs/Dispatcher - 2130989-57164.log +0 -16
- data/spec/support/logs/Dispatcher - 2131002-17160.log +0 -14
- data/spec/support/logs/Dispatcher - 2131012-21397.log +0 -10
- data/spec/support/logs/Dispatcher - 2131025-28295.log +0 -16
- data/spec/support/logs/Dispatcher - 2131036-33317.log +0 -14
- data/spec/support/logs/Dispatcher - 2131043-15257.log +0 -10
- data/spec/support/logs/Dispatcher - 2131076-36931.log +0 -10
- data/spec/support/logs/Dispatcher - 2131078-31823.log +0 -10
- data/spec/support/logs/Dispatcher - 2131162-44993.log +0 -16
- data/spec/support/logs/Dispatcher - 2131178-58290.log +0 -14
- data/spec/support/logs/Dispatcher - 2131186-45196.log +0 -10
- data/spec/support/logs/Dispatcher - 2131216-54848.log +0 -16
- data/spec/support/logs/Dispatcher - 2131230-45440.log +0 -14
- data/spec/support/logs/Dispatcher - 2131240-56994.log +0 -10
- data/spec/support/logs/Dispatcher - 2131249-39008.log +0 -16
- data/spec/support/logs/Dispatcher - 2131261-44998.log +0 -14
- data/spec/support/logs/Dispatcher - 2131270-38601.log +0 -10
- data/spec/support/logs/Dispatcher - 2131296-9480.log +0 -10
- data/spec/support/logs/Dispatcher - 2131298-32598.log +0 -10
- data/spec/support/logs/Dispatcher - 2131410-52976.log +0 -16
- data/spec/support/logs/Dispatcher - 2131424-19462.log +0 -14
- data/spec/support/logs/Dispatcher - 2131437-9356.log +0 -10
- data/spec/support/logs/Dispatcher - 2131470-17236.log +0 -16
- data/spec/support/logs/Dispatcher - 2131483-58007.log +0 -14
- data/spec/support/logs/Dispatcher - 2131491-8037.log +0 -10
- data/spec/support/logs/Dispatcher - 2131502-61497.log +0 -16
- data/spec/support/logs/Dispatcher - 2131512-59741.log +0 -14
- data/spec/support/logs/Dispatcher - 2131519-39028.log +0 -10
- data/spec/support/logs/Dispatcher - 2131556-14332.log +0 -10
- data/spec/support/logs/Dispatcher - 2131558-31938.log +0 -10
- data/spec/support/logs/Dispatcher - 2131699-14865.log +0 -16
- data/spec/support/logs/Dispatcher - 2131711-47373.log +0 -14
- data/spec/support/logs/Dispatcher - 2131723-8945.log +0 -10
- data/spec/support/logs/Dispatcher - 2131755-41131.log +0 -16
- data/spec/support/logs/Dispatcher - 2131771-46583.log +0 -14
- data/spec/support/logs/Dispatcher - 2131794-51997.log +0 -10
- data/spec/support/logs/Dispatcher - 2131805-63007.log +0 -16
- data/spec/support/logs/Dispatcher - 2131818-33168.log +0 -14
- data/spec/support/logs/Dispatcher - 2131825-44824.log +0 -10
- data/spec/support/logs/Dispatcher - 2131851-49930.log +0 -10
- data/spec/support/logs/Dispatcher - 2131853-60292.log +0 -10
- data/spec/support/logs/Dispatcher - 2131866-56677.log +0 -16
- data/spec/support/logs/Dispatcher - 2131890-1384.log +0 -14
- data/spec/support/logs/Dispatcher - 2131898-44219.log +0 -10
- data/spec/support/logs/Dispatcher - 2131926-30670.log +0 -16
- data/spec/support/logs/Dispatcher - 2131941-41491.log +0 -14
- data/spec/support/logs/Dispatcher - 2131950-47334.log +0 -10
- data/spec/support/logs/Dispatcher - 2132013-62855.log +0 -16
- data/spec/support/logs/Dispatcher - 2132034-62247.log +0 -14
- data/spec/support/logs/Dispatcher - 2132044-61266.log +0 -10
- data/spec/support/logs/Dispatcher - 2132085-18623.log +0 -16
- data/spec/support/logs/Dispatcher - 2132098-50893.log +0 -14
- data/spec/support/logs/Dispatcher - 2132107-14083.log +0 -10
- data/spec/support/logs/Dispatcher - 2132137-63194.log +0 -16
- data/spec/support/logs/Dispatcher - 2132151-18639.log +0 -14
- data/spec/support/logs/Dispatcher - 2132165-48796.log +0 -10
- data/spec/support/logs/Dispatcher - 2132228-51697.log +0 -16
- data/spec/support/logs/Dispatcher - 2132249-47460.log +0 -14
- data/spec/support/logs/Dispatcher - 2132258-12678.log +0 -10
- data/spec/support/logs/Dispatcher - 2132275-27587.log +0 -16
- data/spec/support/logs/Dispatcher - 2132290-30441.log +0 -14
- data/spec/support/logs/Dispatcher - 2132299-61158.log +0 -10
- data/spec/support/logs/Dispatcher - 2132322-9888.log +0 -6
- data/spec/support/logs/Dispatcher - 2132329-57731.log +0 -16
- data/spec/support/logs/Dispatcher - 2132332-16308.log +0 -14
- data/spec/support/logs/Dispatcher - 2132336-9093.log +0 -10
- data/spec/support/logs/Dispatcher - 2132349-13508.log +0 -16
- data/spec/support/logs/Dispatcher - 2132351-24439.log +0 -14
- data/spec/support/logs/Dispatcher - 2132355-17731.log +0 -10
- data/spec/support/logs/Dispatcher - 2132363-35053.log +0 -16
- data/spec/support/logs/Dispatcher - 2132365-2390.log +0 -14
- data/spec/support/logs/Dispatcher - 2132369-24028.log +0 -10
- data/spec/support/logs/Dispatcher - 2132381-38142.log +0 -16
- data/spec/support/logs/Dispatcher - 2132388-19936.log +0 -14
- data/spec/support/logs/Dispatcher - 2132393-25715.log +0 -10
- data/spec/support/logs/Dispatcher - 2132398-37330.log +0 -16
- data/spec/support/logs/Dispatcher - 2132403-51310.log +0 -14
- data/spec/support/logs/Dispatcher - 2132408-22358.log +0 -10
- data/spec/support/logs/Dispatcher - 2132418-33568.log +0 -6
- data/spec/support/logs/Dispatcher - 2132420-35943.log +0 -6
- data/spec/support/logs/Dispatcher - 2132427-60028.log +0 -6
- data/spec/support/logs/Dispatcher - 2132430-46507.log +0 -6
- data/spec/support/logs/Dispatcher - 2132442-21537.log +0 -6
- data/spec/support/logs/Dispatcher - 2132448-34492.log +0 -6
- data/spec/support/logs/Dispatcher - 2132452-38047.log +0 -6
- data/spec/support/logs/Dispatcher - 2132456-7171.log +0 -6
- data/spec/support/logs/Dispatcher - 2132460-38441.log +0 -6
- data/spec/support/logs/Dispatcher - 2132480-56600.log +0 -6
- data/spec/support/logs/Dispatcher - 2132543-21077.log +0 -16
- data/spec/support/logs/Dispatcher - 2132554-64077.log +0 -14
- data/spec/support/logs/Dispatcher - 2132561-57377.log +0 -10
- data/spec/support/logs/Dispatcher - 2132587-6406.log +0 -16
- data/spec/support/logs/Dispatcher - 2132597-36294.log +0 -14
- data/spec/support/logs/Dispatcher - 2132604-18769.log +0 -10
- data/spec/support/logs/Dispatcher - 2132615-9908.log +0 -16
- data/spec/support/logs/Dispatcher - 2132625-52945.log +0 -14
- data/spec/support/logs/Dispatcher - 2132640-35578.log +0 -10
- data/spec/support/logs/Dispatcher - 2132681-61419.log +0 -10
- data/spec/support/logs/Dispatcher - 2132684-40433.log +0 -10
- data/spec/support/logs/Dispatcher - 2132699-38154.log +0 -16
- data/spec/support/logs/Dispatcher - 2132712-64833.log +0 -14
- data/spec/support/logs/Dispatcher - 2132717-64320.log +0 -10
- data/spec/support/logs/Dispatcher - 2132729-4317.log +0 -6
- data/spec/support/logs/Dispatcher - 2132733-33496.log +0 -6
- data/spec/support/logs/Dispatcher - 2132745-24264.log +0 -6
- data/spec/support/logs/Dispatcher - 2132760-6322.log +0 -6
- data/spec/support/logs/Dispatcher - 2132770-49304.log +0 -6
- data/spec/support/logs/Dispatcher - 2132782-18817.log +0 -6
- data/spec/support/logs/Dispatcher - 2132786-37539.log +0 -6
- data/spec/support/logs/Dispatcher - 2132792-14154.log +0 -6
- data/spec/support/logs/Dispatcher - 2132804-55927.log +0 -6
- data/spec/support/logs/Dispatcher - 2132816-48684.log +0 -16
- data/spec/support/logs/Dispatcher - 2132818-6591.log +0 -14
- data/spec/support/logs/Dispatcher - 2132822-1472.log +0 -10
- data/spec/support/logs/Dispatcher - 2132828-33385.log +0 -16
- data/spec/support/logs/Dispatcher - 2132830-35410.log +0 -14
- data/spec/support/logs/Dispatcher - 2132834-28167.log +0 -10
- data/spec/support/logs/Dispatcher - 2132846-51507.log +0 -16
- data/spec/support/logs/Dispatcher - 2132848-54730.log +0 -14
- data/spec/support/logs/Dispatcher - 2132856-19035.log +0 -10
- data/spec/support/logs/Dispatcher - 2132868-2494.log +0 -16
- data/spec/support/logs/Dispatcher - 2132870-9909.log +0 -14
- data/spec/support/logs/Dispatcher - 2132874-64454.log +0 -10
- data/spec/support/logs/Dispatcher - 2132879-51130.log +0 -16
- data/spec/support/logs/Dispatcher - 2132885-46014.log +0 -14
- data/spec/support/logs/Dispatcher - 2132889-61285.log +0 -10
- data/spec/support/logs/Dispatcher - 2132895-34598.log +0 -6
- data/spec/support/logs/Dispatcher - 2132897-10597.log +0 -6
- data/spec/support/logs/Dispatcher - 2132901-26245.log +0 -6
- data/spec/support/logs/Dispatcher - 2132903-51387.log +0 -6
- data/spec/support/logs/Dispatcher - 2132915-52548.log +0 -6
- data/spec/support/logs/Dispatcher - 2132924-1420.log +0 -6
- data/spec/support/logs/Dispatcher - 2132928-58554.log +0 -6
- data/spec/support/logs/Dispatcher - 2132932-24099.log +0 -6
- data/spec/support/logs/Dispatcher - 2132941-13442.log +0 -6
- data/spec/support/logs/Dispatcher - 2132961-55061.log +0 -6
- data/spec/support/logs/Dispatcher - 2133017-45998.log +0 -16
- data/spec/support/logs/Dispatcher - 2133027-52598.log +0 -14
- data/spec/support/logs/Dispatcher - 2133034-54481.log +0 -10
- data/spec/support/logs/Dispatcher - 2133072-64055.log +0 -16
- data/spec/support/logs/Dispatcher - 2133085-51308.log +0 -14
- data/spec/support/logs/Dispatcher - 2133092-61065.log +0 -10
- data/spec/support/logs/Dispatcher - 2133102-23680.log +0 -16
- data/spec/support/logs/Dispatcher - 2133112-3416.log +0 -14
- data/spec/support/logs/Dispatcher - 2133121-36546.log +0 -10
- data/spec/support/logs/Dispatcher - 2133155-10308.log +0 -10
- data/spec/support/logs/Dispatcher - 2133159-56718.log +0 -10
- data/spec/support/logs/Dispatcher - 2133161-56786.log +0 -16
- data/spec/support/logs/Dispatcher - 2133166-18272.log +0 -14
- data/spec/support/logs/Dispatcher - 2133170-16928.log +0 -10
- data/spec/support/logs/Dispatcher - 2133183-31842.log +0 -6
- data/spec/support/logs/Dispatcher - 2133189-64819.log +0 -6
- data/spec/support/logs/Dispatcher - 2133204-46924.log +0 -6
- data/spec/support/logs/Dispatcher - 2133215-50738.log +0 -6
- data/spec/support/logs/Dispatcher - 2133228-14157.log +0 -6
- data/spec/support/logs/Dispatcher - 2133238-31022.log +0 -6
- data/spec/support/logs/Dispatcher - 2133242-1174.log +0 -6
- data/spec/support/logs/Dispatcher - 2133247-54108.log +0 -6
- data/spec/support/logs/Dispatcher - 263684-37723.log +0 -6
- data/spec/support/logs/Dispatcher - 263896-63833.log +0 -6
- data/spec/support/logs/Dispatcher - 263898-46048.log +0 -6
- data/spec/support/logs/Dispatcher - 263900-15914.log +0 -6
- data/spec/support/logs/Dispatcher - 263902-5473.log +0 -10
- data/spec/support/logs/Dispatcher - 263904-7198.log +0 -10
- data/spec/support/logs/Dispatcher - 263907-17435.log +0 -10
- data/spec/support/logs/Dispatcher - 263909-37976.log +0 -10
- data/spec/support/logs/Dispatcher - 263911-34749.log +0 -10
- data/spec/support/logs/Dispatcher - 263913-49655.log +0 -10
- data/spec/support/logs/Dispatcher - 263980-43889.log +0 -6
- data/spec/support/logs/Dispatcher - 264072-46009.log +0 -6
- data/spec/support/logs/Dispatcher - 264077-52811.log +0 -6
- data/spec/support/logs/Dispatcher - 264080-41200.log +0 -6
- data/spec/support/logs/Dispatcher - 264082-14855.log +0 -6
- data/spec/support/logs/Dispatcher - 264092-22503.log +0 -6
- data/spec/support/logs/Dispatcher - 264102-30844.log +0 -6
- data/spec/support/logs/Dispatcher - 264114-58912.log +0 -6
- data/spec/support/logs/Dispatcher - 264116-52016.log +0 -6
- data/spec/support/logs/Dispatcher - 264118-47480.log +0 -6
- data/spec/support/logs/Dispatcher - 264120-21725.log +0 -6
- data/spec/support/logs/Dispatcher - 264122-28950.log +0 -6
- data/spec/support/logs/Dispatcher - 264126-15967.log +0 -6
- data/spec/support/logs/Dispatcher - 264128-51091.log +0 -16
- data/spec/support/logs/Dispatcher - 264130-8447.log +0 -14
- data/spec/support/logs/Dispatcher - 264135-28192.log +0 -10
- data/spec/support/logs/Dispatcher - 264142-54802.log +0 -16
- data/spec/support/logs/Dispatcher - 264144-39272.log +0 -14
- data/spec/support/logs/Dispatcher - 264148-56931.log +0 -10
- data/spec/support/logs/Dispatcher - 264156-1360.log +0 -16
- data/spec/support/logs/Dispatcher - 264158-55531.log +0 -14
- data/spec/support/logs/Dispatcher - 264162-8716.log +0 -10
- data/spec/support/logs/Dispatcher - 264167-4463.log +0 -16
- data/spec/support/logs/Dispatcher - 264169-32905.log +0 -14
- data/spec/support/logs/Dispatcher - 264173-14868.log +0 -10
- data/spec/support/logs/Dispatcher - 264179-62029.log +0 -16
- data/spec/support/logs/Dispatcher - 264186-25376.log +0 -14
- data/spec/support/logs/Dispatcher - 264191-60115.log +0 -10
- data/spec/support/logs/Dispatcher - 264197-23758.log +0 -6
- data/spec/support/logs/Dispatcher - 264199-54852.log +0 -6
- data/spec/support/logs/Dispatcher - 264203-9569.log +0 -6
- data/spec/support/logs/Dispatcher - 264205-21377.log +0 -6
- data/spec/support/logs/Dispatcher - 264215-36440.log +0 -6
- data/spec/support/logs/Dispatcher - 264220-10857.log +0 -6
- data/spec/support/logs/Dispatcher - 264224-57564.log +0 -6
- data/spec/support/logs/Dispatcher - 264229-39123.log +0 -6
- data/spec/support/logs/Dispatcher - 264234-44673.log +0 -6
- data/spec/support/logs/Dispatcher - 264258-18456.log +0 -6
- data/spec/support/logs/Dispatcher - 264314-20266.log +0 -16
- data/spec/support/logs/Dispatcher - 264328-20024.log +0 -14
- data/spec/support/logs/Dispatcher - 264337-11629.log +0 -10
- data/spec/support/logs/Dispatcher - 264361-39155.log +0 -16
- data/spec/support/logs/Dispatcher - 264371-39939.log +0 -14
- data/spec/support/logs/Dispatcher - 264380-29600.log +0 -10
- data/spec/support/logs/Dispatcher - 264401-60428.log +0 -16
- data/spec/support/logs/Dispatcher - 264411-34835.log +0 -14
- data/spec/support/logs/Dispatcher - 264418-7558.log +0 -10
- data/spec/support/logs/Dispatcher - 264443-28575.log +0 -10
- data/spec/support/logs/Dispatcher - 264445-29220.log +0 -10
- data/spec/support/logs/Dispatcher - 264447-5236.log +0 -16
- data/spec/support/logs/Dispatcher - 264452-41191.log +0 -14
- data/spec/support/logs/Dispatcher - 264456-31121.log +0 -10
- data/spec/support/logs/Dispatcher - 264467-2875.log +0 -6
- data/spec/support/logs/Dispatcher - 264471-4172.log +0 -6
- data/spec/support/logs/Dispatcher - 264483-15017.log +0 -6
- data/spec/support/logs/Dispatcher - 264493-6347.log +0 -6
- data/spec/support/logs/Dispatcher - 264502-33089.log +0 -6
- data/spec/support/logs/Dispatcher - 264512-37281.log +0 -6
- data/spec/support/logs/Dispatcher - 264516-62552.log +0 -6
- data/spec/support/logs/Dispatcher - 264521-24238.log +0 -6
- data/spec/support/logs/Dispatcher - 264681-16588.log +0 -6
- data/spec/support/logs/Dispatcher - 264690-20673.log +0 -6
- data/spec/support/logs/Dispatcher - 264697-43473.log +0 -6
- data/spec/support/logs/Dispatcher - 3204062-27546.log +0 -6
- data/spec/support/logs/Dispatcher - 3207166-30195.log +0 -6
- data/spec/support/logs/Dispatcher - 3207418-16491.log +0 -6
- data/spec/support/logs/Dispatcher - 3207420-23797.log +0 -6
- data/spec/support/logs/Dispatcher - 3207424-64333.log +0 -6
- data/spec/support/logs/Dispatcher - 3207427-50621.log +0 -10
- data/spec/support/logs/Dispatcher - 3207429-15351.log +0 -10
- data/spec/support/logs/Dispatcher - 3207432-3685.log +0 -10
- data/spec/support/logs/Dispatcher - 3207436-43126.log +0 -10
- data/spec/support/logs/Dispatcher - 3207438-58131.log +0 -10
- data/spec/support/logs/Dispatcher - 3207440-32187.log +0 -10
- data/spec/support/logs/Dispatcher - 3207654-42085.log +0 -6
- data/spec/support/logs/Dispatcher - 3207769-16303.log +0 -6
- data/spec/support/logs/Dispatcher - 3207771-31196.log +0 -6
- data/spec/support/logs/Dispatcher - 3207773-53419.log +0 -6
- data/spec/support/logs/Dispatcher - 3207775-17015.log +0 -6
- data/spec/support/logs/Dispatcher - 3207787-56572.log +0 -6
- data/spec/support/logs/Dispatcher - 3207799-41227.log +0 -6
- data/spec/support/logs/Dispatcher - 3207815-49397.log +0 -6
- data/spec/support/logs/Dispatcher - 3207817-13826.log +0 -6
- data/spec/support/logs/Dispatcher - 3207819-46821.log +0 -6
- data/spec/support/logs/Dispatcher - 3207821-37991.log +0 -6
- data/spec/support/logs/Dispatcher - 3207825-52955.log +0 -6
- data/spec/support/logs/Dispatcher - 3207829-12122.log +0 -6
- data/spec/support/logs/Dispatcher - 3207831-58485.log +0 -16
- data/spec/support/logs/Dispatcher - 3207833-47083.log +0 -14
- data/spec/support/logs/Dispatcher - 3207837-53679.log +0 -10
- data/spec/support/logs/Dispatcher - 3207847-12037.log +0 -16
- data/spec/support/logs/Dispatcher - 3207852-64296.log +0 -14
- data/spec/support/logs/Dispatcher - 3207858-56473.log +0 -10
- data/spec/support/logs/Dispatcher - 3207864-26736.log +0 -6
- data/spec/support/logs/Dispatcher - 3207866-24113.log +0 -6
- data/spec/support/logs/Dispatcher - 3207870-6896.log +0 -6
- data/spec/support/logs/Dispatcher - 3207873-16434.log +0 -6
- data/spec/support/logs/Dispatcher - 3207885-31058.log +0 -6
- data/spec/support/logs/Dispatcher - 3207891-19927.log +0 -6
- data/spec/support/logs/Dispatcher - 3207897-41533.log +0 -6
- data/spec/support/logs/Dispatcher - 3207903-26815.log +0 -6
- data/spec/support/logs/Dispatcher - 3207909-25294.log +0 -6
- data/spec/support/logs/Dispatcher - 3207929-51610.log +0 -6
- data/spec/support/logs/Dispatcher - 3207990-8943.log +0 -16
- data/spec/support/logs/Dispatcher - 3208000-30657.log +0 -14
- data/spec/support/logs/Dispatcher - 3208010-54017.log +0 -10
- data/spec/support/logs/Dispatcher - 3208041-58792.log +0 -16
- data/spec/support/logs/Dispatcher - 3208047-50811.log +0 -14
- data/spec/support/logs/Dispatcher - 3208051-52018.log +0 -10
- data/spec/support/logs/Dispatcher - 3208067-46852.log +0 -6
- data/spec/support/logs/Dispatcher - 3208075-56209.log +0 -6
- data/spec/support/logs/Dispatcher - 3208088-4783.log +0 -6
- data/spec/support/logs/Dispatcher - 3208100-47518.log +0 -6
- data/spec/support/logs/Dispatcher - 3208115-25109.log +0 -6
- data/spec/support/logs/Dispatcher - 3208127-46551.log +0 -6
- data/spec/support/logs/Dispatcher - 3208133-2576.log +0 -6
- data/spec/support/logs/Dispatcher - 3208138-25988.log +0 -6
- data/spec/support/logs/Dispatcher - 3208299-19611.log +0 -6
- data/spec/support/logs/Dispatcher - 3208330-35076.log +0 -6
- data/spec/support/logs/Dispatcher - 3208340-32759.log +0 -6
- data/spec/support/logs/Dispatcher - 903393-34771.log +0 -6
- data/spec/support/logs/Dispatcher - 903765-19862.log +0 -6
- data/spec/support/logs/Dispatcher - 903767-43611.log +0 -6
- data/spec/support/logs/Dispatcher - 903770-34337.log +0 -6
- data/spec/support/logs/Dispatcher - 903774-7484.log +0 -10
- data/spec/support/logs/Dispatcher - 903777-5256.log +0 -10
- data/spec/support/logs/Dispatcher - 903780-12391.log +0 -10
- data/spec/support/logs/Dispatcher - 903782-54621.log +0 -10
- data/spec/support/logs/Dispatcher - 903786-46071.log +0 -10
- data/spec/support/logs/Dispatcher - 903794-48819.log +0 -10
- data/spec/support/logs/Dispatcher - 903906-54562.log +0 -6
- data/spec/support/logs/Dispatcher - 904068-37293.log +0 -6
- data/spec/support/logs/Dispatcher - 904070-53492.log +0 -6
- data/spec/support/logs/Dispatcher - 904073-27607.log +0 -6
- data/spec/support/logs/Dispatcher - 904075-41641.log +0 -6
- data/spec/support/logs/Dispatcher - 904099-53541.log +0 -6
- data/spec/support/logs/Dispatcher - 904112-10508.log +0 -6
- data/spec/support/logs/Dispatcher - 904132-5791.log +0 -6
- data/spec/support/logs/Dispatcher - 904141-56406.log +0 -6
- data/spec/support/logs/Dispatcher - 904147-21550.log +0 -6
- data/spec/support/logs/Dispatcher - 904149-20120.log +0 -6
- data/spec/support/logs/Dispatcher - 904155-33639.log +0 -6
- data/spec/support/logs/Dispatcher - 904161-53730.log +0 -6
- data/spec/support/logs/Dispatcher - 904169-49991.log +0 -16
- data/spec/support/logs/Dispatcher - 904172-39635.log +0 -14
- data/spec/support/logs/Dispatcher - 904192-9525.log +0 -10
- data/spec/support/logs/Dispatcher - 904206-3529.log +0 -16
- data/spec/support/logs/Dispatcher - 904211-16856.log +0 -14
- data/spec/support/logs/Dispatcher - 904216-49974.log +0 -10
- data/spec/support/logs/Dispatcher - 904228-16891.log +0 -6
- data/spec/support/logs/Dispatcher - 904231-34999.log +0 -6
- data/spec/support/logs/Dispatcher - 904236-50872.log +0 -6
- data/spec/support/logs/Dispatcher - 904238-25464.log +0 -6
- data/spec/support/logs/Dispatcher - 904251-43339.log +0 -6
- data/spec/support/logs/Dispatcher - 904256-18461.log +0 -6
- data/spec/support/logs/Dispatcher - 904266-59699.log +0 -6
- data/spec/support/logs/Dispatcher - 904279-17401.log +0 -6
- data/spec/support/logs/Dispatcher - 904289-48953.log +0 -6
- data/spec/support/logs/Dispatcher - 904309-22599.log +0 -6
- data/spec/support/logs/Dispatcher - 904386-44447.log +0 -16
- data/spec/support/logs/Dispatcher - 904409-51015.log +0 -14
- data/spec/support/logs/Dispatcher - 904420-34336.log +0 -10
- data/spec/support/logs/Dispatcher - 904455-24852.log +0 -16
- data/spec/support/logs/Dispatcher - 904459-54769.log +0 -14
- data/spec/support/logs/Dispatcher - 904464-49280.log +0 -10
- data/spec/support/logs/Dispatcher - 904490-41571.log +0 -6
- data/spec/support/logs/Dispatcher - 904495-62362.log +0 -6
- data/spec/support/logs/Dispatcher - 904517-14314.log +0 -6
- data/spec/support/logs/Dispatcher - 904529-30060.log +0 -6
- data/spec/support/logs/Dispatcher - 904538-61870.log +0 -6
- data/spec/support/logs/Dispatcher - 904553-59343.log +0 -6
- data/spec/support/logs/Dispatcher - 904563-59027.log +0 -6
- data/spec/support/logs/Dispatcher - 904576-62144.log +0 -6
- data/spec/support/logs/Dispatcher - 904742-2935.log +0 -6
- data/spec/support/logs/Dispatcher - 904771-62183.log +0 -6
- data/spec/support/logs/Dispatcher - 904780-13353.log +0 -6
- data/spec/support/logs/Instance - 264561-55945.error.log +0 -105
- data/spec/support/logs/Instance - 264572-22790.error.log +0 -105
- data/spec/support/logs/Instance - 264580-20320.error.log +0 -105
- data/spec/support/logs/Instance - 3208178-11741.error.log +0 -106
- data/spec/support/logs/Instance - 3208181-15143.error.log +0 -106
- data/spec/support/logs/Instance - 3208183-7742.error.log +0 -106
- data/spec/support/logs/Instance - 904628-41184.error.log +0 -105
- data/spec/support/logs/Instance - 904631-38626.error.log +0 -105
- data/spec/support/logs/Instance - 904634-37879.error.log +0 -105
- data/spec/support/logs/Scheduler - 263650-40429.log +0 -3
- data/spec/support/logs/Scheduler - 263654-17843.log +0 -6
- data/spec/support/logs/Scheduler - 263708-57130.log +0 -3
- data/spec/support/logs/Scheduler - 263719-23288.log +0 -6
- data/spec/support/logs/Scheduler - 263732-47848.log +0 -4
- data/spec/support/logs/Scheduler - 263749-59913.log +0 -1
- data/spec/support/logs/Scheduler - 263762-61923.log +0 -3
- data/spec/support/logs/Scheduler - 263770-65413.log +0 -6
- data/spec/support/logs/Scheduler - 263807-35819.log +0 -3
- data/spec/support/logs/Scheduler - 263815-7104.log +0 -6
- data/spec/support/logs/Scheduler - 263835-3062.log +0 -3
- data/spec/support/logs/Scheduler - 263848-15777.log +0 -6
- data/spec/support/logs/Scheduler - 263874-10387.log +0 -4
- data/spec/support/logs/Scheduler - 263887-39612.log +0 -6
- data/spec/support/logs/Scheduler - 263915-28009.log +0 -1
- data/spec/support/logs/Scheduler - 263920-22341.log +0 -1
- data/spec/support/logs/Scheduler - 263923-33469.log +0 -1
- data/spec/support/logs/Scheduler - 263925-36367.log +0 -1
- data/spec/support/logs/Scheduler - 263927-31139.log +0 -1
- data/spec/support/logs/Scheduler - 263929-4002.log +0 -1
- data/spec/support/logs/Scheduler - 263931-48598.log +0 -3
- data/spec/support/logs/Scheduler - 263935-12059.log +0 -6
- data/spec/support/logs/Scheduler - 263950-1219.log +0 -4
- data/spec/support/logs/Scheduler - 263957-50923.log +0 -1
- data/spec/support/logs/Scheduler - 263961-4500.log +0 -1
- data/spec/support/logs/Scheduler - 263965-16042.log +0 -1
- data/spec/support/logs/Scheduler - 263967-26380.log +0 -1
- data/spec/support/logs/Scheduler - 263969-50677.log +0 -3
- data/spec/support/logs/Scheduler - 263973-24517.log +0 -1
- data/spec/support/logs/Scheduler - 263975-42635.log +0 -1
- data/spec/support/logs/Scheduler - 263977-19951.log +0 -1
- data/spec/support/logs/Scheduler - 264646-12355.log +0 -16
- data/spec/support/logs/Scheduler - 264660-2662.log +0 -6
- data/spec/support/logs/Scheduler - 264673-4243.log +0 -6
- data/spec/support/logs/Scheduler - 264683-1704.log +0 -6
- data/spec/support/logs/Scheduler - 264692-31371.log +0 -3
- data/spec/support/logs/Scheduler - 264699-49649.log +0 -5
- data/spec/support/logs/Scheduler - 264704-1895.log +0 -1
- data/spec/support/logs/Scheduler - 264706-43058.log +0 -1
- data/spec/support/logs/Scheduler - 264708-30463.log +0 -1
- data/spec/support/logs/Scheduler - 264711-52740.log +0 -1
- data/spec/support/logs/Scheduler - 264714-33818.log +0 -1
- data/spec/support/logs/Scheduler - 264716-16660.log +0 -1
- data/spec/support/logs/Scheduler - 264718-21301.log +0 -1
- data/spec/support/logs/Scheduler - 264721-39177.log +0 -3
- data/spec/support/logs/Scheduler - 264729-42720.log +0 -3
- data/spec/support/logs/Scheduler - 264738-21054.log +0 -3
- data/spec/support/logs/Scheduler - 264744-37138.log +0 -3
- data/spec/support/logs/Scheduler - 264750-25208.log +0 -4
- data/spec/support/logs/Scheduler - 264764-22070.log +0 -1
- data/spec/support/logs/Scheduler - 264769-51485.log +0 -4
- data/spec/support/logs/Scheduler - 264771-15448.log +0 -1
- data/spec/support/logs/Scheduler - 264774-36444.log +0 -1
- data/spec/support/logs/Scheduler - 264776-40748.log +0 -16
- data/spec/support/logs/Scheduler - 264792-62008.log +0 -4
- data/spec/support/logs/Scheduler - 264796-25788.log +0 -1
- data/spec/support/logs/Scheduler - 264799-8917.log +0 -1
- data/spec/support/logs/Scheduler - 264801-6298.log +0 -1
- data/spec/support/logs/Scheduler - 264804-26507.log +0 -1
- data/spec/support/logs/Scheduler - 264807-40623.log +0 -3
- data/spec/support/logs/Scheduler - 264813-58171.log +0 -1
- data/spec/support/logs/Scheduler - 264815-33890.log +0 -1
- data/spec/support/logs/Scheduler - 264817-62292.log +0 -1
- data/spec/support/logs/Scheduler - 264819-41618.log +0 -1
- data/spec/support/logs/Scheduler - 264823-29265.log +0 -1
- data/spec/support/logs/Scheduler - 264826-35178.log +0 -1
- data/spec/support/logs/Scheduler - 264829-30221.log +0 -2
- data/spec/support/logs/Scheduler - 3203309-65225.log +0 -3
- data/spec/support/logs/Scheduler - 3203315-52999.log +0 -6
- data/spec/support/logs/Scheduler - 3204127-50400.log +0 -3
- data/spec/support/logs/Scheduler - 3204138-29313.log +0 -6
- data/spec/support/logs/Scheduler - 3204154-9476.log +0 -4
- data/spec/support/logs/Scheduler - 3204163-52855.log +0 -1
- data/spec/support/logs/Scheduler - 3204175-31574.log +0 -3
- data/spec/support/logs/Scheduler - 3204194-7097.log +0 -6
- data/spec/support/logs/Scheduler - 3204251-11724.log +0 -3
- data/spec/support/logs/Scheduler - 3204262-10820.log +0 -4
- data/spec/support/logs/Scheduler - 3207131-48958.log +0 -3
- data/spec/support/logs/Scheduler - 3207138-8974.log +0 -6
- data/spec/support/logs/Scheduler - 3207187-62652.log +0 -3
- data/spec/support/logs/Scheduler - 3207197-19207.log +0 -6
- data/spec/support/logs/Scheduler - 3207218-27080.log +0 -4
- data/spec/support/logs/Scheduler - 3207228-4393.log +0 -1
- data/spec/support/logs/Scheduler - 3207240-7381.log +0 -3
- data/spec/support/logs/Scheduler - 3207252-53772.log +0 -6
- data/spec/support/logs/Scheduler - 3207306-56622.log +0 -3
- data/spec/support/logs/Scheduler - 3207318-9939.log +0 -6
- data/spec/support/logs/Scheduler - 3207342-36988.log +0 -3
- data/spec/support/logs/Scheduler - 3207352-31746.log +0 -6
- data/spec/support/logs/Scheduler - 3207383-56973.log +0 -4
- data/spec/support/logs/Scheduler - 3207400-19390.log +0 -6
- data/spec/support/logs/Scheduler - 3207442-63021.log +0 -1
- data/spec/support/logs/Scheduler - 3207445-42476.log +0 -1
- data/spec/support/logs/Scheduler - 3207450-45489.log +0 -1
- data/spec/support/logs/Scheduler - 3207453-18262.log +0 -1
- data/spec/support/logs/Scheduler - 3207458-47234.log +0 -1
- data/spec/support/logs/Scheduler - 3207462-5628.log +0 -1
- data/spec/support/logs/Scheduler - 3207464-14620.log +0 -3
- data/spec/support/logs/Scheduler - 3207468-4793.log +0 -6
- data/spec/support/logs/Scheduler - 3207482-45268.log +0 -4
- data/spec/support/logs/Scheduler - 3207494-44991.log +0 -1
- data/spec/support/logs/Scheduler - 3207498-21429.log +0 -1
- data/spec/support/logs/Scheduler - 3207503-54136.log +0 -1
- data/spec/support/logs/Scheduler - 3207507-43714.log +0 -1
- data/spec/support/logs/Scheduler - 3207512-38735.log +0 -3
- data/spec/support/logs/Scheduler - 3207516-64075.log +0 -1
- data/spec/support/logs/Scheduler - 3207523-26974.log +0 -1
- data/spec/support/logs/Scheduler - 3207527-30807.log +0 -1
- data/spec/support/logs/Scheduler - 3208261-26059.log +0 -16
- data/spec/support/logs/Scheduler - 3208278-13735.log +0 -6
- data/spec/support/logs/Scheduler - 3208287-55638.log +0 -6
- data/spec/support/logs/Scheduler - 3208303-38465.log +0 -6
- data/spec/support/logs/Scheduler - 3208334-43532.log +0 -3
- data/spec/support/logs/Scheduler - 3208344-20376.log +0 -5
- data/spec/support/logs/Scheduler - 3208351-38224.log +0 -1
- data/spec/support/logs/Scheduler - 3208355-9843.log +0 -1
- data/spec/support/logs/Scheduler - 3208357-43942.log +0 -1
- data/spec/support/logs/Scheduler - 3208360-58330.log +0 -1
- data/spec/support/logs/Scheduler - 3208363-23807.log +0 -1
- data/spec/support/logs/Scheduler - 3208366-29256.log +0 -1
- data/spec/support/logs/Scheduler - 3208369-25684.log +0 -1
- data/spec/support/logs/Scheduler - 3208372-28479.log +0 -3
- data/spec/support/logs/Scheduler - 3208382-34006.log +0 -3
- data/spec/support/logs/Scheduler - 3208396-57942.log +0 -3
- data/spec/support/logs/Scheduler - 3208402-34617.log +0 -3
- data/spec/support/logs/Scheduler - 3208406-31477.log +0 -4
- data/spec/support/logs/Scheduler - 3208418-25154.log +0 -1
- data/spec/support/logs/Scheduler - 3208423-3948.log +0 -4
- data/spec/support/logs/Scheduler - 3208428-21648.log +0 -1
- data/spec/support/logs/Scheduler - 3208434-64685.log +0 -1
- data/spec/support/logs/Scheduler - 3208440-58157.log +0 -16
- data/spec/support/logs/Scheduler - 3208460-6293.log +0 -4
- data/spec/support/logs/Scheduler - 3208467-29409.log +0 -1
- data/spec/support/logs/Scheduler - 3208470-12825.log +0 -1
- data/spec/support/logs/Scheduler - 3208473-52401.log +0 -1
- data/spec/support/logs/Scheduler - 3208476-6567.log +0 -1
- data/spec/support/logs/Scheduler - 3208480-28476.log +0 -3
- data/spec/support/logs/Scheduler - 3208488-36893.log +0 -1
- data/spec/support/logs/Scheduler - 3208490-11932.log +0 -1
- data/spec/support/logs/Scheduler - 3208493-56676.log +0 -1
- data/spec/support/logs/Scheduler - 3208509-46176.log +0 -1
- data/spec/support/logs/Scheduler - 3208513-14321.log +0 -1
- data/spec/support/logs/Scheduler - 3208517-10539.log +0 -1
- data/spec/support/logs/Scheduler - 3208521-30079.log +0 -2
- data/spec/support/logs/Scheduler - 903345-9616.log +0 -3
- data/spec/support/logs/Scheduler - 903353-58507.log +0 -6
- data/spec/support/logs/Scheduler - 903417-55835.log +0 -3
- data/spec/support/logs/Scheduler - 903427-18261.log +0 -6
- data/spec/support/logs/Scheduler - 903439-36633.log +0 -4
- data/spec/support/logs/Scheduler - 903455-41936.log +0 -1
- data/spec/support/logs/Scheduler - 903506-60484.log +0 -3
- data/spec/support/logs/Scheduler - 903519-10519.log +0 -6
- data/spec/support/logs/Scheduler - 903593-8109.log +0 -3
- data/spec/support/logs/Scheduler - 903614-61308.log +0 -6
- data/spec/support/logs/Scheduler - 903667-39623.log +0 -3
- data/spec/support/logs/Scheduler - 903683-35117.log +0 -6
- data/spec/support/logs/Scheduler - 903730-34262.log +0 -4
- data/spec/support/logs/Scheduler - 903747-57287.log +0 -6
- data/spec/support/logs/Scheduler - 903798-40499.log +0 -1
- data/spec/support/logs/Scheduler - 903801-5479.log +0 -1
- data/spec/support/logs/Scheduler - 903806-11293.log +0 -1
- data/spec/support/logs/Scheduler - 903811-52201.log +0 -1
- data/spec/support/logs/Scheduler - 903813-54636.log +0 -1
- data/spec/support/logs/Scheduler - 903827-5581.log +0 -1
- data/spec/support/logs/Scheduler - 903830-48439.log +0 -3
- data/spec/support/logs/Scheduler - 903835-17198.log +0 -6
- data/spec/support/logs/Scheduler - 903846-28718.log +0 -4
- data/spec/support/logs/Scheduler - 903855-45172.log +0 -1
- data/spec/support/logs/Scheduler - 903864-11909.log +0 -1
- data/spec/support/logs/Scheduler - 903869-1794.log +0 -1
- data/spec/support/logs/Scheduler - 903873-59405.log +0 -1
- data/spec/support/logs/Scheduler - 903880-3155.log +0 -3
- data/spec/support/logs/Scheduler - 903887-52240.log +0 -1
- data/spec/support/logs/Scheduler - 903889-27541.log +0 -1
- data/spec/support/logs/Scheduler - 903895-16003.log +0 -1
- data/spec/support/logs/Scheduler - 904706-61946.log +0 -16
- data/spec/support/logs/Scheduler - 904725-2441.log +0 -6
- data/spec/support/logs/Scheduler - 904736-12992.log +0 -6
- data/spec/support/logs/Scheduler - 904744-61626.log +0 -6
- data/spec/support/logs/Scheduler - 904774-45665.log +0 -3
- data/spec/support/logs/Scheduler - 904783-51443.log +0 -5
- data/spec/support/logs/Scheduler - 904791-45170.log +0 -1
- data/spec/support/logs/Scheduler - 904793-58901.log +0 -1
- data/spec/support/logs/Scheduler - 904801-2336.log +0 -1
- data/spec/support/logs/Scheduler - 904803-10954.log +0 -1
- data/spec/support/logs/Scheduler - 904806-25343.log +0 -1
- data/spec/support/logs/Scheduler - 904810-23633.log +0 -1
- data/spec/support/logs/Scheduler - 904814-27547.log +0 -1
- data/spec/support/logs/Scheduler - 904819-53508.log +0 -3
- data/spec/support/logs/Scheduler - 904826-41103.log +0 -3
- data/spec/support/logs/Scheduler - 904835-20113.log +0 -3
- data/spec/support/logs/Scheduler - 904866-61722.log +0 -3
- data/spec/support/logs/Scheduler - 904878-18373.log +0 -4
- data/spec/support/logs/Scheduler - 904999-46113.log +0 -1
- data/spec/support/logs/Scheduler - 905011-23507.log +0 -4
- data/spec/support/logs/Scheduler - 905017-8299.log +0 -1
- data/spec/support/logs/Scheduler - 905028-51728.log +0 -1
- data/spec/support/logs/Scheduler - 905031-16092.log +0 -16
- data/spec/support/logs/Scheduler - 905101-65244.log +0 -4
- data/spec/support/logs/Scheduler - 905224-20698.log +0 -1
- data/spec/support/logs/Scheduler - 905234-53973.log +0 -1
- data/spec/support/logs/Scheduler - 905241-48042.log +0 -1
- data/spec/support/logs/Scheduler - 905334-30796.log +0 -1
- data/spec/support/logs/Scheduler - 905337-14399.log +0 -3
- data/spec/support/logs/Scheduler - 905350-31560.log +0 -1
- data/spec/support/logs/Scheduler - 905353-63541.log +0 -1
- data/spec/support/logs/Scheduler - 905359-22685.log +0 -1
- data/spec/support/logs/Scheduler - 905362-31483.log +0 -1
- data/spec/support/logs/Scheduler - 905365-28301.log +0 -1
- data/spec/support/logs/Scheduler - 905369-51335.log +0 -1
- data/spec/support/logs/Scheduler - 905373-43552.log +0 -2
- data/spec/support/logs/error-263434.log +0 -829
- data/spec/support/logs/error-3206970.log +0 -801
- data/spec/support/logs/error-903103.log +0 -797
- data/spec/support/logs/output_spec_263434.log +0 -422
- data/spec/support/logs/output_spec_3206970.log +0 -390
- data/spec/support/logs/output_spec_903103.log +0 -390
- data/spec/support/reports/00bd7efdd6aa8a8752925c160d0a2193.crf +0 -0
- data/spec/support/reports/010223f6102d7d7ef50d7061f5a7c120.crf +0 -0
- data/spec/support/reports/0a316e9d67391c167bc54b2884dd4ee2.crf +0 -0
- data/spec/support/reports/0bb89f41e692b10f6b36f58676531fe2.crf +0 -0
- data/spec/support/reports/0c99fb4bf2a1442ae228829a2449c879.crf +0 -0
- data/spec/support/reports/0efcc0441bc58e27299737fc0e8bdb4a.crf +0 -0
- data/spec/support/reports/1444c78cae8a70d9a8f64a5b84579248.crf +0 -0
- data/spec/support/reports/1671ac84eade980f817e12512f55e272.crf +0 -0
- data/spec/support/reports/16d1cdae64bbcf0b2083bc1870940fe8.crf +0 -0
- data/spec/support/reports/2129892df8c5c0437128f2cd8199a723.crf +0 -0
- data/spec/support/reports/22cd328dd5adf2e5830db3eaf3e6d2fa.crf +0 -0
- data/spec/support/reports/26f5f97b84015ea1b3ebfaa04e6863f2.crf +0 -0
- data/spec/support/reports/3893f10c90a1b221786d08956c79b184.crf +0 -0
- data/spec/support/reports/3fd38fe1e2de9e4021acc85865ed226a.crf +0 -0
- data/spec/support/reports/40d544db82e9be4328c8bb16f2abbe96.crf +0 -0
- data/spec/support/reports/432466f64ec7b3a9e3a51e6c0c0f2b68.crf +0 -0
- data/spec/support/reports/446ef5ba5f38d6152193a9d3f3366165.crf +0 -0
- data/spec/support/reports/493d52465fdd74388e1c1769e738fe0a.crf +0 -0
- data/spec/support/reports/49593f3c7dcff9466cebd4a3f71df16e.crf +0 -0
- data/spec/support/reports/4a875ccf578b82ea8af0661d09a0c9a2.crf +0 -0
- data/spec/support/reports/4fe265d0f318a758fff8f9c117d85c70.crf +0 -0
- data/spec/support/reports/5405af2d7e6bdba82761b3deb0316abb.crf +0 -0
- data/spec/support/reports/5801342bc5e7553ca065d9fc76b80a31.crf +0 -0
- data/spec/support/reports/5ca817d21692604d643a1ec4b9d698f8.crf +0 -0
- data/spec/support/reports/60a48dd87c16aaba48705cfa1102e6f0.crf +0 -0
- data/spec/support/reports/61b93d5be434e58e8286bc24375df5a6.crf +0 -0
- data/spec/support/reports/627c9b04ad3b44b45413f2f3c1bfc7a9.crf +0 -0
- data/spec/support/reports/62ae63c7a653ccc450a042c83be6272e.crf +0 -0
- data/spec/support/reports/637183f80faf6fdb29c74fd142c64a95.crf +0 -0
- data/spec/support/reports/6dfba35f84478f2f8740989650e5c9b2.crf +0 -0
- data/spec/support/reports/72d8ff7e33ea0a4fa3208de46060ecb4.crf +0 -0
- data/spec/support/reports/7e73587e8be563c70f2864bb9982d4ac.crf +0 -0
- data/spec/support/reports/808bac9566f4a81686d4dfb648a0b321.crf +0 -0
- data/spec/support/reports/8a20cd9e7ea1f083c463f85990e48b9d.crf +0 -0
- data/spec/support/reports/8e22c8f69d18bfdc387ac2e2c73fd994.crf +0 -0
- data/spec/support/reports/94f726f4caf8bb420b2b8c729d6da725.crf +0 -0
- data/spec/support/reports/99de7d4c926e154d9df18bbb66044360.crf +0 -0
- data/spec/support/reports/a7041c274ac038cde8b9fa2d7de99ef2.crf +0 -0
- data/spec/support/reports/a8cda3f125d6de78da7e601e17ae02e0.crf +0 -0
- data/spec/support/reports/aa6b3e0cabbfa8f622cc3faa5e70d82d.crf +0 -0
- data/spec/support/reports/ad7582cad690ca1f6ec5529766dacecd.crf +0 -0
- data/spec/support/reports/aebfde79f73b167e5269f424e609bc6a.crf +0 -0
- data/spec/support/reports/af253c3c9e54c7efc1eb19a1ba0bc45b.crf +0 -0
- data/spec/support/reports/b57af832ae733e1a4182138f8373029d.crf +0 -0
- data/spec/support/reports/c266644ae90cff19058101b06c2410bd.crf +0 -0
- data/spec/support/reports/c684686518f8bb5af1fc05632b2ee3a1.crf +0 -0
- data/spec/support/reports/d0de163911157b30b56076653a01bd04.crf +0 -0
- data/spec/support/reports/d11cb8c19f0ef398e393e461d48fab49.crf +0 -0
- data/spec/support/reports/d29486b6155119827e12d512f38cf1a5.crf +0 -0
- data/spec/support/reports/d6348fa0f269cef7861d8a55ccb817b8.crf +0 -0
- data/spec/support/reports/d68cddd22874664f66ea296768de93cb.crf +0 -0
- data/spec/support/reports/d73172a30f03f6e4f73e77a379876368.crf +0 -0
- data/spec/support/reports/d806c4456de1b2bd002f74f3066674b1.crf +0 -0
- data/spec/support/reports/e0113960b4015876416519d1e36c6174.crf +0 -0
- data/spec/support/reports/e17c8b6c4f11857957341e3572eec0bd.crf +0 -0
- data/spec/support/reports/e684ad3b2061330bf8016b0cda4c8aeb.crf +0 -0
- data/spec/support/reports/e6ac0ea657944a3fe10e3a1a8e0c2f5b.crf +0 -0
- data/spec/support/reports/e6bec3c23e6367f309a43b6faec6c1af.crf +0 -0
- data/spec/support/reports/eadbebf5e6e8a2b325cdc82a4a667d1a.crf +0 -0
- data/spec/support/reports/ec4d4e7692f5dd4627850f02f0a945b0.crf +0 -0
- data/spec/support/reports/fe4ca4a133464c018e8405dd73064f04.crf +0 -0
- data/spec/support/snapshots/Cuboid 2021-11-28 11_34_27 +0200 7757c257352bfa7abdfc764fa978115c.csf +0 -0
- data/spec/support/snapshots/Cuboid 2021-11-28 11_34_41 +0200 30367c49c18c17b84f6cdbfad6fe8209.csf +0 -0
- data/spec/support/snapshots/Cuboid 2021-11-28 11_35_24 +0200 0faa83c7ec023eca9e68e959b2b6a991.csf +0 -0
- data/spec/support/snapshots/Cuboid 2021-11-28 11_35_38 +0200 e61c3dae449133e330c24f9d1d34bc17.csf +0 -0
- data/spec/support/snapshots/Cuboid 2021-11-28 11_45_36 +0200 ef5b013868ce241f47ebef4f0ee96d23.csf +0 -0
- data/spec/support/snapshots/Cuboid 2021-11-28 11_45_42 +0200 ae63b2e851a211039d4dfa999bfc1f79.csf +0 -0
- data/spec/support/snapshots/Cuboid 2021-11-28 11_45_45 +0200 59a5d8a5ef5de0937e0d8a697d3a06cb.csf +0 -0
- data/spec/support/snapshots/Cuboid 2021-12-26 08_10_45 +0200 7534324302d1127f33460417057c0d99.csf +0 -0
- data/spec/support/snapshots/Cuboid 2021-12-26 08_10_59 +0200 2e45425f623e46a876531b65ff3319d4.csf +0 -0
- data/spec/support/snapshots/Cuboid 2021-12-26 08_14_43 +0200 d570989be752d5e9f930379a7f861028.csf +0 -0
- data/spec/support/snapshots/Cuboid 2021-12-26 08_14_57 +0200 37fe4c6328f04448257e962065d49d05.csf +0 -0
- data/spec/support/snapshots/Cuboid 2021-12-26 08_25_10 +0200 728fc33e7947c9dc606d69d7b9202dbc.csf +0 -0
- data/spec/support/snapshots/Cuboid 2021-12-26 08_25_15 +0200 cde4edd9a05a4183ff301d157654cb30.csf +0 -0
- data/spec/support/snapshots/Cuboid 2021-12-26 08_25_17 +0200 e47c2b6d6354bca5f07fd2903aefd262.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-01-12 20_50_39 +0200 6b9b43a8ae562dd075d19e9d9737c443.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-01-12 20_53_00 +0200 4773bce9d0852cec721dccd12cd26ef9.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-01-12 20_54_48 +0200 94c6e184cd310daa961c7616fccc70cb.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-01-12 20_57_28 +0200 58c845b6dff371321d8fdcca5ebf06d7.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-01-13 08_49_01 +0200 9cf4dc63eff877e153debc10639f229b.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-01-13 08_51_44 +0200 61014eca41ee1ae247e18b3c68b82363.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-01-15 11_30_50 +0200 7b1ec419a5f121770a982a07a6adab42.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-01-15 11_31_05 +0200 833df3943edee39c3f6f82a07b6e434d.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-01-15 11_31_43 +0200 dd2bd25e273bf3bf95ca68603b73793f.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-01-15 11_31_57 +0200 506adb8dff57ffc73284c15c989465ed.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-01-15 11_39_57 +0200 1dbbd4131c9434cd0a2b27f3df17c5a4.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-01-15 11_40_01 +0200 cefd2dc57d12137a152dcc1d5dd7d73e.csf +0 -0
- data/spec/support/snapshots/Cuboid 2022-01-15 11_40_03 +0200 ba4f4d4ebb47040c504c55bfb592b7e1.csf +0 -0
@@ -0,0 +1,347 @@
|
|
1
|
+
module Cuboid
|
2
|
+
|
3
|
+
lib = Options.paths.lib
|
4
|
+
require lib + 'processes/instances'
|
5
|
+
require lib + 'rpc/client'
|
6
|
+
require lib + 'rpc/server/base'
|
7
|
+
require lib + 'rpc/server/instance'
|
8
|
+
require lib + 'rpc/server/output'
|
9
|
+
|
10
|
+
module RPC
|
11
|
+
class Server
|
12
|
+
|
13
|
+
# Dispatches RPC Instances on demand and allows for extensive process monitoring.
|
14
|
+
#
|
15
|
+
# The process goes something like this:
|
16
|
+
#
|
17
|
+
# * A client issues a {#spawn} call.
|
18
|
+
# * The Agent spawns and returns Instance info to the client (url, auth token, etc.).
|
19
|
+
# * The client connects to the Instance using that info.
|
20
|
+
#
|
21
|
+
# Once the client finishes using the RPC Instance it *must* shut it down
|
22
|
+
# otherwise the system will be eaten away by zombie processes.
|
23
|
+
#
|
24
|
+
# @author Tasos "Zapotek" Laskos <tasos.laskos@gmail.com>
|
25
|
+
class Agent
|
26
|
+
require Options.paths.lib + 'rpc/server/agent/node'
|
27
|
+
require Options.paths.lib + 'rpc/server/agent/service'
|
28
|
+
|
29
|
+
include Utilities
|
30
|
+
include UI::Output
|
31
|
+
|
32
|
+
SERVICE_NAMESPACE = Service
|
33
|
+
|
34
|
+
PREFERENCE_STRATEGIES = Cuboid::OptionGroups::Agent::STRATEGIES
|
35
|
+
|
36
|
+
def initialize( options = Options.instance )
|
37
|
+
@options = options
|
38
|
+
|
39
|
+
@options.snapshot.path ||= @options.paths.snapshots
|
40
|
+
|
41
|
+
@server = Base.new( @options.rpc.to_server_options )
|
42
|
+
@server.logger.level = @options.datastore.log_level if @options.datastore.log_level
|
43
|
+
|
44
|
+
@server.add_async_check do |method|
|
45
|
+
# methods that expect a block are async
|
46
|
+
method.parameters.flatten.include? :block
|
47
|
+
end
|
48
|
+
|
49
|
+
Options.agent.url = @url = @server.url
|
50
|
+
|
51
|
+
prep_logging
|
52
|
+
|
53
|
+
print_status 'Starting the RPC Server...'
|
54
|
+
|
55
|
+
@server.add_handler( 'agent', self )
|
56
|
+
|
57
|
+
# trap interrupts and exit cleanly when required
|
58
|
+
trap_interrupts { shutdown }
|
59
|
+
|
60
|
+
@instances = []
|
61
|
+
|
62
|
+
Cuboid::Application.application.agent_services.each do |name, service|
|
63
|
+
@server.add_handler( name.to_s, service.new( @options, self ) )
|
64
|
+
end
|
65
|
+
|
66
|
+
@node = Node.new( @options, @server, @logfile )
|
67
|
+
@server.add_handler( 'node', @node )
|
68
|
+
|
69
|
+
run
|
70
|
+
end
|
71
|
+
|
72
|
+
def services
|
73
|
+
Cuboid::Application.application.agent_services.keys
|
74
|
+
end
|
75
|
+
|
76
|
+
# @return [TrueClass]
|
77
|
+
# true
|
78
|
+
def alive?
|
79
|
+
@server.alive?
|
80
|
+
end
|
81
|
+
|
82
|
+
# @param [Symbol] strategy
|
83
|
+
# `:horizontal` -- Pick the Agent with the least amount of workload.
|
84
|
+
# `:vertical` -- Pick the Agent with the most amount of workload.
|
85
|
+
#
|
86
|
+
# @return [String, nil]
|
87
|
+
# Depending on strategy and availability:
|
88
|
+
#
|
89
|
+
# * URL of the preferred Agent. If not a grid member it will return
|
90
|
+
# this Agent's URL.
|
91
|
+
# * `nil` if all nodes are at max utilization or on error.
|
92
|
+
# * `ArgumentError` -- On invalid `strategy`.
|
93
|
+
def preferred( strategy = Cuboid::Options.agent.strategy, &block )
|
94
|
+
strategy = strategy.to_sym
|
95
|
+
if !PREFERENCE_STRATEGIES.include? strategy
|
96
|
+
block.call :error_unknown_strategy
|
97
|
+
raise ArgumentError, "Unknown strategy: #{strategy}"
|
98
|
+
end
|
99
|
+
|
100
|
+
if !@node.grid_member?
|
101
|
+
block.call( self.utilization == 1 ? nil : @url )
|
102
|
+
return
|
103
|
+
end
|
104
|
+
|
105
|
+
pick_utilization = proc do |url, utilization|
|
106
|
+
(utilization == 1 || utilization.rpc_exception?) ?
|
107
|
+
nil : [url, utilization]
|
108
|
+
end
|
109
|
+
|
110
|
+
adjust_score_by_strategy = proc do |score|
|
111
|
+
case strategy
|
112
|
+
when :horizontal
|
113
|
+
score
|
114
|
+
|
115
|
+
when :vertical
|
116
|
+
-score
|
117
|
+
end
|
118
|
+
end
|
119
|
+
|
120
|
+
each = proc do |peer, iter|
|
121
|
+
connect_to_peer( peer ).utilization do |utilization|
|
122
|
+
iter.return pick_utilization.call( peer, utilization )
|
123
|
+
end
|
124
|
+
end
|
125
|
+
|
126
|
+
after = proc do |nodes|
|
127
|
+
nodes << pick_utilization.call( @url, self.utilization )
|
128
|
+
nodes.compact!
|
129
|
+
|
130
|
+
# All nodes are at max utilization, pass.
|
131
|
+
if nodes.empty?
|
132
|
+
block.call
|
133
|
+
next
|
134
|
+
end
|
135
|
+
|
136
|
+
block.call nodes.sort_by { |_, score| adjust_score_by_strategy.call score }[0][0]
|
137
|
+
end
|
138
|
+
|
139
|
+
Arachni::Reactor.global.create_iterator( @node.peers ).map( each, after )
|
140
|
+
end
|
141
|
+
|
142
|
+
# Dispatches an {Instance}.
|
143
|
+
#
|
144
|
+
# @param [String] options
|
145
|
+
# @option [String] strategy
|
146
|
+
# @option [String] owner
|
147
|
+
# An owner to assign to the {Instance}.
|
148
|
+
# @option [Hash] helpers
|
149
|
+
# Hash of helper data to be added to the instance info.
|
150
|
+
# @option [Boolean] load_balance
|
151
|
+
# Use the Grid (when available) or this one directly?
|
152
|
+
#
|
153
|
+
# @return [Hash, nil]
|
154
|
+
# Depending on availability:
|
155
|
+
#
|
156
|
+
# * `Hash`: Connection and proc info.
|
157
|
+
# * `nil`: Max utilization, wait for one of the instances to finish and retry.
|
158
|
+
def spawn( options = {}, &block )
|
159
|
+
options = options.my_symbolize_keys
|
160
|
+
strategy = options.delete(:strategy)
|
161
|
+
owner = options[:owner]
|
162
|
+
helpers = options[:helpers] || {}
|
163
|
+
load_balance = options[:load_balance].nil? ? true : options[:load_balance]
|
164
|
+
|
165
|
+
if load_balance && @node.grid_member?
|
166
|
+
preferred *[strategy].compact do |url|
|
167
|
+
if !url
|
168
|
+
block.call
|
169
|
+
next
|
170
|
+
end
|
171
|
+
|
172
|
+
if url == :error_unknown_strategy
|
173
|
+
block.call :error_unknown_strategy
|
174
|
+
next
|
175
|
+
end
|
176
|
+
|
177
|
+
connect_to_peer( url ).spawn( options.merge(
|
178
|
+
helpers: helpers.merge( via: @url ),
|
179
|
+
load_balance: false
|
180
|
+
),
|
181
|
+
&block
|
182
|
+
)
|
183
|
+
end
|
184
|
+
return
|
185
|
+
end
|
186
|
+
|
187
|
+
if System.max_utilization?
|
188
|
+
block.call
|
189
|
+
return
|
190
|
+
end
|
191
|
+
|
192
|
+
spawn_instance do |info|
|
193
|
+
info['owner'] = owner
|
194
|
+
info['helpers'] = helpers
|
195
|
+
|
196
|
+
@instances << info
|
197
|
+
|
198
|
+
block.call info
|
199
|
+
end
|
200
|
+
end
|
201
|
+
|
202
|
+
# Returns proc info for a given pid
|
203
|
+
#
|
204
|
+
# @param [Fixnum] pid
|
205
|
+
#
|
206
|
+
# @return [Hash]
|
207
|
+
def instance( pid )
|
208
|
+
@instances.each do |i|
|
209
|
+
next if i['pid'] != pid
|
210
|
+
i = i.dup
|
211
|
+
|
212
|
+
now = Time.now
|
213
|
+
|
214
|
+
i['now'] = now.to_s
|
215
|
+
i['age'] = now - Time.parse( i['birthdate'] )
|
216
|
+
i['alive'] = Cuboid::Processes::Manager.alive?( pid )
|
217
|
+
|
218
|
+
return i
|
219
|
+
end
|
220
|
+
|
221
|
+
nil
|
222
|
+
end
|
223
|
+
|
224
|
+
# @return [Array<Hash>]
|
225
|
+
# Returns info for all instances.
|
226
|
+
def instances
|
227
|
+
@instances.map { |i| instance( i['pid'] ) }.compact
|
228
|
+
end
|
229
|
+
|
230
|
+
# @return [Array<Hash>]
|
231
|
+
# Returns info for all running (alive) instances.
|
232
|
+
#
|
233
|
+
# @see #instances
|
234
|
+
def running_instances
|
235
|
+
instances.select { |i| i['alive'] }
|
236
|
+
end
|
237
|
+
|
238
|
+
# @return [Array<Hash>]
|
239
|
+
# Returns info for all finished (dead) instances.
|
240
|
+
#
|
241
|
+
# @see #instances
|
242
|
+
def finished_instances
|
243
|
+
instances.reject { |i| i['alive'] }
|
244
|
+
end
|
245
|
+
|
246
|
+
# @return [Float]
|
247
|
+
# Workload score for this Agent, calculated using {System#utilization}.
|
248
|
+
#
|
249
|
+
# * `0.0` => No utilization.
|
250
|
+
# * `1.0` => Max utilization.
|
251
|
+
#
|
252
|
+
# Lower is better.
|
253
|
+
def utilization
|
254
|
+
System.utilization
|
255
|
+
end
|
256
|
+
|
257
|
+
# @return [Hash]
|
258
|
+
# Returns server stats regarding the instances and pool.
|
259
|
+
def statistics
|
260
|
+
{
|
261
|
+
'utilization' => utilization,
|
262
|
+
'running_instances' => running_instances,
|
263
|
+
'finished_instances' => finished_instances,
|
264
|
+
'consumed_pids' => @instances.map { |i| i['pid'] }.compact,
|
265
|
+
'snapshots' => Dir.glob( "#{@options.snapshot.path}*.#{Snapshot::EXTENSION}" ),
|
266
|
+
'node' => @node.info
|
267
|
+
}
|
268
|
+
end
|
269
|
+
|
270
|
+
# @return [String]
|
271
|
+
# Contents of the log file
|
272
|
+
def log
|
273
|
+
IO.read prep_logging
|
274
|
+
end
|
275
|
+
|
276
|
+
# @private
|
277
|
+
def pid
|
278
|
+
Process.pid
|
279
|
+
end
|
280
|
+
|
281
|
+
private
|
282
|
+
|
283
|
+
def trap_interrupts( &block )
|
284
|
+
%w(QUIT INT).each do |signal|
|
285
|
+
trap( signal, &block || Proc.new{ } ) if Signal.list.has_key?( signal )
|
286
|
+
end
|
287
|
+
end
|
288
|
+
|
289
|
+
# Starts the agent's server
|
290
|
+
def run
|
291
|
+
Arachni::Reactor.global.on_error do |_, e|
|
292
|
+
print_error "Reactor: #{e}"
|
293
|
+
|
294
|
+
e.backtrace.each do |l|
|
295
|
+
print_error "Reactor: #{l}"
|
296
|
+
end
|
297
|
+
end
|
298
|
+
|
299
|
+
print_status 'Ready'
|
300
|
+
@server.start
|
301
|
+
rescue => e
|
302
|
+
print_exception e
|
303
|
+
|
304
|
+
$stderr.puts "Could not start server, for details see: #{@logfile}"
|
305
|
+
exit 1
|
306
|
+
end
|
307
|
+
|
308
|
+
def shutdown
|
309
|
+
Thread.new do
|
310
|
+
print_status 'Shutting down...'
|
311
|
+
Arachni::Reactor.global.stop
|
312
|
+
end
|
313
|
+
end
|
314
|
+
|
315
|
+
def spawn_instance( options = {}, &block )
|
316
|
+
Processes::Instances.spawn( options.merge(
|
317
|
+
address: @server.address,
|
318
|
+
port_range: Options.agent.instance_port_range,
|
319
|
+
token: Utilities.generate_token,
|
320
|
+
application: Options.paths.application
|
321
|
+
)) do |client|
|
322
|
+
block.call(
|
323
|
+
'token' => client.token,
|
324
|
+
'url' => client.url,
|
325
|
+
'pid' => client.pid,
|
326
|
+
'birthdate' => Time.now.to_s,
|
327
|
+
'application' => Options.paths.application
|
328
|
+
)
|
329
|
+
end
|
330
|
+
end
|
331
|
+
|
332
|
+
def prep_logging
|
333
|
+
# reroute all output to a logfile
|
334
|
+
@logfile ||= reroute_to_file( @options.paths.logs +
|
335
|
+
"/Agent - #{Process.pid}-#{@options.rpc.server_port}.log" )
|
336
|
+
end
|
337
|
+
|
338
|
+
def connect_to_peer( url )
|
339
|
+
@rpc_clients ||= {}
|
340
|
+
@rpc_clients[url] ||= Client::Agent.new( url )
|
341
|
+
end
|
342
|
+
|
343
|
+
end
|
344
|
+
|
345
|
+
end
|
346
|
+
end
|
347
|
+
end
|
@@ -1,4 +1,5 @@
|
|
1
1
|
require 'tempfile'
|
2
|
+
require 'forwardable'
|
2
3
|
|
3
4
|
module Cuboid
|
4
5
|
|
@@ -111,7 +112,7 @@ class ApplicationWrapper
|
|
111
112
|
busy: running?,
|
112
113
|
application: @application.class.to_s,
|
113
114
|
seed: Utilities.random_seed,
|
114
|
-
|
115
|
+
agent_url: Cuboid::Options.agent.url,
|
115
116
|
scheduler_url: Cuboid::Options.scheduler.url
|
116
117
|
}
|
117
118
|
|
@@ -90,10 +90,10 @@ class Instance
|
|
90
90
|
end
|
91
91
|
|
92
92
|
# @return [String, nil]
|
93
|
-
#
|
94
|
-
#
|
95
|
-
def
|
96
|
-
@options.
|
93
|
+
# Agent URL that provided this Instance, `nil` if not provided by a
|
94
|
+
# Agent.
|
95
|
+
def agent_url
|
96
|
+
@options.agent.url
|
97
97
|
end
|
98
98
|
|
99
99
|
# @param (see Cuboid::Application#restore)
|
@@ -6,7 +6,7 @@ require lib + 'processes/manager'
|
|
6
6
|
require lib + 'processes/instances'
|
7
7
|
|
8
8
|
require lib + 'rpc/client/instance'
|
9
|
-
require lib + 'rpc/client/
|
9
|
+
require lib + 'rpc/client/agent'
|
10
10
|
|
11
11
|
require lib + 'rpc/server/base'
|
12
12
|
require lib + 'rpc/server/output'
|
@@ -33,9 +33,9 @@ class Server
|
|
33
33
|
# * {#attach Attached} to the queue monitor and transfer the management
|
34
34
|
# responsibility to the queue.
|
35
35
|
#
|
36
|
-
# If a {
|
37
|
-
# {
|
38
|
-
# If no {
|
36
|
+
# If a {Agent} has been provided, {Instance instances} will be
|
37
|
+
# {Agent#spawn provided} by it.
|
38
|
+
# If no {Agent} has been given, {Instance instances} will be spawned on the
|
39
39
|
# Scheduler machine.
|
40
40
|
#
|
41
41
|
# @author Tasos "Zapotek" Laskos <tasos.laskos@gmail.com>
|
@@ -379,7 +379,7 @@ class Scheduler
|
|
379
379
|
end
|
380
380
|
end
|
381
381
|
|
382
|
-
# Starts the
|
382
|
+
# Starts the agent's server
|
383
383
|
def run
|
384
384
|
reactor.on_error do |_, e|
|
385
385
|
print_error "Reactor: #{e}"
|
@@ -415,15 +415,16 @@ class Scheduler
|
|
415
415
|
)
|
416
416
|
end
|
417
417
|
|
418
|
-
def
|
419
|
-
return if !Options.
|
420
|
-
@
|
418
|
+
def agent
|
419
|
+
return if !Options.agent.url
|
420
|
+
@agent ||= RPC::Client::Agent.new( Options.agent.url )
|
421
421
|
end
|
422
422
|
|
423
423
|
def spawn_instance( &block )
|
424
|
-
if
|
424
|
+
if agent
|
425
425
|
options = {
|
426
|
-
owner:
|
426
|
+
owner: self.class.to_s,
|
427
|
+
strategy: Cuboid::Options.agent.strategy,
|
427
428
|
helpers: {
|
428
429
|
owner: {
|
429
430
|
url: @url
|
@@ -431,9 +432,9 @@ class Scheduler
|
|
431
432
|
}
|
432
433
|
}
|
433
434
|
|
434
|
-
|
435
|
+
agent.spawn options do |info|
|
435
436
|
if info.rpc_exception?
|
436
|
-
print_error "Failed to contact
|
437
|
+
print_error "Failed to contact Agent at: #{agent.url}"
|
437
438
|
print_error "[#{info.class}] #{info.to_s}"
|
438
439
|
block.call :error
|
439
440
|
next
|
data/lib/cuboid.rb
CHANGED
data/lib/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.
|
1
|
+
0.1.2
|
@@ -1,10 +1,10 @@
|
|
1
1
|
require 'spec_helper'
|
2
2
|
|
3
|
-
describe Cuboid::OptionGroups::
|
3
|
+
describe Cuboid::OptionGroups::Agent do
|
4
4
|
include_examples 'option_group'
|
5
5
|
subject { described_class.new }
|
6
6
|
|
7
|
-
%w(url instance_port_range
|
7
|
+
%w(url instance_port_range peer ping_interval name).each do |method|
|
8
8
|
it { is_expected.to respond_to method }
|
9
9
|
it { is_expected.to respond_to "#{method}=" }
|
10
10
|
end
|
@@ -15,7 +15,7 @@ describe Cuboid::Rest::Server do
|
|
15
15
|
let(:id) { @id }
|
16
16
|
let(:non_existent_id) { 'stuff' }
|
17
17
|
|
18
|
-
let(:
|
18
|
+
let(:agent) { Cuboid::Processes::Agents.spawn }
|
19
19
|
let(:scheduler) { Cuboid::Processes::Schedulers.spawn }
|
20
20
|
|
21
21
|
def create_instance
|
@@ -182,7 +182,7 @@ describe Cuboid::Rest::Server do
|
|
182
182
|
context 'when a running instance completes' do
|
183
183
|
it 'is removed' do
|
184
184
|
scheduler.push( options )
|
185
|
-
sleep 0.1 while scheduler.completed.empty?
|
185
|
+
sleep 0.1 while !scheduler.completed.empty?
|
186
186
|
|
187
187
|
get url
|
188
188
|
expect(response_data).to be_empty
|
@@ -235,17 +235,17 @@ describe Cuboid::Rest::Server do
|
|
235
235
|
end
|
236
236
|
end
|
237
237
|
|
238
|
-
context 'when a
|
238
|
+
context 'when a Agent has been set' do
|
239
239
|
|
240
240
|
it 'uses it' do
|
241
|
-
put '/
|
241
|
+
put '/agent/url', agent.url
|
242
242
|
|
243
|
-
get "/grid/#{
|
243
|
+
get "/grid/#{agent.url}"
|
244
244
|
expect(response_data['running_instances']).to be_empty
|
245
245
|
|
246
246
|
create_instance
|
247
247
|
|
248
|
-
get "/grid/#{
|
248
|
+
get "/grid/#{agent.url}"
|
249
249
|
expect(response_data['running_instances'].size).to eq 1
|
250
250
|
end
|
251
251
|
end
|
@@ -623,32 +623,32 @@ describe Cuboid::Rest::Server do
|
|
623
623
|
end
|
624
624
|
end
|
625
625
|
|
626
|
-
describe 'GET /
|
627
|
-
let(:tpl_url) { '/
|
626
|
+
describe 'GET /agent/url' do
|
627
|
+
let(:tpl_url) { '/agent/url' }
|
628
628
|
|
629
|
-
it 'returns the
|
630
|
-
put url,
|
629
|
+
it 'returns the Agent' do
|
630
|
+
put url, agent.url
|
631
631
|
expect(response_code).to eq 200
|
632
632
|
|
633
633
|
get url
|
634
634
|
expect(response_code).to eq 200
|
635
|
-
expect(response_data).to eq
|
635
|
+
expect(response_data).to eq agent.url
|
636
636
|
end
|
637
637
|
|
638
|
-
context 'when no
|
638
|
+
context 'when no Agent has been set' do
|
639
639
|
it 'returns 501' do
|
640
640
|
get url
|
641
641
|
expect(response_code).to eq 501
|
642
|
-
expect(response_data).to eq 'No
|
642
|
+
expect(response_data).to eq 'No Agent has been set.'
|
643
643
|
end
|
644
644
|
end
|
645
645
|
end
|
646
646
|
|
647
|
-
describe 'PUT /
|
648
|
-
let(:tpl_url) { '/
|
647
|
+
describe 'PUT /agent/url' do
|
648
|
+
let(:tpl_url) { '/agent/url' }
|
649
649
|
|
650
|
-
it 'sets the
|
651
|
-
put url,
|
650
|
+
it 'sets the Agent' do
|
651
|
+
put url, agent.url
|
652
652
|
expect(response_code).to eq 200
|
653
653
|
end
|
654
654
|
|
@@ -663,101 +663,101 @@ describe Cuboid::Rest::Server do
|
|
663
663
|
end
|
664
664
|
end
|
665
665
|
|
666
|
-
describe 'DELETE /
|
667
|
-
let(:tpl_url) { '/
|
666
|
+
describe 'DELETE /agent/url' do
|
667
|
+
let(:tpl_url) { '/agent/url' }
|
668
668
|
|
669
|
-
it 'removes the the
|
670
|
-
put url,
|
669
|
+
it 'removes the the Agent' do
|
670
|
+
put url, agent.url
|
671
671
|
expect(response_code).to eq 200
|
672
672
|
|
673
673
|
delete url
|
674
674
|
expect(response_code).to eq 200
|
675
675
|
|
676
|
-
get url,
|
676
|
+
get url, agent.url
|
677
677
|
expect(response_code).to eq 501
|
678
678
|
end
|
679
679
|
|
680
|
-
context 'when no
|
680
|
+
context 'when no Agent has been set' do
|
681
681
|
it 'returns 501' do
|
682
682
|
delete url
|
683
683
|
expect(response_code).to eq 501
|
684
|
-
expect(response_data).to eq 'No
|
684
|
+
expect(response_data).to eq 'No Agent has been set.'
|
685
685
|
end
|
686
686
|
end
|
687
687
|
end
|
688
688
|
|
689
689
|
describe 'GET /grid' do
|
690
|
-
let(:
|
690
|
+
let(:agent) { Cuboid::Processes::Agents.grid_spawn }
|
691
691
|
let(:tpl_url) { '/grid' }
|
692
692
|
|
693
693
|
it 'returns Grid info' do
|
694
|
-
put '/
|
694
|
+
put '/agent/url', agent.url
|
695
695
|
expect(response_code).to eq 200
|
696
696
|
|
697
697
|
get url
|
698
698
|
expect(response_code).to eq 200
|
699
|
-
expect(response_data.sort).to eq ([
|
699
|
+
expect(response_data.sort).to eq ([agent.url] + agent.node.peers).sort
|
700
700
|
end
|
701
701
|
|
702
|
-
context 'when no
|
702
|
+
context 'when no Agent has been set' do
|
703
703
|
it 'returns 501' do
|
704
704
|
get url
|
705
705
|
expect(response_code).to eq 501
|
706
|
-
expect(response_data).to eq 'No
|
706
|
+
expect(response_data).to eq 'No Agent has been set.'
|
707
707
|
end
|
708
708
|
end
|
709
709
|
end
|
710
710
|
|
711
|
-
describe 'GET /grid/:
|
712
|
-
let(:
|
711
|
+
describe 'GET /grid/:agent' do
|
712
|
+
let(:agent) { Cuboid::Processes::Agents.grid_spawn }
|
713
713
|
let(:tpl_url) { '/grid/%s' }
|
714
714
|
|
715
|
-
it 'returns
|
716
|
-
put '/
|
715
|
+
it 'returns Agent info' do
|
716
|
+
put '/agent/url', agent.url
|
717
717
|
expect(response_code).to eq 200
|
718
718
|
|
719
|
-
@id =
|
719
|
+
@id = agent.url
|
720
720
|
|
721
721
|
get url
|
722
722
|
expect(response_code).to eq 200
|
723
|
-
expect(response_data).to eq
|
723
|
+
expect(response_data).to eq agent.statistics
|
724
724
|
end
|
725
725
|
|
726
|
-
context 'when no
|
726
|
+
context 'when no Agent has been set' do
|
727
727
|
it 'returns 501' do
|
728
728
|
@id = 'localhost:2222'
|
729
729
|
|
730
730
|
get url
|
731
731
|
expect(response_code).to eq 501
|
732
|
-
expect(response_data).to eq 'No
|
732
|
+
expect(response_data).to eq 'No Agent has been set.'
|
733
733
|
end
|
734
734
|
end
|
735
735
|
end
|
736
736
|
|
737
|
-
describe 'DELETE /grid/:
|
738
|
-
let(:
|
737
|
+
describe 'DELETE /grid/:agent' do
|
738
|
+
let(:agent) { Cuboid::Processes::Agents.grid_spawn }
|
739
739
|
let(:tpl_url) { '/grid/%s' }
|
740
740
|
|
741
|
-
it 'unplugs the
|
742
|
-
put '/
|
741
|
+
it 'unplugs the Agent from the Grid' do
|
742
|
+
put '/agent/url', agent.url
|
743
743
|
expect(response_code).to eq 200
|
744
744
|
|
745
|
-
@id =
|
745
|
+
@id = agent.url
|
746
746
|
|
747
|
-
expect(
|
747
|
+
expect(agent.node.grid_member?).to be_truthy
|
748
748
|
|
749
749
|
delete url
|
750
750
|
expect(response_code).to eq 200
|
751
|
-
expect(
|
751
|
+
expect(agent.node.grid_member?).to be_falsey
|
752
752
|
end
|
753
753
|
|
754
|
-
context 'when no
|
754
|
+
context 'when no Agent has been set' do
|
755
755
|
it 'returns 501' do
|
756
756
|
@id = 'localhost:2222'
|
757
757
|
|
758
758
|
delete url
|
759
759
|
expect(response_code).to eq 501
|
760
|
-
expect(response_data).to eq 'No
|
760
|
+
expect(response_data).to eq 'No Agent has been set.'
|
761
761
|
end
|
762
762
|
end
|
763
763
|
end
|