fairchild-poolparty 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (333) hide show
  1. data/README.txt +0 -12
  2. data/Rakefile +17 -1
  3. data/VERSION.yml +1 -1
  4. data/bin/cloud +20 -1
  5. data/bin/cloud-bootstrap +14 -4
  6. data/bin/cloud-configure +26 -9
  7. data/bin/cloud-contract +7 -7
  8. data/bin/cloud-describe +28 -0
  9. data/bin/cloud-expand +13 -6
  10. data/bin/cloud-list +3 -5
  11. data/bin/cloud-osxcopy +1 -1
  12. data/bin/cloud-provision +1 -1
  13. data/bin/cloud-show +6 -5
  14. data/bin/cloud-ssh +1 -3
  15. data/bin/cloud-start +8 -6
  16. data/bin/cloud-terminate +9 -7
  17. data/bin/server-cloud-elections +29 -18
  18. data/bin/server-ensure-provisioning +24 -29
  19. data/bin/server-list-active +10 -5
  20. data/bin/server-monitor.ru +18 -1
  21. data/bin/server-update-hosts +3 -3
  22. data/bin/server-write-new-nodes +1 -1
  23. data/config/jeweler.rb +12 -3
  24. data/lib/poolparty/aska/aska.rb +1 -12
  25. data/lib/poolparty/base_packages/haproxy.rb +26 -18
  26. data/lib/poolparty/base_packages/poolparty.rb +1 -1
  27. data/lib/poolparty/capistrano.rb +1 -1
  28. data/lib/poolparty/core/array.rb +12 -0
  29. data/lib/poolparty/core/hash.rb +12 -5
  30. data/lib/poolparty/core/nil.rb +8 -0
  31. data/lib/poolparty/core/object.rb +15 -5
  32. data/lib/poolparty/core/string.rb +28 -2
  33. data/lib/poolparty/dependency_resolver/chef_resolver.rb +106 -79
  34. data/lib/poolparty/dependency_resolver/dependency_resolver.rb +1 -1
  35. data/lib/poolparty/dependency_resolver/dependency_resolver_cloud_extensions.rb +5 -4
  36. data/lib/poolparty/dependency_resolver/puppet_resolver.rb +44 -17
  37. data/lib/poolparty/helpers/console.rb +1 -1
  38. data/lib/poolparty/helpers/optioner.rb +9 -2
  39. data/lib/poolparty/lite.rb +12 -2
  40. data/lib/poolparty/modules/callbacks.rb +44 -0
  41. data/lib/poolparty/modules/cloud_dsl.rb +17 -11
  42. data/lib/poolparty/modules/cloud_resourcer.rb +29 -21
  43. data/lib/poolparty/modules/definable_resource.rb +1 -1
  44. data/lib/poolparty/modules/pinger.rb +28 -0
  45. data/lib/poolparty/modules/resourcing_dsl.rb +7 -3
  46. data/lib/poolparty/modules/thread_pool.rb +107 -106
  47. data/lib/poolparty/modules/user_helpers.rb +20 -0
  48. data/lib/poolparty/monitors/base_monitor.rb +32 -81
  49. data/lib/poolparty/monitors/monitor_rack.rb +60 -69
  50. data/lib/poolparty/monitors/monitors/favicon_monitor.rb +12 -0
  51. data/lib/poolparty/monitors/monitors/load_monitor.rb +9 -15
  52. data/lib/poolparty/monitors/monitors/memory_monitor.rb +48 -48
  53. data/lib/poolparty/monitors/monitors/neighborhood_monitor.rb +77 -0
  54. data/lib/poolparty/monitors/{stats_monitor.rb → monitors/stats_monitor.rb} +29 -24
  55. data/lib/poolparty/monitors/monitors/time_monitor.rb +15 -0
  56. data/lib/poolparty/net/messenger.rb +2 -0
  57. data/lib/poolparty/net/remoter/cloud_control.rb +177 -227
  58. data/lib/poolparty/net/remoter/connections.rb +10 -18
  59. data/lib/poolparty/net/remoter/interactive.rb +24 -90
  60. data/lib/poolparty/net/remoter_base.rb +98 -25
  61. data/lib/poolparty/net/remoter_bases/ec2/ec2.rb +83 -66
  62. data/lib/poolparty/net/remoter_bases/vmrun/utilities/vm_disk.rb +12 -0
  63. data/lib/poolparty/net/remoter_bases/vmrun/utilities/vmx.rb +33 -0
  64. data/lib/poolparty/net/remoter_bases/vmrun/utilities/vmx_file.rb +117 -0
  65. data/lib/poolparty/net/remoter_bases/vmrun/vmrun.rb +165 -0
  66. data/lib/poolparty/net/remoter_bases/vmrun/vmrun_instance.rb +71 -0
  67. data/lib/poolparty/{base_packages → plugins}/bind.rb +1 -1
  68. data/lib/poolparty/plugins/chef.rb +71 -71
  69. data/lib/poolparty/plugins/chef_deploy.rb +58 -0
  70. data/lib/poolparty/plugins/{deploydirectory.rb → deploy_directory.rb} +12 -3
  71. data/lib/poolparty/plugins/dynomite.rb +14 -0
  72. data/lib/poolparty/plugins/gem_package.rb +37 -0
  73. data/lib/poolparty/plugins/line_in_file.rb +1 -0
  74. data/lib/poolparty/plugins/nanite.rb +41 -0
  75. data/lib/poolparty/{base_packages → plugins}/tokyo_tyrant.rb +1 -1
  76. data/lib/poolparty/poolparty/cloud.rb +36 -35
  77. data/lib/poolparty/poolparty/default.rb +2 -11
  78. data/lib/poolparty/poolparty/key.rb +15 -12
  79. data/lib/poolparty/poolparty/neighborhoods.rb +54 -21
  80. data/lib/poolparty/poolparty/plugin.rb +6 -9
  81. data/lib/poolparty/poolparty/plugin_model.rb +5 -5
  82. data/lib/poolparty/poolparty/pool.rb +8 -4
  83. data/lib/poolparty/poolparty/poolparty_base_class.rb +20 -11
  84. data/lib/poolparty/poolparty/resource.rb +9 -5
  85. data/lib/poolparty/poolparty/service.rb +3 -1
  86. data/lib/poolparty/provision/boot_strapper.rb +47 -24
  87. data/lib/poolparty/provision/configurations/chef.rb +7 -4
  88. data/lib/poolparty/provision/dr_configure.rb +80 -25
  89. data/lib/poolparty/resources/cron.rb +8 -0
  90. data/lib/poolparty/resources/directory.rb +1 -1
  91. data/lib/poolparty/resources/file.rb +16 -0
  92. data/lib/poolparty/resources/package.rb +7 -2
  93. data/lib/poolparty/resources/service.rb +4 -3
  94. data/lib/poolparty/resources/symlink.rb +0 -8
  95. data/lib/poolparty/schema.rb +35 -20
  96. data/lib/poolparty/templates/haproxy.conf +27 -25
  97. data/lib/poolparty/templates/monitor.ru +3 -3
  98. data/lib/poolparty/verification/verifier_base.rb +17 -0
  99. data/lib/poolparty/verification/verifiers/ping.rb +17 -0
  100. data/lib/poolparty/verification/verify.rb +74 -0
  101. data/lib/poolparty.rb +8 -9
  102. data/lib/poolpartycl.rb +14 -0
  103. data/spec/bin/server-list-active_spec.rb +2 -0
  104. data/spec/poolparty/base_packages/haproxy_spec.rb +1 -1
  105. data/spec/poolparty/core/array_spec.rb +3 -1
  106. data/spec/poolparty/core/ordered_hash_spec.rb +2 -2
  107. data/spec/poolparty/dependency_resolver/chef_resolver_spec.rb +9 -15
  108. data/spec/poolparty/dependency_resolver/dependency_resolver_cloud_extensions_spec.rb +6 -6
  109. data/spec/poolparty/dependency_resolver/puppet_resolver_spec.rb +121 -124
  110. data/spec/poolparty/net/remote_spec.rb +287 -286
  111. data/spec/poolparty/net/remoter_bases/ec2_mocks_and_stubs.rb +1 -1
  112. data/spec/poolparty/net/remoter_bases/ec2_remote_instance_spec.rb +7 -8
  113. data/spec/poolparty/net/remoter_bases/ec2_spec.rb +22 -7
  114. data/spec/poolparty/net/remoter_spec.rb +48 -45
  115. data/spec/poolparty/poolparty/cloud_spec.rb +15 -22
  116. data/spec/poolparty/poolparty/key_spec.rb +4 -4
  117. data/spec/poolparty/poolparty/neighborhoods_spec.rb +1 -2
  118. data/spec/poolparty/poolparty/plugin_spec.rb +2 -2
  119. data/spec/poolparty/poolparty/resource_spec.rb +4 -5
  120. data/spec/poolparty/poolparty_base_class_spec.rb +82 -78
  121. data/spec/poolparty/resources/package_spec.rb +0 -3
  122. data/spec/poolparty/spec_helper.rb +4 -4
  123. data/tasks/development.rake +9 -0
  124. data/test/poolparty/core/array_test.rb +21 -0
  125. data/test/poolparty/core/hash_test.rb +14 -1
  126. data/test/poolparty/core/string_test.rb +29 -0
  127. data/test/poolparty/dependency_resolver/puppet_resolver_test.rb +106 -0
  128. data/test/poolparty/modules/callbacks_test.rb +40 -0
  129. data/test/poolparty/modules/cloud_dsl_test.rb +25 -0
  130. data/test/poolparty/net/remoter_bases/vmrun/vmrun_test.rb +50 -0
  131. data/test/poolparty/net/remoter_test.rb +14 -0
  132. data/test/poolparty/poolparty/neighborhood_test.rb +23 -0
  133. data/test/poolparty/poolparty/poolparty_base_class_test.rb +84 -0
  134. data/test/poolparty/verification/verify_test.rb +49 -0
  135. data/test/test_helper.rb +4 -1
  136. data/test/test_poolparty.rb +6 -5
  137. data/vendor/chef/apache2/attributes/apache.rb +1 -1
  138. data/vendor/chef/apache2/templates/default/default-site.erb +1 -1
  139. data/vendor/chef/chef-deploy/LICENSE +201 -0
  140. data/vendor/chef/chef-deploy/README.rdoc +24 -0
  141. data/vendor/chef/chef-deploy/Rakefile +57 -0
  142. data/vendor/chef/chef-deploy/TODO +4 -0
  143. data/vendor/chef/chef-deploy/lib/chef-deploy/cached_deploy.rb +230 -0
  144. data/vendor/chef/chef-deploy/lib/chef-deploy/git.rb +132 -0
  145. data/vendor/chef/chef-deploy/lib/chef-deploy/subversion.rb +98 -0
  146. data/vendor/chef/chef-deploy/lib/chef-deploy.rb +183 -0
  147. metadata +57 -252
  148. data/bin/cloud-run +0 -18
  149. data/bin/cloud-stats +0 -17
  150. data/bin/ec2-list-active +0 -24
  151. data/bin/pool +0 -31
  152. data/bin/pool-describe +0 -8
  153. data/bin/pool-generate +0 -18
  154. data/bin/pool-init +0 -28
  155. data/bin/pool-list +0 -30
  156. data/bin/pool-start +0 -26
  157. data/bin/server-list-instances +0 -15
  158. data/lib/erlang/messenger/Emakefile +0 -1
  159. data/lib/erlang/messenger/Makefile +0 -15
  160. data/lib/erlang/messenger/README +0 -5
  161. data/lib/erlang/messenger/Rakefile +0 -72
  162. data/lib/erlang/messenger/control +0 -11
  163. data/lib/erlang/messenger/ebin/client.app +0 -19
  164. data/lib/erlang/messenger/ebin/master.app +0 -19
  165. data/lib/erlang/messenger/ebin/node.app +0 -19
  166. data/lib/erlang/messenger/ebin/packager.app +0 -19
  167. data/lib/erlang/messenger/ebin/pm_client_rel-0.1.rel +0 -1
  168. data/lib/erlang/messenger/ebin/pm_master_rel-0.1.rel +0 -1
  169. data/lib/erlang/messenger/ebin/pm_node_rel-0.1.rel +0 -1
  170. data/lib/erlang/messenger/include/defines.hrl +0 -27
  171. data/lib/erlang/messenger/lib/eunit/AUTHORS +0 -2
  172. data/lib/erlang/messenger/lib/eunit/CHANGELOG +0 -14
  173. data/lib/erlang/messenger/lib/eunit/COPYING +0 -504
  174. data/lib/erlang/messenger/lib/eunit/Makefile +0 -28
  175. data/lib/erlang/messenger/lib/eunit/NOTES +0 -276
  176. data/lib/erlang/messenger/lib/eunit/README +0 -3
  177. data/lib/erlang/messenger/lib/eunit/doc/edoc-info +0 -3
  178. data/lib/erlang/messenger/lib/eunit/doc/erlang.png +0 -0
  179. data/lib/erlang/messenger/lib/eunit/doc/eunit.html +0 -172
  180. data/lib/erlang/messenger/lib/eunit/doc/index.html +0 -17
  181. data/lib/erlang/messenger/lib/eunit/doc/modules-frame.html +0 -12
  182. data/lib/erlang/messenger/lib/eunit/doc/overview-summary.html +0 -984
  183. data/lib/erlang/messenger/lib/eunit/doc/overview.edoc +0 -980
  184. data/lib/erlang/messenger/lib/eunit/doc/packages-frame.html +0 -11
  185. data/lib/erlang/messenger/lib/eunit/doc/stylesheet.css +0 -55
  186. data/lib/erlang/messenger/lib/eunit/ebin/autoload.beam +0 -0
  187. data/lib/erlang/messenger/lib/eunit/ebin/code_monitor.beam +0 -0
  188. data/lib/erlang/messenger/lib/eunit/ebin/eunit.app +0 -21
  189. data/lib/erlang/messenger/lib/eunit/ebin/eunit.appup +0 -1
  190. data/lib/erlang/messenger/lib/eunit/ebin/eunit.beam +0 -0
  191. data/lib/erlang/messenger/lib/eunit/ebin/eunit_autoexport.beam +0 -0
  192. data/lib/erlang/messenger/lib/eunit/ebin/eunit_data.beam +0 -0
  193. data/lib/erlang/messenger/lib/eunit/ebin/eunit_lib.beam +0 -0
  194. data/lib/erlang/messenger/lib/eunit/ebin/eunit_proc.beam +0 -0
  195. data/lib/erlang/messenger/lib/eunit/ebin/eunit_serial.beam +0 -0
  196. data/lib/erlang/messenger/lib/eunit/ebin/eunit_server.beam +0 -0
  197. data/lib/erlang/messenger/lib/eunit/ebin/eunit_striptests.beam +0 -0
  198. data/lib/erlang/messenger/lib/eunit/ebin/eunit_test.beam +0 -0
  199. data/lib/erlang/messenger/lib/eunit/ebin/eunit_tests.beam +0 -0
  200. data/lib/erlang/messenger/lib/eunit/ebin/eunit_tty.beam +0 -0
  201. data/lib/erlang/messenger/lib/eunit/ebin/file_monitor.beam +0 -0
  202. data/lib/erlang/messenger/lib/eunit/examples/eunit_examples.erl +0 -339
  203. data/lib/erlang/messenger/lib/eunit/examples/fib.erl +0 -19
  204. data/lib/erlang/messenger/lib/eunit/examples/tests.txt +0 -1
  205. data/lib/erlang/messenger/lib/eunit/include/eunit.hrl +0 -313
  206. data/lib/erlang/messenger/lib/eunit/src/Makefile +0 -46
  207. data/lib/erlang/messenger/lib/eunit/src/autoload.erl +0 -388
  208. data/lib/erlang/messenger/lib/eunit/src/code_monitor.erl +0 -243
  209. data/lib/erlang/messenger/lib/eunit/src/eunit.app.src +0 -21
  210. data/lib/erlang/messenger/lib/eunit/src/eunit.appup.src +0 -1
  211. data/lib/erlang/messenger/lib/eunit/src/eunit.erl +0 -196
  212. data/lib/erlang/messenger/lib/eunit/src/eunit_autoexport.erl +0 -102
  213. data/lib/erlang/messenger/lib/eunit/src/eunit_data.erl +0 -798
  214. data/lib/erlang/messenger/lib/eunit/src/eunit_internal.hrl +0 -48
  215. data/lib/erlang/messenger/lib/eunit/src/eunit_lib.erl +0 -682
  216. data/lib/erlang/messenger/lib/eunit/src/eunit_proc.erl +0 -552
  217. data/lib/erlang/messenger/lib/eunit/src/eunit_serial.erl +0 -157
  218. data/lib/erlang/messenger/lib/eunit/src/eunit_server.erl +0 -340
  219. data/lib/erlang/messenger/lib/eunit/src/eunit_striptests.erl +0 -64
  220. data/lib/erlang/messenger/lib/eunit/src/eunit_test.erl +0 -334
  221. data/lib/erlang/messenger/lib/eunit/src/eunit_tests.erl +0 -45
  222. data/lib/erlang/messenger/lib/eunit/src/eunit_tty.erl +0 -272
  223. data/lib/erlang/messenger/lib/eunit/src/file_monitor.erl +0 -409
  224. data/lib/erlang/messenger/lib/eunit/sys.config +0 -9
  225. data/lib/erlang/messenger/lib/eunit/vsn.mk +0 -1
  226. data/lib/erlang/messenger/pm_client_rel-0.1.boot +0 -0
  227. data/lib/erlang/messenger/pm_client_rel-0.1.script +0 -238
  228. data/lib/erlang/messenger/pm_master_rel-0.1.boot +0 -0
  229. data/lib/erlang/messenger/pm_master_rel-0.1.script +0 -239
  230. data/lib/erlang/messenger/pm_node_rel-0.1.boot +0 -0
  231. data/lib/erlang/messenger/pm_node_rel-0.1.script +0 -237
  232. data/lib/erlang/messenger/src/client_app.erl +0 -39
  233. data/lib/erlang/messenger/src/client_server.erl +0 -60
  234. data/lib/erlang/messenger/src/master_app.erl +0 -39
  235. data/lib/erlang/messenger/src/node_app.erl +0 -39
  236. data/lib/erlang/messenger/src/pm_client.erl +0 -49
  237. data/lib/erlang/messenger/src/pm_client_supervisor.erl +0 -38
  238. data/lib/erlang/messenger/src/pm_cluster.erl +0 -61
  239. data/lib/erlang/messenger/src/pm_event_manager.erl +0 -27
  240. data/lib/erlang/messenger/src/pm_master.erl +0 -215
  241. data/lib/erlang/messenger/src/pm_master_event_handler.erl +0 -72
  242. data/lib/erlang/messenger/src/pm_master_supervisor.erl +0 -39
  243. data/lib/erlang/messenger/src/pm_node.erl +0 -200
  244. data/lib/erlang/messenger/src/pm_node_supervisor.erl +0 -38
  245. data/lib/erlang/messenger/src/pm_packager.erl +0 -76
  246. data/lib/erlang/messenger/src/pm_spawner.erl +0 -213
  247. data/lib/erlang/messenger/src/pm_strings.erl +0 -11
  248. data/lib/erlang/messenger/src/utils.erl +0 -72
  249. data/lib/erlang/messenger/useful_snippets +0 -17
  250. data/lib/poolparty/monitors/monitors/server_monitor.rb +0 -7
  251. data/lib/poolparty/monitors/monitors/web_monitor.rb +0 -18
  252. data/lib/poolparty/monitors/neighborhood_monitor.rb +0 -24
  253. data/lib/poolparty/monitors.rb +0 -6
  254. data/lib/poolparty/net/remoter/lists.rb +0 -12
  255. data/lib/poolparty/poolparty/custom_resource.rb +0 -45
  256. data/lib/poolparty/resources/custom_service.rb +0 -30
  257. data/lib/poolparty/services/gem_package.rb +0 -52
  258. data/lib/poolparty/version.rb +0 -15
  259. data/spec/poolparty/plugins/svn_spec.rb +0 -16
  260. data/spec/poolparty/poolparty/custom_resource_spec.rb +0 -79
  261. data/vendor/gems/butterfly/History.txt +0 -4
  262. data/vendor/gems/butterfly/PostInstall.txt +0 -2
  263. data/vendor/gems/butterfly/README.rdoc +0 -48
  264. data/vendor/gems/butterfly/Rakefile +0 -62
  265. data/vendor/gems/butterfly/VERSION.yml +0 -4
  266. data/vendor/gems/butterfly/bin/flutter +0 -4
  267. data/vendor/gems/butterfly/butterfly.gemspec +0 -37
  268. data/vendor/gems/butterfly/examples/config.ru +0 -15
  269. data/vendor/gems/butterfly/examples/my_app.rb +0 -12
  270. data/vendor/gems/butterfly/lib/butterfly.rb +0 -14
  271. data/vendor/gems/butterfly/lib/handler.rb +0 -48
  272. data/vendor/gems/butterfly/lib/request.rb +0 -29
  273. data/vendor/gems/butterfly/lib/response.rb +0 -49
  274. data/vendor/gems/butterfly/script/console +0 -10
  275. data/vendor/gems/butterfly/script/destroy +0 -14
  276. data/vendor/gems/butterfly/script/generate +0 -14
  277. data/vendor/gems/butterfly/test/test_adapter_base.rb +0 -23
  278. data/vendor/gems/butterfly/test/test_butterfly_request.rb +0 -46
  279. data/vendor/gems/butterfly/test/test_butterfly_response.rb +0 -43
  280. data/vendor/gems/butterfly/test/test_butterfly_server.rb +0 -16
  281. data/vendor/gems/butterfly/test/test_default.rb +0 -12
  282. data/vendor/gems/butterfly/test/test_helper.rb +0 -6
  283. data/vendor/gems/dslify/History.txt +0 -4
  284. data/vendor/gems/dslify/Manifest.txt +0 -25
  285. data/vendor/gems/dslify/PostInstall.txt +0 -5
  286. data/vendor/gems/dslify/README.txt +0 -60
  287. data/vendor/gems/dslify/Rakefile +0 -56
  288. data/vendor/gems/dslify/config/hoe.rb +0 -73
  289. data/vendor/gems/dslify/config/requirements.rb +0 -15
  290. data/vendor/gems/dslify/dslify.gemspec +0 -40
  291. data/vendor/gems/dslify/lib/dslify/dslify.rb +0 -69
  292. data/vendor/gems/dslify/lib/dslify/version.rb +0 -10
  293. data/vendor/gems/dslify/lib/dslify.rb +0 -7
  294. data/vendor/gems/dslify/script/console +0 -10
  295. data/vendor/gems/dslify/script/destroy +0 -14
  296. data/vendor/gems/dslify/script/generate +0 -14
  297. data/vendor/gems/dslify/script/txt2html +0 -82
  298. data/vendor/gems/dslify/setup.rb +0 -1585
  299. data/vendor/gems/dslify/tasks/deployment.rake +0 -34
  300. data/vendor/gems/dslify/tasks/environment.rake +0 -7
  301. data/vendor/gems/dslify/tasks/website.rake +0 -17
  302. data/vendor/gems/dslify/test/test_dslify.rb +0 -114
  303. data/vendor/gems/dslify/website/index.html +0 -86
  304. data/vendor/gems/dslify/website/index.txt +0 -83
  305. data/vendor/gems/dslify/website/javascripts/rounded_corners_lite.inc.js +0 -285
  306. data/vendor/gems/dslify/website/stylesheets/screen.css +0 -138
  307. data/vendor/gems/dslify/website/template.html.erb +0 -48
  308. data/vendor/gems/parenting/History.txt +0 -4
  309. data/vendor/gems/parenting/Manifest.txt +0 -13
  310. data/vendor/gems/parenting/PostInstall.txt +0 -2
  311. data/vendor/gems/parenting/README.rdoc +0 -47
  312. data/vendor/gems/parenting/Rakefile +0 -28
  313. data/vendor/gems/parenting/lib/parenting/base.rb +0 -65
  314. data/vendor/gems/parenting/lib/parenting.rb +0 -10
  315. data/vendor/gems/parenting/parenting.gemspec +0 -39
  316. data/vendor/gems/parenting/script/console +0 -10
  317. data/vendor/gems/parenting/script/destroy +0 -14
  318. data/vendor/gems/parenting/script/generate +0 -14
  319. data/vendor/gems/parenting/test/file_to_eval.rb +0 -9
  320. data/vendor/gems/parenting/test/test_helper.rb +0 -5
  321. data/vendor/gems/parenting/test/test_parenting.rb +0 -89
  322. data/vendor/gems/suitcase/LICENSE +0 -20
  323. data/vendor/gems/suitcase/README.rdoc +0 -31
  324. data/vendor/gems/suitcase/Rakefile +0 -57
  325. data/vendor/gems/suitcase/VERSION.yml +0 -4
  326. data/vendor/gems/suitcase/lib/suitcase/unzipper.rb +0 -15
  327. data/vendor/gems/suitcase/lib/suitcase/zipper.rb +0 -119
  328. data/vendor/gems/suitcase/lib/suitcase.rb +0 -5
  329. data/vendor/gems/suitcase/suitcase.gemspec +0 -32
  330. data/vendor/gems/suitcase/test/suitcase_test.rb +0 -102
  331. data/vendor/gems/suitcase/test/test_dir/box.rb +0 -1
  332. data/vendor/gems/suitcase/test/test_dir/test.txt +0 -1
  333. data/vendor/gems/suitcase/test/test_helper.rb +0 -12
@@ -1,334 +0,0 @@
1
- %% This library is free software; you can redistribute it and/or modify
2
- %% it under the terms of the GNU Lesser General Public License as
3
- %% published by the Free Software Foundation; either version 2 of the
4
- %% License, or (at your option) any later version.
5
- %%
6
- %% This library is distributed in the hope that it will be useful, but
7
- %% WITHOUT ANY WARRANTY; without even the implied warranty of
8
- %% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9
- %% Lesser General Public License for more details.
10
- %%
11
- %% You should have received a copy of the GNU Lesser General Public
12
- %% License along with this library; if not, write to the Free Software
13
- %% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
14
- %% USA
15
- %%
16
- %% $Id: eunit_test.erl 238 2007-11-15 10:23:54Z mremond $
17
- %%
18
- %% @author Richard Carlsson <richardc@it.uu.se>
19
- %% @copyright 2006 Richard Carlsson
20
- %% @private
21
- %% @see eunit
22
- %% @doc Test running functionality
23
-
24
- -module(eunit_test).
25
-
26
- -export([run_testfun/1, function_wrapper/2, enter_context/4,
27
- browse_context/2, multi_setup/1]).
28
-
29
-
30
- -include("eunit.hrl").
31
- -include("eunit_internal.hrl").
32
-
33
-
34
- %% ---------------------------------------------------------------------
35
- %% Getting a cleaned up stack trace. (We don't want it to include
36
- %% eunit's own internal functions. This complicates self-testing
37
- %% somewhat, but you can't have everything.) Note that we assume that
38
- %% this particular module is the boundary between eunit and user code.
39
-
40
- get_stacktrace() ->
41
- get_stacktrace([]).
42
-
43
- get_stacktrace(Ts) ->
44
- eunit_lib:uniq(prune_trace(erlang:get_stacktrace(), Ts)).
45
-
46
- prune_trace([{?MODULE, _, _} | _Rest], Tail) ->
47
- Tail;
48
- prune_trace([T | Ts], Tail) ->
49
- [T | prune_trace(Ts, Tail)];
50
- prune_trace([], Tail) ->
51
- Tail.
52
-
53
-
54
- %% ---------------------------------------------------------------------
55
- %% Test runner
56
-
57
- %% @spec ((any()) -> any()) -> {ok, Value} | {error, eunit_lib:exception()}
58
- %% @throws wrapperError()
59
-
60
- run_testfun(F) ->
61
- try
62
- F()
63
- of Value ->
64
- {ok, Value}
65
- catch
66
- {eunit_internal, Term} ->
67
- %% Internally generated: re-throw Term (lose the trace)
68
- throw(Term);
69
- Class:Reason ->
70
- {error, {Class, Reason, get_stacktrace()}}
71
- end.
72
-
73
-
74
- -ifdef(TEST).
75
- macro_test_() ->
76
- {"macro definitions",
77
- [{?LINE, fun () ->
78
- {?LINE, F} = ?_test(undefined),
79
- {ok, undefined} = run_testfun(F)
80
- end},
81
- ?_test(begin
82
- {?LINE, F} = ?_assert(true),
83
- {ok, ok} = run_testfun(F)
84
- end),
85
- ?_test(begin
86
- {?LINE, F} = ?_assert(false),
87
- {error,{error,{assertion_failed,
88
- [{module,_},
89
- {line,_},
90
- {expression,_},
91
- {expected,true},
92
- {value,false}]},
93
- _}}
94
- = run_testfun(F)
95
- end),
96
- ?_test(begin
97
- {?LINE, F} = ?_assert([]),
98
- {error,{error,{assertion_failed,
99
- [{module,_},
100
- {line,_},
101
- {expression,_},
102
- {expected,true},
103
- {value,{not_a_boolean,[]}}]},
104
- _}}
105
- = run_testfun(F)
106
- end),
107
- ?_test(begin
108
- {?LINE, F} = ?_assertNot(false),
109
- {ok, ok} = run_testfun(F)
110
- end),
111
- ?_test(begin
112
- {?LINE, F} = ?_assertNot(true),
113
- {error,{error,{assertion_failed,
114
- [{module,_},
115
- {line,_},
116
- {expression,_},
117
- {expected,true},
118
- {value,false}]},
119
- _}}
120
- = run_testfun(F)
121
- end),
122
- ?_test(begin
123
- {?LINE, F} = ?_assertMatch(ok, ok),
124
- {ok, ok} = run_testfun(F)
125
- end),
126
- ?_test(begin
127
- {?LINE, F} = ?_assertMatch([_], []),
128
- {error,{error,{assertMatch_failed,
129
- [{module,_},
130
- {line,_},
131
- {expression,_},
132
- {expected,"[ _ ]"},
133
- {value,[]}]},
134
- _}}
135
- = run_testfun(F)
136
- end),
137
- ?_test(begin
138
- {?LINE, F} = ?_assertEqual(ok, ok),
139
- {ok, ok} = run_testfun(F)
140
- end),
141
- ?_test(begin
142
- {?LINE, F} = ?_assertEqual(3, 1+1),
143
- {error,{error,{assertEqual_failed,
144
- [{module,_},
145
- {line,_},
146
- {expression,_},
147
- {expected,3},
148
- {value,2}]},
149
- _}}
150
- = run_testfun(F)
151
- end),
152
- ?_test(begin
153
- {?LINE, F} = ?_assertException(error, badarith,
154
- erlang:error(badarith)),
155
- {ok, ok} = run_testfun(F)
156
- end),
157
- ?_test(begin
158
- {?LINE, F} = ?_assertException(error, badarith, ok),
159
- {error,{error,{assertException_failed,
160
- [{module,_},
161
- {line,_},
162
- {expression,_},
163
- {expected,_},
164
- {unexpected_success,ok}]},
165
- _}}
166
- = run_testfun(F)
167
- end),
168
- ?_test(begin
169
- {?LINE, F} = ?_assertException(error, badarg,
170
- erlang:error(badarith)),
171
- {error,{error,{assertException_failed,
172
- [{module,_},
173
- {line,_},
174
- {expression,_},
175
- {expected,_},
176
- {unexpected_exception,
177
- {error,badarith,_}}]},
178
- _}}
179
- = run_testfun(F)
180
- end)
181
- ]}.
182
- -endif.
183
-
184
-
185
- %% ---------------------------------------------------------------------
186
- %% Wrapper for simple "named function" tests ({M,F}), which provides
187
- %% better error reporting when the function is missing at test time.
188
- %%
189
- %% Note that the wrapper fun is usually called by run_testfun/1, and the
190
- %% special exceptions thrown here are expected to be handled there.
191
- %%
192
- %% @throws {eunit_internal, wrapperError()}
193
- %%
194
- %% @type wrapperError() = {no_such_function, mfa()}
195
- %% | {module_not_found, moduleName()}
196
-
197
- function_wrapper(M, F) ->
198
- fun () ->
199
- try M:F()
200
- catch
201
- error:undef ->
202
- %% Check if it was M:F/0 that was undefined
203
- case erlang:module_loaded(M) of
204
- false ->
205
- fail({module_not_found, M});
206
- true ->
207
- case erlang:function_exported(M, F, 0) of
208
- false ->
209
- fail({no_such_function, {M,F,0}});
210
- true ->
211
- rethrow(error, undef, [{M,F,0}])
212
- end
213
- end
214
- end
215
- end.
216
-
217
- rethrow(Class, Reason, Trace) ->
218
- erlang:raise(Class, Reason, get_stacktrace(Trace)).
219
-
220
- fail(Term) ->
221
- throw({eunit_internal, Term}).
222
-
223
-
224
- -ifdef(TEST).
225
- wrapper_test_() ->
226
- {"error handling in function wrapper",
227
- [?_assertException(throw, {module_not_found, eunit_nonexisting},
228
- run_testfun(function_wrapper(eunit_nonexisting,test))),
229
- ?_assertException(throw,
230
- {no_such_function, {?MODULE,nonexisting_test,0}},
231
- run_testfun(function_wrapper(?MODULE,nonexisting_test))),
232
- ?_test({error, {error, undef, _T}}
233
- = run_testfun(function_wrapper(?MODULE,wrapper_test_exported_)))
234
- ]}.
235
-
236
- %% this must be exported (done automatically by the autoexport transform)
237
- wrapper_test_exported_() ->
238
- {ok, ?MODULE:nonexisting_function()}.
239
- -endif.
240
-
241
-
242
- %% ---------------------------------------------------------------------
243
- %% Entering a setup-context, with guaranteed cleanup.
244
-
245
- %% @spec (Setup, Cleanup, Instantiate, Callback) -> any()
246
- %% Setup = () -> any()
247
- %% Cleanup = (any()) -> any()
248
- %% Instantiate = (any()) -> tests()
249
- %% Callback = (tests()) -> any()
250
- %% @throws {context_error, Error, eunit_lib:exception()}
251
- %% Error = setup_failed | instantiation_failed | cleanup_failed
252
-
253
- enter_context(Setup, Cleanup, Instantiate, Callback) ->
254
- try Setup() of
255
- R ->
256
- try Instantiate(R) of
257
- T ->
258
- try Callback(T) %% call back to client code
259
- after
260
- %% Always run cleanup; client may be an idiot
261
- try Cleanup(R)
262
- catch
263
- Class:Term ->
264
- context_error(cleanup_failed, Class, Term)
265
- end
266
- end
267
- catch
268
- Class:Term ->
269
- context_error(instantiation_failed, Class, Term)
270
- end
271
- catch
272
- Class:Term ->
273
- context_error(setup_failed, Class, Term)
274
- end.
275
-
276
- context_error(Type, Class, Term) ->
277
- throw({context_error, Type, {Class, Term, get_stacktrace()}}).
278
-
279
- %% Instantiates a context with dummy values to make browsing possible
280
- %% @throws {context_error, instantiation_failed, eunit_lib:exception()}
281
-
282
- browse_context(I, F) ->
283
- %% Browse: dummy setup/cleanup and a wrapper for the instantiator
284
- I1 = fun (_) ->
285
- try eunit_lib:browse_fun(I) of
286
- {_, T} -> T
287
- catch
288
- Class:Term ->
289
- context_error(instantiation_failed, Class, Term)
290
- end
291
- end,
292
- enter_context(fun ok/0, fun ok/1, I1, F).
293
-
294
- ok() -> ok.
295
- ok(_) -> ok.
296
-
297
- %% This generates single setup/cleanup functions from a list of tuples
298
- %% on the form {Tag, Setup, Cleanup}, where the setup function always
299
- %% backs out correctly from partial completion.
300
-
301
- multi_setup(List) ->
302
- {SetupAll, CleanupAll} = multi_setup(List, fun ok/1),
303
- %% must reverse back and forth here in order to present the list in
304
- %% "natural" order to the test instantiation function
305
- {fun () -> lists:reverse(SetupAll([])) end,
306
- fun (Rs) -> CleanupAll(lists:reverse(Rs)) end}.
307
-
308
- multi_setup([{Tag, S, C} | Es], CleanupPrev) ->
309
- Cleanup = fun ([R | Rs]) ->
310
- try C(R) of
311
- _ -> CleanupPrev(Rs)
312
- catch
313
- Class:Term ->
314
- throw({Tag, {Class, Term,
315
- eunit_test:get_stacktrace()}})
316
- end
317
- end,
318
- {SetupRest, CleanupAll} = multi_setup(Es, Cleanup),
319
- {fun (Rs) ->
320
- try S() of
321
- R ->
322
- SetupRest([R|Rs])
323
- catch
324
- Class:Term ->
325
- CleanupPrev(Rs),
326
- throw({Tag, {Class, Term,
327
- eunit_test:get_stacktrace()}})
328
- end
329
- end,
330
- CleanupAll};
331
- multi_setup([{Tag, S} | Es], CleanupPrev) ->
332
- multi_setup([{Tag, S, fun ok/1} | Es], CleanupPrev);
333
- multi_setup([], CleanupAll) ->
334
- {fun (Rs) -> Rs end, CleanupAll}.
@@ -1,45 +0,0 @@
1
- %% This library is free software; you can redistribute it and/or modify
2
- %% it under the terms of the GNU Lesser General Public License as
3
- %% published by the Free Software Foundation; either version 2 of the
4
- %% License, or (at your option) any later version.
5
- %%
6
- %% This library is distributed in the hope that it will be useful, but
7
- %% WITHOUT ANY WARRANTY; without even the implied warranty of
8
- %% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9
- %% Lesser General Public License for more details.
10
- %%
11
- %% You should have received a copy of the GNU Lesser General Public
12
- %% License along with this library; if not, write to the Free Software
13
- %% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
14
- %% USA
15
- %%
16
- %% $Id: eunit_tests.erl 238 2007-11-15 10:23:54Z mremond $
17
- %%
18
- %% @author Richard Carlsson <richard@it.uu.se>
19
- %% @copyright 2007 Richard Carlsson
20
- %% @private
21
- %% @see eunit
22
- %% @doc External tests for eunit.erl
23
-
24
- -module(eunit_tests).
25
-
26
- -include("eunit.hrl").
27
-
28
- -ifdef(TEST).
29
- %% Cause all the other modules to be tested as well as this one.
30
- full_test_() ->
31
- %%{application, eunit}. % this currently causes a loop
32
- %% We use the below until loop detection is implemented
33
- [eunit_autoexport,
34
- eunit_striptests,
35
- eunit_server,
36
- eunit_proc,
37
- eunit_serial,
38
- eunit_test,
39
- eunit_lib,
40
- eunit_data,
41
- eunit_tty,
42
- code_monitor,
43
- file_monitor,
44
- autoload].
45
- -endif.
@@ -1,272 +0,0 @@
1
- %% This library is free software; you can redistribute it and/or modify
2
- %% it under the terms of the GNU Lesser General Public License as
3
- %% published by the Free Software Foundation; either version 2 of the
4
- %% License, or (at your option) any later version.
5
- %%
6
- %% This library is distributed in the hope that it will be useful, but
7
- %% WITHOUT ANY WARRANTY; without even the implied warranty of
8
- %% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9
- %% Lesser General Public License for more details.
10
- %%
11
- %% You should have received a copy of the GNU Lesser General Public
12
- %% License along with this library; if not, write to the Free Software
13
- %% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
14
- %% USA
15
- %%
16
- %% $Id: eunit_tty.erl 238 2007-11-15 10:23:54Z mremond $
17
- %%
18
- %% @author Richard Carlsson <richardc@it.uu.se>
19
- %% @copyright 2006 Richard Carlsson
20
- %% @private
21
- %% @see eunit
22
- %% @doc Text-based frontend for EUnit
23
-
24
- -module(eunit_tty).
25
-
26
- -include("eunit.hrl").
27
- -include("eunit_internal.hrl").
28
-
29
- -export([start/1, start/2]).
30
-
31
-
32
- -record(state, {verbose = false,
33
- succeed = 0,
34
- fail = 0,
35
- abort = 0,
36
- skip = 0,
37
- indent = 0}).
38
-
39
- start(List) ->
40
- start(List, []).
41
-
42
- start(List, Options) ->
43
- St = #state{verbose = proplists:get_bool(verbose, Options)},
44
- Id = [],
45
- spawn(fun () -> init(Id, List, St) end).
46
-
47
- init(Id, List, St0) ->
48
- receive
49
- {start, Reference} ->
50
- if St0#state.verbose -> print_header();
51
- true -> ok
52
- end,
53
- St = group_begin(Id, "", List, St0),
54
- receive
55
- {stop, Reference, ReplyTo} ->
56
- Result = if St#state.fail == 0, St#state.abort == 0,
57
- St#state.skip == 0 ->
58
- ok;
59
- true ->
60
- error
61
- end,
62
- report(Result, St),
63
- ReplyTo ! {result, Reference, Result},
64
- ok
65
- end
66
- end.
67
-
68
- report(ok, St) ->
69
- if St#state.succeed == 0 ->
70
- io:fwrite(" There were no tests to run.\n");
71
- true ->
72
- if St#state.verbose -> print_bar();
73
- true -> ok
74
- end,
75
- if St#state.succeed == 1 ->
76
- io:fwrite(" Test successful.\n");
77
- true ->
78
- io:fwrite(" All ~w tests successful.\n",
79
- [St#state.succeed])
80
- end
81
- end;
82
- report(error, St) ->
83
- print_bar(),
84
- io:fwrite(" Failed: ~w. Aborted: ~w."
85
- " Skipped: ~w. Succeeded: ~w.\n",
86
- [St#state.fail, St#state.abort,
87
- St#state.skip, St#state.succeed]).
88
-
89
- print_header() ->
90
- io:fwrite("======================== EUnit "
91
- "========================\n").
92
-
93
- print_bar() ->
94
- io:fwrite("============================"
95
- "===========================\n").
96
-
97
- wait(Id, St) ->
98
- receive
99
- {status, Id, Data} -> {Data, St}
100
- end.
101
-
102
- entry({item, Id, Desc, Test}, St) ->
103
- test_begin(Id, Desc, Test, St);
104
- entry({group, Id, Desc, Es}, St) ->
105
- group_begin(Id, Desc, Es, St).
106
-
107
- tests([E | Es], St) ->
108
- tests(Es, entry(E, St));
109
- tests([], St) ->
110
- St.
111
-
112
- test_begin(Id, Desc, {Module, Name}, St) ->
113
- test_begin(Id, Desc, {Module, Name, 0}, St);
114
- test_begin(Id, Desc, {Module, Name, Line}, St) ->
115
- Text = format_test_begin(Module, Name, Line, Desc),
116
- if St#state.verbose -> print_test_begin(St#state.indent, Text);
117
- true -> ok
118
- end,
119
- case wait(Id, St) of
120
- {{progress, 'begin', test}, St1} ->
121
- test_end(Id, Text, St1);
122
- {{cancel, Reason}, St1} ->
123
- if St#state.verbose -> print_test_cancel(Reason);
124
- Reason /= undefined ->
125
- print_test_begin(St#state.indent, Text),
126
- print_test_cancel(Reason);
127
- true -> ok
128
- end,
129
- St1#state{skip = St1#state.skip + 1}
130
- end.
131
-
132
- test_end(Id, Text, St) ->
133
- case wait(Id, St) of
134
- {{progress, 'end', {Result, Time, _Output}}, St1} ->
135
- if Result == ok ->
136
- if St#state.verbose -> print_test_end(Time);
137
- true -> ok
138
- end,
139
- St1#state{succeed = St1#state.succeed + 1};
140
- true ->
141
- if St#state.verbose -> ok;
142
- true -> print_test_begin(St#state.indent, Text)
143
- end,
144
- print_test_error(Result),
145
- St1#state{fail = St1#state.fail + 1}
146
- end;
147
- {{cancel, Reason}, St1} ->
148
- if St#state.verbose -> ok;
149
- true -> print_test_begin(St#state.indent, Text)
150
- end,
151
- print_test_cancel(Reason),
152
- St1#state{abort = St1#state.abort + 1}
153
- end.
154
-
155
- group_begin(Id, Desc, Es, St0) ->
156
- I = St0#state.indent,
157
- St = if Desc /= "", St0#state.verbose ->
158
- print_group_start(I, Desc),
159
- St0#state{indent = I + 1};
160
- true ->
161
- St0
162
- end,
163
- case wait(Id, St) of
164
- {{progress, 'begin', group}, St1} ->
165
- group_end(Id, I, Desc, tests(Es, St1));
166
- {{cancel, Reason}, St1} ->
167
- if Desc /= "", St1#state.verbose ->
168
- print_group_cancel(I, Reason);
169
- Desc /= "" ->
170
- print_group_start(I, Desc),
171
- print_group_cancel(I, Reason);
172
- true ->
173
- ok
174
- end,
175
- %% TODO: eliminate this size calculation if possible
176
- Size = eunit_data:list_size(Es),
177
- St1#state{indent = I, skip = St1#state.skip + Size}
178
- end.
179
-
180
- group_end(Id, I, Desc, St) ->
181
- (case wait(Id, St) of
182
- {{progress, 'end', {_Count, Time, _Output}}, St1} ->
183
- if Desc /= "", St#state.verbose ->
184
- print_group_end(St1#state.indent, Time);
185
- true ->
186
- ok
187
- end,
188
- St1;
189
- {{cancel, undefined}, St1} ->
190
- St1; %% "skipped" message is not interesting here
191
- {{cancel, Reason}, St1} ->
192
- if Desc /= "", St1#state.verbose ->
193
- print_group_cancel(I, Reason);
194
- true ->
195
- print_group_start(I, Desc),
196
- print_group_cancel(I, Reason)
197
- end,
198
- St1
199
- end)#state{indent = I}.
200
-
201
- indent(N) when is_integer(N), N >= 1 ->
202
- io:put_chars(lists:duplicate(N * 2, $\s));
203
- indent(_) ->
204
- ok.
205
-
206
- print_group_start(I, Desc) ->
207
- indent(I),
208
- io:fwrite("~s\n", [Desc]).
209
-
210
- print_group_end(I, Time) ->
211
- if Time > 0 ->
212
- indent(I),
213
- io:fwrite("[done in ~.3f s]\n", [Time/1000]);
214
- true ->
215
- ok
216
- end.
217
-
218
- format_test_begin(Module, Name, Line, Desc) ->
219
- L = if Line == 0 -> "";
220
- true -> io_lib:fwrite("~w:", [Line])
221
- end,
222
- D = if Desc == "" -> "";
223
- true -> io_lib:fwrite(" (~s)", [Desc])
224
- end,
225
- io_lib:fwrite("~s:~s~s~s...", [Module, L, Name, D]).
226
-
227
- print_test_begin(I, Text) ->
228
- indent(I),
229
- io:put_chars(Text).
230
-
231
- print_test_end(Time) ->
232
- T = if Time > 0 -> io_lib:fwrite("[~.3f s] ", [Time/1000]);
233
- true -> ""
234
- end,
235
- io:fwrite("~sok\n", [T]).
236
-
237
- print_test_error({error, Exception}) ->
238
- io:fwrite("*failed*\n::~s\n\n",
239
- [eunit_lib:format_exception(Exception)]);
240
- print_test_error({skipped, Reason}) ->
241
- io:fwrite("*did not run*\n::~s\n\n",
242
- [format_skipped(Reason)]).
243
-
244
- format_skipped({module_not_found, M}) ->
245
- io_lib:format("missing module: ~w", [M]);
246
- format_skipped({no_such_function, {M,F,A}}) ->
247
- io_lib:format("no such function: ~w:~w/~w", [M,F,A]).
248
-
249
- print_test_cancel(Reason) ->
250
- io:fwrite(format_cancel(Reason)).
251
-
252
- print_group_cancel(_I, {blame, _}) ->
253
- ok;
254
- print_group_cancel(I, Reason) ->
255
- indent(I),
256
- io:fwrite(format_cancel(Reason)).
257
-
258
- format_cancel(undefined) ->
259
- "*skipped*\n";
260
- format_cancel(timeout) ->
261
- "*timed out*\n";
262
- format_cancel({startup, Reason}) ->
263
- io_lib:fwrite("*could not start test process*\n::~P\n\n",
264
- [Reason, 15]);
265
- format_cancel({blame, _SubId}) ->
266
- "*cancelled because of subtask*\n";
267
- format_cancel({exit, Reason}) ->
268
- io_lib:fwrite("*unexpected termination of test process*\n::~P\n\n",
269
- [Reason, 15]);
270
- format_cancel({abort, Reason}) ->
271
- eunit_lib:format_error(Reason).
272
-