enju_biblio 0.1.0.pre59 → 0.1.0.pre60

Sign up to get free protection for your applications and to get access to all the features.
Files changed (302) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/agents_controller.rb +9 -13
  3. data/app/controllers/items_controller.rb +2 -2
  4. data/app/controllers/manifestations_controller.rb +25 -25
  5. data/app/controllers/picture_files_controller.rb +3 -3
  6. data/app/helpers/picture_files_helper.rb +4 -4
  7. data/app/models/agent_import_file.rb +13 -11
  8. data/app/models/agent_merge_list.rb +4 -4
  9. data/app/models/item.rb +3 -3
  10. data/app/models/language.rb +1 -1
  11. data/app/models/manifestation.rb +1 -0
  12. data/app/models/produce.rb +1 -1
  13. data/app/models/resource_export_file.rb +1 -0
  14. data/app/models/resource_import_file.rb +8 -5
  15. data/app/views/agent_merge_lists/edit.html.erb +2 -2
  16. data/app/views/agent_merge_lists/index.html.erb +2 -2
  17. data/app/views/agent_merge_lists/new.html.erb +2 -2
  18. data/app/views/agent_merge_lists/show.html.erb +2 -2
  19. data/app/views/agent_merges/edit.html.erb +2 -2
  20. data/app/views/agent_merges/index.html.erb +2 -2
  21. data/app/views/agent_merges/new.html.erb +2 -2
  22. data/app/views/agent_merges/show.html.erb +2 -2
  23. data/app/views/agent_types/index.html.erb +1 -1
  24. data/app/views/agents/_form.html.erb +3 -3
  25. data/app/views/agents/_index_expression.html.erb +1 -1
  26. data/app/views/agents/_index_work.html.erb +1 -1
  27. data/app/views/agents/index.html.erb +1 -1
  28. data/app/views/creates/_index_agent.html.erb +2 -2
  29. data/app/views/creates/index.html.erb +2 -2
  30. data/app/views/items/_shelf_picture.html.erb +2 -2
  31. data/app/views/items/_shelf_picture.mobile.erb +2 -2
  32. data/app/views/manifestations/_show.mods.builder +6 -6
  33. data/app/views/manifestations/_show.rdf.builder +6 -6
  34. data/app/views/picture_files/index.html.erb +1 -1
  35. data/app/views/produces/index.html.erb +1 -1
  36. data/app/views/realizes/index.html.erb +2 -2
  37. data/app/views/series_statement_merge_lists/edit.html.erb +2 -2
  38. data/app/views/series_statement_merge_lists/index.html.erb +2 -2
  39. data/app/views/series_statement_merge_lists/new.html.erb +2 -2
  40. data/app/views/series_statement_merge_lists/show.html.erb +2 -2
  41. data/app/views/series_statement_merges/edit.html.erb +2 -2
  42. data/app/views/series_statement_merges/index.html.erb +2 -2
  43. data/app/views/series_statement_merges/new.html.erb +2 -2
  44. data/app/views/series_statement_merges/show.html.erb +2 -2
  45. data/config/locales/translation_en.yml +4 -4
  46. data/config/locales/translation_ja.yml +4 -4
  47. data/config/routes.rb +0 -1
  48. data/lib/enju_biblio/engine.rb +2 -0
  49. data/lib/enju_biblio/version.rb +1 -1
  50. data/spec/cassette_library/ImportRequest/import/should_import_bibliographic_record.yml +428 -403
  51. data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_isbn_which_is_already_imported/redirects_to_the_created_import_request.yml +367 -379
  52. data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_valid_params/assigns_a_newly_created_import_request_as_import_request.yml +368 -380
  53. data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Administrator/with_valid_params/redirects_to_the_created_import_request.yml +366 -378
  54. data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Librarian/with_valid_params/assigns_a_newly_created_import_request_as_import_request.yml +366 -378
  55. data/spec/cassette_library/ImportRequestsController/POST_create/When_logged_in_as_Librarian/with_valid_params/redirects_to_the_created_import_request.yml +368 -380
  56. data/spec/cassette_library/ResourceImportFile/should_import_in_background.yml +47 -51
  57. data/spec/cassette_library/ResourceImportFile/when_its_mode_is_create_/when_it_has_only_isbn/should_be_imported.yml +386 -370
  58. data/spec/cassette_library/ResourceImportFile/when_its_mode_is_create_/when_it_is_written_in_shift_jis/should_be_imported.yml +49 -53
  59. data/spec/cassette_library/ResourceImportFile/when_its_mode_is_create_/when_it_is_written_in_utf-8/should_be_imported.yml +49 -53
  60. data/spec/cassette_library/ResourceImportFile/when_its_mode_is_create_/when_it_is_written_in_utf-8/should_send_message_when_import_is_completed.yml +50 -52
  61. data/spec/controllers/agent_import_files_controller_spec.rb +1 -1
  62. data/spec/controllers/agent_merges_controller_spec.rb +2 -2
  63. data/spec/controllers/agent_relationships_controller_spec.rb +4 -4
  64. data/spec/controllers/carrier_types_controller_spec.rb +1 -1
  65. data/spec/controllers/creates_controller_spec.rb +4 -4
  66. data/spec/controllers/import_requests_controller_spec.rb +2 -2
  67. data/spec/controllers/manifestation_relationships_controller_spec.rb +4 -4
  68. data/spec/controllers/picture_files_controller_spec.rb +4 -4
  69. data/spec/controllers/series_statement_merges_controller_spec.rb +2 -2
  70. data/spec/dummy/config/boot.rb +2 -2
  71. data/spec/dummy/config/initializers/friendly_id.rb +90 -0
  72. data/spec/dummy/config/routes.rb +1 -1
  73. data/spec/dummy/db/development.sqlite3 +0 -0
  74. data/spec/dummy/db/migrate/20140821151023_create_colors.rb +14 -0
  75. data/spec/dummy/db/schema.rb +11 -0
  76. data/spec/dummy/db/test.sqlite3 +0 -0
  77. data/spec/dummy/private/system/agent_import_files/agent_imports/000/000/004/original/agent_import_file_sample2.tsv +5 -8
  78. data/spec/dummy/private/system/resource_import_files/resource_imports/000/000/005/original/isbn_sample.txt +3 -0
  79. data/spec/dummy/private/system/resource_import_files/resource_imports/000/000/005/original/item_delete_file.tsv +11 -0
  80. data/spec/dummy/private/system/resource_import_files/resource_imports/000/000/005/original/item_update_file.tsv +5 -0
  81. data/spec/dummy/private/system/resource_import_files/resource_imports/000/000/005/original/resource_import_file_sample1.tsv +21 -0
  82. data/spec/dummy/private/system/resource_import_files/resource_imports/000/000/005/original/resource_import_file_sample2.tsv +21 -0
  83. data/spec/dummy/private/system/resource_import_files/resource_imports/000/000/005/original/update_series_statement.tsv +2 -0
  84. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140702-50651-14mi4s9.txt +147 -0
  85. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140702-50742-1fdbjo6.txt +147 -0
  86. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140704-12784-ozvvo.txt +147 -0
  87. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140705-18550-cc3qx2.txt +147 -0
  88. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140705-19313-rlc624.txt +147 -0
  89. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140705-20440-1o0htch.txt +147 -0
  90. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140705-28145-o9qcd4.txt +147 -0
  91. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140722-98727-1jesse9.txt +147 -0
  92. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140816-17115-1c1tv13.txt +147 -0
  93. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140816-18348-14d01b3.txt +147 -0
  94. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140818-53863-1jz1wlr.txt +147 -0
  95. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140818-55246-1rvhs1s.txt +147 -0
  96. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140818-60268-1psjqua.txt +147 -0
  97. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140818-60996-1cy28m2.txt +147 -0
  98. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140818-67507-19qjhj3.txt +147 -0
  99. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140818-69234-1cllrec.txt +147 -0
  100. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140818-76875-1os6joy.txt +147 -0
  101. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140819-1148-136brhb.txt +147 -0
  102. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140819-473-1c326dm.txt +147 -0
  103. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140819-93795-1x882ik.txt +147 -0
  104. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140819-94274-1xr9d9e.txt +147 -0
  105. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140819-94643-1fjcept.txt +147 -0
  106. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140819-97947-mfqh5b.txt +147 -0
  107. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140819-98488-126cvb4.txt +147 -0
  108. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140819-98849-1lg47mm.txt +147 -0
  109. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140820-19805-1p3heid.txt +147 -0
  110. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140823-19171-195vl18.txt +147 -0
  111. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140823-24110-2wemza.txt +147 -0
  112. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140823-24478-1rqkpll.txt +147 -0
  113. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140823-24833-1fntwk6.txt +147 -0
  114. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140823-29350-iur7lj.txt +147 -0
  115. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140823-30228-of1sjk.txt +147 -0
  116. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140823-30991-ms017y.txt +147 -0
  117. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/{resource_export_file_20140824-71278-o9rcl2.txt → resource_export_file_20140915-63442-scn8od.txt} +0 -0
  118. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/{resource_export_file_20140824-76052-14e2vr0.txt → resource_export_file_20140915-63958-4qz9os.txt} +0 -0
  119. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140921-56515-11jgy6r.txt +147 -0
  120. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140921-57036-1opk8n4.txt +147 -0
  121. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140921-78112-1eqhp8c.txt +147 -0
  122. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140922-79341-gwp7yl.txt +147 -0
  123. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140922-81494-1gel4gw.txt +147 -0
  124. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140922-81864-1agnhn5.txt +147 -0
  125. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140922-86803-vwti58.txt +147 -0
  126. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140922-87377-hsgr6g.txt +147 -0
  127. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140922-87799-1u21frt.txt +147 -0
  128. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140927-1491-aa9gnz.txt +147 -0
  129. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20140927-16368-smpqon.txt +147 -0
  130. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20141001-47075-1ok3w6c.txt +147 -0
  131. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20141001-47518-1b5vwo.txt +147 -0
  132. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20141001-48049-bvmbrd.txt +147 -0
  133. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20141001-52685-15ksnld.txt +147 -0
  134. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20141001-53041-111y1ft.txt +147 -0
  135. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20141003-78308-1277797.txt +147 -0
  136. data/spec/dummy/public/system/resource_export_files/resource_exports/000/000/004/original/resource_export_file_20141003-83448-1lr67op.txt +147 -0
  137. data/spec/dummy/solr/default/data/index/segments.gen +0 -0
  138. data/spec/dummy/solr/default/data/index/segments_1 +0 -0
  139. data/spec/dummy/solr/test/data/index/segments.gen +0 -0
  140. data/spec/dummy/solr/test/data/index/segments_9ue +0 -0
  141. data/spec/dummy/solr/test/data/tlog/{tlog.0000000000000005178 → tlog.0000000000000012751} +0 -0
  142. data/spec/dummy/solr/test/data/tlog/{tlog.0000000000000005179 → tlog.0000000000000012752} +0 -0
  143. data/spec/dummy/solr/test/data/tlog/{tlog.0000000000000005180 → tlog.0000000000000012753} +0 -0
  144. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000012754 +0 -0
  145. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000012755 +0 -0
  146. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000012756 +0 -0
  147. data/spec/dummy/tmp/cache/assets/test/sprockets/006a5adcd278a9c5c9df80a7a2b414e6 +0 -0
  148. data/spec/dummy/tmp/cache/assets/test/sprockets/00a6cf2442f0e06a50f5c5f44d7aff65 +0 -0
  149. data/spec/dummy/tmp/cache/assets/test/sprockets/{9c500035359d42d1d6eb3152407753da → 016f86e39ffdee229513e167e190373b} +0 -0
  150. data/spec/dummy/tmp/cache/assets/test/sprockets/05f72c583123850e7713799db24b8697 +0 -0
  151. data/spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  152. data/spec/dummy/tmp/cache/assets/test/sprockets/15c63c779d77f568944696ca9fb59a78 +0 -0
  153. data/spec/dummy/tmp/cache/assets/test/sprockets/{ea20f8df525b74f3cb6581c9c8c10831 → 1867899076fb1e0b90ad8e952258ceb6} +0 -0
  154. data/spec/dummy/tmp/cache/assets/test/sprockets/1ceecf05e4ceca986935ce907a215db8 +0 -0
  155. data/spec/dummy/tmp/cache/assets/test/sprockets/2949dd35829c9ab495755e90c2b8d04e +0 -0
  156. data/spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  157. data/spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  158. data/spec/dummy/tmp/cache/assets/test/sprockets/36313cc65eb9cf1e2e3e4966e4369218 +0 -0
  159. data/spec/dummy/tmp/cache/assets/test/sprockets/39f93c92c6d9a659893c5bb606288695 +0 -0
  160. data/spec/dummy/tmp/cache/assets/test/sprockets/4ad82a84d06e894ca28fdb88d8ff674e +0 -0
  161. data/spec/dummy/tmp/cache/assets/test/sprockets/{5401d1bbdbcca869f9ec530be8954c7b → 4ecf36f5d128c6330e7bc2e85ea7945e} +0 -0
  162. data/spec/dummy/tmp/cache/assets/test/sprockets/5528932a185aa7fe1fdf6134edb1d587 +0 -0
  163. data/spec/dummy/tmp/cache/assets/test/sprockets/594720ac03214ad6fdef3c5d2b9dfb38 +0 -0
  164. data/spec/dummy/tmp/cache/assets/test/sprockets/5c2c7b9031d58985499b9a301f1b2c8b +0 -0
  165. data/spec/dummy/tmp/cache/assets/test/sprockets/5fbec17e2971d733f33cd80aa7ca044b +0 -0
  166. data/spec/dummy/tmp/cache/assets/test/sprockets/67565528560062a46655ddd9d226e508 +0 -0
  167. data/spec/dummy/tmp/cache/assets/test/sprockets/6f790d63a397ed071913413ba89b8063 +0 -0
  168. data/spec/dummy/tmp/cache/assets/test/sprockets/{4d6ee78c9b5a731d2770590bdca965db → 745924db42b40105e420b9b2c58f5fb5} +0 -0
  169. data/spec/dummy/tmp/cache/assets/test/sprockets/75678ce109514b0cdad8a78502a216f8 +0 -0
  170. data/spec/dummy/tmp/cache/assets/test/sprockets/75a69bb28a2f0aac5401bd0e5f65effc +0 -0
  171. data/spec/dummy/tmp/cache/assets/test/sprockets/{768618b68fc55616affb09d1366839bf → 78d9e6b88dd9b2d16ba27b6817de761f} +0 -0
  172. data/spec/dummy/tmp/cache/assets/test/sprockets/7f32d8eff550af4e90c3b1b70cb758ef +0 -0
  173. data/spec/dummy/tmp/cache/assets/test/sprockets/{ffb98f25d690ed017b364714434126e5 → 90453e0e28686c374df46268d089c661} +0 -0
  174. data/spec/dummy/tmp/cache/assets/test/sprockets/91738506ff9b460e5506c884c305060d +0 -0
  175. data/spec/dummy/tmp/cache/assets/test/sprockets/{120d4c2662a2d695d86719703963cbc2 → a610938f83f00918342e4d967261dfdb} +0 -0
  176. data/spec/dummy/tmp/cache/assets/test/sprockets/b749443539804a92c3f81f954b738205 +0 -0
  177. data/spec/dummy/tmp/cache/assets/test/sprockets/bfe2ae17cc46ad37422059d62e8e0b10 +0 -0
  178. data/spec/dummy/tmp/cache/assets/test/sprockets/c2e04ddf9cd817354d17c2fad3896bdb +0 -0
  179. data/spec/dummy/tmp/cache/assets/test/sprockets/c435e3bb82d15fc22ac6f75d891939d7 +0 -0
  180. data/spec/dummy/tmp/cache/assets/test/sprockets/{524145c58d27d8645853427057c8e352 → c825eb1005e380e6621e279944105c3a} +0 -0
  181. data/spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  182. data/spec/dummy/tmp/cache/assets/test/sprockets/{5657f9c72ff547052db9db89e95d1758 → d64f6a19d7d6eae24ba85799e805881a} +0 -0
  183. data/spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  184. data/spec/dummy/tmp/cache/assets/test/sprockets/dd2cea0e7f54f6d71643516c361b0b4b +0 -0
  185. data/spec/dummy/tmp/cache/assets/test/sprockets/{94fe70b1fcf11d0f4ba62fd956b13410 → ea46ac214596411ffb5b765d5cabb383} +0 -0
  186. data/spec/dummy/tmp/cache/assets/test/sprockets/eac329fd2902cb11c57212facfa7dc66 +0 -0
  187. data/spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  188. data/spec/dummy/tmp/cache/assets/test/sprockets/{8c36936509297e044c5353b3c57148f9 → fa36be28948b64b82117be61d1712366} +0 -0
  189. data/spec/dummy/tmp/cache/assets/test/sprockets/{9a11ac4cf3c8597981773b8ea1c36659 → fa4b5ef72fdd7177be700d42fed03757} +0 -0
  190. data/spec/dummy/tmp/cache/stdout +140 -238
  191. data/spec/dummy/tmp/pids/redis-test.pid +1 -1
  192. data/spec/factories/create_types.rb +1 -1
  193. data/spec/factories/produce_types.rb +1 -1
  194. data/spec/factories/realize_types.rb +1 -1
  195. data/spec/fixtures/medium_of_performances.yml +2 -2
  196. data/spec/fixtures/users.yml +1 -1
  197. data/spec/models/agent_import_file_spec.rb +2 -1
  198. data/spec/models/resource_import_file_spec.rb +5 -4
  199. data/spec/spec_helper.rb +1 -1
  200. metadata +239 -251
  201. data/spec/dummy/solr/default/data/index/_n.fdt +0 -0
  202. data/spec/dummy/solr/default/data/index/_n.fdx +0 -0
  203. data/spec/dummy/solr/default/data/index/_n.fnm +0 -0
  204. data/spec/dummy/solr/default/data/index/_n.nvd +0 -0
  205. data/spec/dummy/solr/default/data/index/_n.nvm +0 -0
  206. data/spec/dummy/solr/default/data/index/_n.si +0 -0
  207. data/spec/dummy/solr/default/data/index/_n_Lucene41_0.doc +0 -0
  208. data/spec/dummy/solr/default/data/index/_n_Lucene41_0.pos +0 -0
  209. data/spec/dummy/solr/default/data/index/_n_Lucene41_0.tim +0 -0
  210. data/spec/dummy/solr/default/data/index/_n_Lucene41_0.tip +0 -0
  211. data/spec/dummy/solr/default/data/index/_o.fdt +0 -0
  212. data/spec/dummy/solr/default/data/index/_o.fdx +0 -0
  213. data/spec/dummy/solr/default/data/index/_o.fnm +0 -0
  214. data/spec/dummy/solr/default/data/index/_o.nvd +0 -0
  215. data/spec/dummy/solr/default/data/index/_o.nvm +0 -0
  216. data/spec/dummy/solr/default/data/index/_o.si +0 -0
  217. data/spec/dummy/solr/default/data/index/_o_Lucene41_0.doc +0 -0
  218. data/spec/dummy/solr/default/data/index/_o_Lucene41_0.pos +0 -0
  219. data/spec/dummy/solr/default/data/index/_o_Lucene41_0.tim +0 -0
  220. data/spec/dummy/solr/default/data/index/_o_Lucene41_0.tip +0 -0
  221. data/spec/dummy/solr/default/data/index/segments_15 +0 -0
  222. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000030 +0 -0
  223. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000031 +0 -0
  224. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000032 +0 -0
  225. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000033 +0 -0
  226. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000034 +0 -0
  227. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000035 +0 -0
  228. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000036 +0 -0
  229. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000037 +0 -0
  230. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000038 +0 -0
  231. data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000039 +0 -0
  232. data/spec/dummy/solr/test/data/index/segments_401 +0 -0
  233. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000005181 +0 -0
  234. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000005182 +0 -0
  235. data/spec/dummy/solr/test/data/tlog/tlog.0000000000000005183 +0 -0
  236. data/spec/dummy/tmp/cache/4F7/F90/default_role +0 -0
  237. data/spec/dummy/tmp/cache/6E4/420/search_engine_all +0 -0
  238. data/spec/dummy/tmp/cache/ACB/B20/manifestation_search_total +0 -0
  239. data/spec/dummy/tmp/cache/assets/test/sprockets/016035697c13f20f5d2b52792d85c604 +0 -0
  240. data/spec/dummy/tmp/cache/assets/test/sprockets/016f9220091ee2a634e3a6c7fbe9c147 +0 -0
  241. data/spec/dummy/tmp/cache/assets/test/sprockets/052185a11dac17697ab8119d0eae969d +0 -0
  242. data/spec/dummy/tmp/cache/assets/test/sprockets/091f6b71beeef71345e4cb87e0e0f60e +0 -0
  243. data/spec/dummy/tmp/cache/assets/test/sprockets/0e3e358e4fe4601ba5e435f6d0c86f12 +0 -0
  244. data/spec/dummy/tmp/cache/assets/test/sprockets/11bb992144d5d72e1251e5d4cf370f86 +0 -0
  245. data/spec/dummy/tmp/cache/assets/test/sprockets/12c4795597f72ed1be53a24203b9605a +0 -0
  246. data/spec/dummy/tmp/cache/assets/test/sprockets/1462d348fc6af4ed5164bd969f65ef40 +0 -0
  247. data/spec/dummy/tmp/cache/assets/test/sprockets/1ba5d9cae60d012a67e6c857c0f5aa3c +0 -0
  248. data/spec/dummy/tmp/cache/assets/test/sprockets/1c1fbab93e4552626da626e0dbe70c74 +0 -0
  249. data/spec/dummy/tmp/cache/assets/test/sprockets/27e1b4616976bb325e2963da52263610 +0 -0
  250. data/spec/dummy/tmp/cache/assets/test/sprockets/29755b7a6522fd2bd21a5821dcc1024c +0 -0
  251. data/spec/dummy/tmp/cache/assets/test/sprockets/2a4804739761c332dbea9b545ebdc90b +0 -0
  252. data/spec/dummy/tmp/cache/assets/test/sprockets/3013236b88f48eb1a0e36f7ce20e9278 +0 -0
  253. data/spec/dummy/tmp/cache/assets/test/sprockets/306cf2727f2c4d5bcc3318fdf704f9f8 +0 -0
  254. data/spec/dummy/tmp/cache/assets/test/sprockets/3137d593e6b38d7364165258707ba168 +0 -0
  255. data/spec/dummy/tmp/cache/assets/test/sprockets/3417713460df81bb2349531adec5f348 +0 -0
  256. data/spec/dummy/tmp/cache/assets/test/sprockets/3ef32f79b6e9b4487b09c38d17e96c5b +0 -0
  257. data/spec/dummy/tmp/cache/assets/test/sprockets/45f3c74e1e31b58d9bda6908d5623290 +0 -0
  258. data/spec/dummy/tmp/cache/assets/test/sprockets/4982460b51d59b2a6ca1a2a62f578883 +0 -0
  259. data/spec/dummy/tmp/cache/assets/test/sprockets/4c00935da384db345e9d75e427a6ecfd +0 -0
  260. data/spec/dummy/tmp/cache/assets/test/sprockets/4ec967e0b0aa8965b00d8d02580cb1e8 +0 -0
  261. data/spec/dummy/tmp/cache/assets/test/sprockets/53f3ea63c7f59d989da4e7299c5ebef6 +0 -0
  262. data/spec/dummy/tmp/cache/assets/test/sprockets/5762cca052dd5d3eb8bb35e2ed9a59b8 +0 -0
  263. data/spec/dummy/tmp/cache/assets/test/sprockets/5e6bfa8ff735312df3c6e3ab5e4544dd +0 -0
  264. data/spec/dummy/tmp/cache/assets/test/sprockets/617d3692a7e14d57d7d7c18e62988c56 +0 -0
  265. data/spec/dummy/tmp/cache/assets/test/sprockets/6a45e3c9461983dc78a7a4f06326d98a +0 -0
  266. data/spec/dummy/tmp/cache/assets/test/sprockets/6ef07ba38c3fb7876f0dd5a9580ddb09 +0 -0
  267. data/spec/dummy/tmp/cache/assets/test/sprockets/726c9190898ab9d89a285df9f73fc835 +0 -0
  268. data/spec/dummy/tmp/cache/assets/test/sprockets/7cf6f7130d3eca66452321d70d360864 +0 -0
  269. data/spec/dummy/tmp/cache/assets/test/sprockets/7e097aef96e9d7a3f16e013b6f612b68 +0 -0
  270. data/spec/dummy/tmp/cache/assets/test/sprockets/84c8a64682205dba3f8edd60fc1ec8e5 +0 -0
  271. data/spec/dummy/tmp/cache/assets/test/sprockets/8fe57feab5051fd40f4878b7a740486f +0 -0
  272. data/spec/dummy/tmp/cache/assets/test/sprockets/9757a9437821225e1c033c19725d7f29 +0 -0
  273. data/spec/dummy/tmp/cache/assets/test/sprockets/9872a7a2c1dbfa71b55ebcf97dfa07b1 +0 -0
  274. data/spec/dummy/tmp/cache/assets/test/sprockets/9ad166e60e3d477c78328181979a7b77 +0 -0
  275. data/spec/dummy/tmp/cache/assets/test/sprockets/a0d32bfbf69edb9affa96b926037041a +0 -0
  276. data/spec/dummy/tmp/cache/assets/test/sprockets/aa0c14240f47d6746cd5d3bf2fe4b936 +0 -0
  277. data/spec/dummy/tmp/cache/assets/test/sprockets/aff11c6f1bdcce6d91baf69968f93ad6 +0 -0
  278. data/spec/dummy/tmp/cache/assets/test/sprockets/b1cfee6085e55e41f311c5dfeda8661b +0 -0
  279. data/spec/dummy/tmp/cache/assets/test/sprockets/b4125d2c5630528bd1587b244a3303d6 +0 -0
  280. data/spec/dummy/tmp/cache/assets/test/sprockets/b4857dbfaac3e3d5aeb45b1beff2b88b +0 -0
  281. data/spec/dummy/tmp/cache/assets/test/sprockets/b4f5eca040699a5d38403ce80236bc12 +0 -0
  282. data/spec/dummy/tmp/cache/assets/test/sprockets/b530f21ccf5882027bf2aff5502dc79e +0 -0
  283. data/spec/dummy/tmp/cache/assets/test/sprockets/b6fec44e6e93be3375951dad4faa2c14 +0 -0
  284. data/spec/dummy/tmp/cache/assets/test/sprockets/b943165df1109f3c68280a04e5e960f8 +0 -0
  285. data/spec/dummy/tmp/cache/assets/test/sprockets/c48a5c8c0b091de16e629df2f6145f67 +0 -0
  286. data/spec/dummy/tmp/cache/assets/test/sprockets/c5602b825ee6f6e1946e61a5c607d444 +0 -0
  287. data/spec/dummy/tmp/cache/assets/test/sprockets/ca2bbe58fd1ca1ca98a242a18b3f4ef3 +0 -0
  288. data/spec/dummy/tmp/cache/assets/test/sprockets/cdad6edc528defc97cc803f9b28f4a71 +0 -0
  289. data/spec/dummy/tmp/cache/assets/test/sprockets/cfb9cef7d320ba59870855aa2306bddd +0 -0
  290. data/spec/dummy/tmp/cache/assets/test/sprockets/d626bad4b5037b4ffa8b7f7d15d76a53 +0 -0
  291. data/spec/dummy/tmp/cache/assets/test/sprockets/d648a0b0abb7fd7ff579d72ffe033d50 +0 -0
  292. data/spec/dummy/tmp/cache/assets/test/sprockets/d8e283e15fd77782ae12f9b18e5be456 +0 -0
  293. data/spec/dummy/tmp/cache/assets/test/sprockets/ddcad094e1d77a1ec8d17b77f1161b47 +0 -0
  294. data/spec/dummy/tmp/cache/assets/test/sprockets/e18b88fcf05f32d6b7e22c426144a580 +0 -0
  295. data/spec/dummy/tmp/cache/assets/test/sprockets/e1cad328d04e160bea05772ab16eacbc +0 -0
  296. data/spec/dummy/tmp/cache/assets/test/sprockets/e1fcfb0faa3c12467a1c35251e04c8b1 +0 -0
  297. data/spec/dummy/tmp/cache/assets/test/sprockets/e52bd8c13070b84565f76938fe68458c +0 -0
  298. data/spec/dummy/tmp/cache/assets/test/sprockets/f02885699e51e1515eb7fd0a2f17cef7 +0 -0
  299. data/spec/dummy/tmp/cache/assets/test/sprockets/f6a963700cd75861fcdc6fd9474e5e77 +0 -0
  300. data/spec/dummy/tmp/cache/assets/test/sprockets/f70653c23b5a12c74bf82c0e9afe906b +0 -0
  301. data/spec/dummy/tmp/cache/assets/test/sprockets/fb4d31a0ce2d585e276e7e5fc9407aba +0 -0
  302. data/spec/dummy/tmp/cache/assets/test/sprockets/ffb3c7ae1ec3a76cac3e94303559fe51 +0 -0
@@ -1,11 +1,11 @@
1
- [70609] 24 Aug 06:11:16.095 * Increased maximum number of open files to 10032 (it was originally set to 256).
1
+ [78312] 03 Oct 12:28:13.541 * Increased maximum number of open files to 10032 (it was originally set to 256).
2
2
  _._
3
3
  _.-``__ ''-._
4
- _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
4
+ _.-`` `. `_. ''-._ Redis 2.8.17 (00000000/0) 64 bit
5
5
  .-`` .-```. ```\/ _.,_ ''-._
6
6
  ( ' , .-` | `, ) Running in stand alone mode
7
7
  |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
8
- | `-._ `._ / _.-' | PID: 70609
8
+ | `-._ `._ / _.-' | PID: 78312
9
9
  `-._ `-._ `-./ _.-' _.-'
10
10
  |`-._`-._ `-.__.-' _.-'_.-'|
11
11
  | `-._`-._ _.-'_.-' | http://redis.io
@@ -17,23 +17,74 @@
17
17
  `-._ _.-'
18
18
  `-.__.-'
19
19
 
20
- [70609] 24 Aug 06:11:16.097 # Server started, Redis version 2.8.13
21
- [70609] 24 Aug 06:11:16.097 * The server is now ready to accept connections on port 9736
22
- [70609] 24 Aug 06:11:16.097 - 0 clients connected (0 slaves), 952944 bytes in use
23
- [70609] 24 Aug 06:11:21.130 - 0 clients connected (0 slaves), 952944 bytes in use
24
- [70609] 24 Aug 06:11:26.167 - 0 clients connected (0 slaves), 952944 bytes in use
25
- [70609] 24 Aug 06:11:31.200 - 0 clients connected (0 slaves), 952944 bytes in use
26
- [70609] 24 Aug 06:11:36.238 - 0 clients connected (0 slaves), 952944 bytes in use
27
- [70609] 24 Aug 06:11:41.274 - 0 clients connected (0 slaves), 952944 bytes in use
28
- [70609] 24 Aug 06:11:46.310 - 0 clients connected (0 slaves), 952944 bytes in use
29
- [71037] 24 Aug 06:16:39.976 * Increased maximum number of open files to 10032 (it was originally set to 256).
20
+ [78312] 03 Oct 12:28:13.545 # Server started, Redis version 2.8.17
21
+ [78312] 03 Oct 12:28:13.545 * The server is now ready to accept connections on port 9736
22
+ [78312] 03 Oct 12:28:14.545 - 0 clients connected (0 slaves), 952944 bytes in use
23
+ [78312] 03 Oct 12:28:19.580 - 0 clients connected (0 slaves), 952944 bytes in use
24
+ [78312] 03 Oct 12:28:24.667 - 0 clients connected (0 slaves), 952944 bytes in use
25
+ [78312] 03 Oct 12:28:29.710 - 0 clients connected (0 slaves), 952944 bytes in use
26
+ [78312] 03 Oct 12:28:34.757 - 0 clients connected (0 slaves), 952944 bytes in use
27
+ [78312] 03 Oct 12:28:39.791 - 0 clients connected (0 slaves), 952944 bytes in use
28
+ [78312] 03 Oct 12:28:44.835 - 0 clients connected (0 slaves), 952944 bytes in use
29
+ [78312] 03 Oct 12:28:49.872 - 0 clients connected (0 slaves), 952944 bytes in use
30
+ [78312] 03 Oct 12:28:54.908 - 0 clients connected (0 slaves), 952944 bytes in use
31
+ [78312] 03 Oct 12:28:59.946 - 0 clients connected (0 slaves), 952944 bytes in use
32
+ [78312] 03 Oct 12:29:05.028 - 0 clients connected (0 slaves), 952944 bytes in use
33
+ [78312] 03 Oct 12:29:10.067 - 0 clients connected (0 slaves), 952944 bytes in use
34
+ [78312] 03 Oct 12:29:15.104 - 0 clients connected (0 slaves), 952944 bytes in use
35
+ [78312] 03 Oct 12:29:20.146 - 0 clients connected (0 slaves), 952944 bytes in use
36
+ [78312] 03 Oct 12:29:25.192 - 0 clients connected (0 slaves), 952944 bytes in use
37
+ [78312] 03 Oct 12:29:30.235 - 0 clients connected (0 slaves), 952944 bytes in use
38
+ [78312] 03 Oct 12:29:35.283 - 0 clients connected (0 slaves), 952944 bytes in use
39
+ [78312] 03 Oct 12:29:40.331 - 0 clients connected (0 slaves), 952944 bytes in use
40
+ [78312] 03 Oct 12:29:45.373 - 0 clients connected (0 slaves), 952944 bytes in use
41
+ [78312] 03 Oct 12:29:50.423 - 0 clients connected (0 slaves), 952944 bytes in use
42
+ [78312] 03 Oct 12:29:55.464 - 0 clients connected (0 slaves), 952944 bytes in use
43
+ [78312] 03 Oct 12:30:00.505 - 0 clients connected (0 slaves), 952944 bytes in use
44
+ [78312] 03 Oct 12:30:05.539 - 0 clients connected (0 slaves), 952944 bytes in use
45
+ [78312] 03 Oct 12:30:10.584 - 0 clients connected (0 slaves), 952944 bytes in use
46
+ [78312] 03 Oct 12:30:15.629 - 0 clients connected (0 slaves), 952944 bytes in use
47
+ [78312] 03 Oct 12:30:20.671 - 0 clients connected (0 slaves), 952944 bytes in use
48
+ [78312] 03 Oct 12:30:25.715 - 0 clients connected (0 slaves), 952944 bytes in use
49
+ [78312] 03 Oct 12:30:30.751 - 0 clients connected (0 slaves), 952944 bytes in use
50
+ [78312] 03 Oct 12:30:35.798 - 0 clients connected (0 slaves), 952944 bytes in use
51
+ [78312] 03 Oct 12:30:40.842 - 0 clients connected (0 slaves), 952944 bytes in use
52
+ [78312] 03 Oct 12:30:45.880 - 0 clients connected (0 slaves), 952944 bytes in use
53
+ [78312] 03 Oct 12:30:50.916 - 0 clients connected (0 slaves), 952944 bytes in use
54
+ [78312] 03 Oct 12:30:55.956 - 0 clients connected (0 slaves), 952944 bytes in use
55
+ [78312] 03 Oct 12:31:00.995 - 0 clients connected (0 slaves), 952944 bytes in use
56
+ [78312] 03 Oct 12:31:06.041 - 0 clients connected (0 slaves), 952944 bytes in use
57
+ [78312] 03 Oct 12:31:11.082 - 0 clients connected (0 slaves), 952944 bytes in use
58
+ [78312] 03 Oct 12:31:16.122 - 0 clients connected (0 slaves), 952944 bytes in use
59
+ [78312] 03 Oct 12:31:21.159 - 0 clients connected (0 slaves), 952944 bytes in use
60
+ [78312] 03 Oct 12:31:26.200 - 0 clients connected (0 slaves), 952944 bytes in use
61
+ [78312] 03 Oct 12:31:31.244 - 0 clients connected (0 slaves), 952944 bytes in use
62
+ [78312] 03 Oct 12:31:36.283 - 0 clients connected (0 slaves), 952944 bytes in use
63
+ [78312] 03 Oct 12:31:41.327 - 0 clients connected (0 slaves), 952944 bytes in use
64
+ [78312] 03 Oct 12:31:46.363 - 0 clients connected (0 slaves), 952944 bytes in use
65
+ [78312] 03 Oct 12:31:51.405 - 0 clients connected (0 slaves), 952944 bytes in use
66
+ [78312] 03 Oct 12:31:56.450 - 0 clients connected (0 slaves), 952944 bytes in use
67
+ [78312] 03 Oct 12:32:01.497 - 0 clients connected (0 slaves), 952944 bytes in use
68
+ [78312] 03 Oct 12:32:06.538 - 0 clients connected (0 slaves), 952944 bytes in use
69
+ [78312] 03 Oct 12:32:11.594 - 0 clients connected (0 slaves), 952944 bytes in use
70
+ [78312] 03 Oct 12:32:16.633 - 0 clients connected (0 slaves), 952944 bytes in use
71
+ [78312] 03 Oct 12:32:21.676 - 0 clients connected (0 slaves), 952944 bytes in use
72
+ [78312] 03 Oct 12:32:26.726 - 0 clients connected (0 slaves), 952944 bytes in use
73
+ [78312] 03 Oct 12:32:31.774 - 0 clients connected (0 slaves), 952944 bytes in use
74
+ [78312] 03 Oct 12:32:36.821 - 0 clients connected (0 slaves), 952944 bytes in use
75
+ [78312] 03 Oct 12:32:41.862 - 0 clients connected (0 slaves), 952944 bytes in use
76
+ [78312] 03 Oct 12:32:46.908 - 0 clients connected (0 slaves), 952944 bytes in use
77
+ [78312] 03 Oct 12:32:51.952 - 0 clients connected (0 slaves), 952944 bytes in use
78
+ [78312] 03 Oct 12:32:56.995 - 0 clients connected (0 slaves), 952944 bytes in use
79
+ [78312] 03 Oct 12:33:02.035 - 0 clients connected (0 slaves), 952944 bytes in use
80
+ [83452] 03 Oct 19:13:07.949 * Increased maximum number of open files to 10032 (it was originally set to 256).
30
81
  _._
31
82
  _.-``__ ''-._
32
- _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
83
+ _.-`` `. `_. ''-._ Redis 2.8.17 (00000000/0) 64 bit
33
84
  .-`` .-```. ```\/ _.,_ ''-._
34
85
  ( ' , .-` | `, ) Running in stand alone mode
35
86
  |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
36
- | `-._ `._ / _.-' | PID: 71037
87
+ | `-._ `._ / _.-' | PID: 83452
37
88
  `-._ `-._ `-./ _.-' _.-'
38
89
  |`-._`-._ `-.__.-' _.-'_.-'|
39
90
  | `-._`-._ _.-'_.-' | http://redis.io
@@ -45,226 +96,77 @@
45
96
  `-._ _.-'
46
97
  `-.__.-'
47
98
 
48
- [71037] 24 Aug 06:16:39.978 # Server started, Redis version 2.8.13
49
- [71037] 24 Aug 06:16:39.978 * The server is now ready to accept connections on port 9736
50
- [71037] 24 Aug 06:16:39.978 - 0 clients connected (0 slaves), 952944 bytes in use
51
- [71037] 24 Aug 06:16:45.012 - 0 clients connected (0 slaves), 952944 bytes in use
52
- [71037] 24 Aug 06:16:50.047 - 0 clients connected (0 slaves), 952944 bytes in use
53
- [71037] 24 Aug 06:16:55.074 - 0 clients connected (0 slaves), 952944 bytes in use
54
- [71037] 24 Aug 06:17:00.110 - 0 clients connected (0 slaves), 952944 bytes in use
55
- [71037] 24 Aug 06:17:05.147 - 0 clients connected (0 slaves), 952944 bytes in use
56
- [71037] 24 Aug 06:17:10.178 - 0 clients connected (0 slaves), 952944 bytes in use
57
- [71037] 24 Aug 06:17:15.215 - 0 clients connected (0 slaves), 952944 bytes in use
58
- [71037] 24 Aug 06:17:20.249 - 0 clients connected (0 slaves), 952944 bytes in use
59
- [71037] 24 Aug 06:17:25.286 - 0 clients connected (0 slaves), 952944 bytes in use
60
- [71037] 24 Aug 06:17:30.321 - 0 clients connected (0 slaves), 952944 bytes in use
61
- [71037] 24 Aug 06:17:35.357 - 0 clients connected (0 slaves), 952944 bytes in use
62
- [71037] 24 Aug 06:17:40.391 - 0 clients connected (0 slaves), 952944 bytes in use
63
- [71284] 24 Aug 06:23:34.620 * Increased maximum number of open files to 10032 (it was originally set to 256).
64
- _._
65
- _.-``__ ''-._
66
- _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
67
- .-`` .-```. ```\/ _.,_ ''-._
68
- ( ' , .-` | `, ) Running in stand alone mode
69
- |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
70
- | `-._ `._ / _.-' | PID: 71284
71
- `-._ `-._ `-./ _.-' _.-'
72
- |`-._`-._ `-.__.-' _.-'_.-'|
73
- | `-._`-._ _.-'_.-' | http://redis.io
74
- `-._ `-._`-.__.-'_.-' _.-'
75
- |`-._`-._ `-.__.-' _.-'_.-'|
76
- | `-._`-._ _.-'_.-' |
77
- `-._ `-._`-.__.-'_.-' _.-'
78
- `-._ `-.__.-' _.-'
79
- `-._ _.-'
80
- `-.__.-'
81
-
82
- [71284] 24 Aug 06:23:34.622 # Server started, Redis version 2.8.13
83
- [71284] 24 Aug 06:23:34.623 * The server is now ready to accept connections on port 9736
84
- [71284] 24 Aug 06:23:35.622 - 0 clients connected (0 slaves), 952944 bytes in use
85
- [71284] 24 Aug 06:23:40.649 - 0 clients connected (0 slaves), 952944 bytes in use
86
- [71284] 24 Aug 06:23:45.675 - 0 clients connected (0 slaves), 952944 bytes in use
87
- [71284] 24 Aug 06:23:50.704 - 0 clients connected (0 slaves), 952944 bytes in use
88
- [71284] 24 Aug 06:23:55.736 - 0 clients connected (0 slaves), 952944 bytes in use
89
- [71284] 24 Aug 06:24:00.766 - 0 clients connected (0 slaves), 952944 bytes in use
90
- [71284] 24 Aug 06:24:05.800 - 0 clients connected (0 slaves), 952944 bytes in use
91
- [71284] 24 Aug 06:24:10.831 - 0 clients connected (0 slaves), 952944 bytes in use
92
- [71284] 24 Aug 06:24:15.864 - 0 clients connected (0 slaves), 952944 bytes in use
93
- [71284] 24 Aug 06:24:20.895 - 0 clients connected (0 slaves), 952944 bytes in use
94
- [71284] 24 Aug 06:24:25.927 - 0 clients connected (0 slaves), 952944 bytes in use
95
- [71284] 24 Aug 06:24:30.953 - 0 clients connected (0 slaves), 952944 bytes in use
96
- [71284] 24 Aug 06:24:35.974 - 0 clients connected (0 slaves), 952944 bytes in use
97
- [71284] 24 Aug 06:24:40.996 - 0 clients connected (0 slaves), 952944 bytes in use
98
- [71284] 24 Aug 06:24:46.026 - 0 clients connected (0 slaves), 952944 bytes in use
99
- [71284] 24 Aug 06:24:51.055 - 0 clients connected (0 slaves), 952944 bytes in use
100
- [71284] 24 Aug 06:24:56.078 - 0 clients connected (0 slaves), 952944 bytes in use
101
- [71284] 24 Aug 06:25:01.108 - 0 clients connected (0 slaves), 952944 bytes in use
102
- [71284] 24 Aug 06:25:06.130 - 0 clients connected (0 slaves), 952944 bytes in use
103
- [71284] 24 Aug 06:25:11.160 - 0 clients connected (0 slaves), 952944 bytes in use
104
- [71284] 24 Aug 06:25:16.188 - 0 clients connected (0 slaves), 952944 bytes in use
105
- [71284] 24 Aug 06:25:21.215 - 0 clients connected (0 slaves), 952944 bytes in use
106
- [71284] 24 Aug 06:25:26.243 - 0 clients connected (0 slaves), 952944 bytes in use
107
- [71284] 24 Aug 06:25:31.265 - 0 clients connected (0 slaves), 952944 bytes in use
108
- [71284] 24 Aug 06:25:36.291 - 0 clients connected (0 slaves), 952944 bytes in use
109
- [71284] 24 Aug 06:25:41.314 - 0 clients connected (0 slaves), 952944 bytes in use
110
- [71284] 24 Aug 06:25:46.337 - 0 clients connected (0 slaves), 952944 bytes in use
111
- [71284] 24 Aug 06:25:51.362 - 0 clients connected (0 slaves), 952944 bytes in use
112
- [71284] 24 Aug 06:25:56.392 - 0 clients connected (0 slaves), 952944 bytes in use
113
- [71284] 24 Aug 06:26:01.428 - 0 clients connected (0 slaves), 952944 bytes in use
114
- [71284] 24 Aug 06:26:06.448 - 0 clients connected (0 slaves), 952944 bytes in use
115
- [71284] 24 Aug 06:26:11.473 - 0 clients connected (0 slaves), 952944 bytes in use
116
- [71284] 24 Aug 06:26:16.499 - 0 clients connected (0 slaves), 952944 bytes in use
117
- [71284] 24 Aug 06:26:21.527 - 0 clients connected (0 slaves), 952944 bytes in use
118
- [71284] 24 Aug 06:26:26.555 - 0 clients connected (0 slaves), 952944 bytes in use
119
- [71284] 24 Aug 06:26:31.584 - 0 clients connected (0 slaves), 952944 bytes in use
120
- [71284] 24 Aug 06:26:36.615 - 0 clients connected (0 slaves), 952944 bytes in use
121
- [71284] 24 Aug 06:26:41.646 - 0 clients connected (0 slaves), 952944 bytes in use
122
- [71284] 24 Aug 06:26:46.670 - 0 clients connected (0 slaves), 952944 bytes in use
123
- [71284] 24 Aug 06:26:51.696 - 0 clients connected (0 slaves), 952944 bytes in use
124
- [71284] 24 Aug 06:26:56.728 - 0 clients connected (0 slaves), 952944 bytes in use
125
- [71284] 24 Aug 06:27:01.749 - 0 clients connected (0 slaves), 952944 bytes in use
126
- [71284] 24 Aug 06:27:06.772 - 0 clients connected (0 slaves), 952944 bytes in use
127
- [71284] 24 Aug 06:27:11.794 - 0 clients connected (0 slaves), 952944 bytes in use
128
- [71284] 24 Aug 06:27:16.813 - 0 clients connected (0 slaves), 952944 bytes in use
129
- [71284] 24 Aug 06:27:21.832 - 0 clients connected (0 slaves), 952944 bytes in use
130
- [71284] 24 Aug 06:27:26.853 - 0 clients connected (0 slaves), 952944 bytes in use
131
- [71284] 24 Aug 06:27:31.873 - 0 clients connected (0 slaves), 952944 bytes in use
132
- [71284] 24 Aug 06:27:36.890 - 0 clients connected (0 slaves), 952944 bytes in use
133
- [71284] 24 Aug 06:27:41.907 - 0 clients connected (0 slaves), 952944 bytes in use
134
- [71284] 24 Aug 06:27:46.931 - 0 clients connected (0 slaves), 952944 bytes in use
135
- [71284] 24 Aug 06:27:51.951 - 0 clients connected (0 slaves), 952944 bytes in use
136
- [71284] 24 Aug 06:27:56.978 - 0 clients connected (0 slaves), 952944 bytes in use
137
- [71284] 24 Aug 06:28:02.002 - 0 clients connected (0 slaves), 952944 bytes in use
138
- [71284] 24 Aug 06:28:07.028 - 0 clients connected (0 slaves), 952944 bytes in use
139
- [71284] 24 Aug 06:28:12.054 - 0 clients connected (0 slaves), 952944 bytes in use
140
- [71284] 24 Aug 06:28:17.086 - 0 clients connected (0 slaves), 952944 bytes in use
141
- [71284] 24 Aug 06:28:22.119 - 0 clients connected (0 slaves), 952944 bytes in use
142
- [75979] 24 Aug 20:46:55.355 * Increased maximum number of open files to 10032 (it was originally set to 256).
143
- _._
144
- _.-``__ ''-._
145
- _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
146
- .-`` .-```. ```\/ _.,_ ''-._
147
- ( ' , .-` | `, ) Running in stand alone mode
148
- |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
149
- | `-._ `._ / _.-' | PID: 75979
150
- `-._ `-._ `-./ _.-' _.-'
151
- |`-._`-._ `-.__.-' _.-'_.-'|
152
- | `-._`-._ _.-'_.-' | http://redis.io
153
- `-._ `-._`-.__.-'_.-' _.-'
154
- |`-._`-._ `-.__.-' _.-'_.-'|
155
- | `-._`-._ _.-'_.-' |
156
- `-._ `-._`-.__.-'_.-' _.-'
157
- `-._ `-.__.-' _.-'
158
- `-._ _.-'
159
- `-.__.-'
160
-
161
- [75979] 24 Aug 20:46:55.361 # Server started, Redis version 2.8.13
162
- [75979] 24 Aug 20:46:55.362 * The server is now ready to accept connections on port 9736
163
- [75979] 24 Aug 20:46:56.357 - 0 clients connected (0 slaves), 952944 bytes in use
164
- [75979] 24 Aug 20:47:01.390 - 0 clients connected (0 slaves), 952944 bytes in use
165
- [75979] 24 Aug 20:47:06.427 - 0 clients connected (0 slaves), 952944 bytes in use
166
- [76059] 24 Aug 20:48:10.049 * Increased maximum number of open files to 10032 (it was originally set to 256).
167
- _._
168
- _.-``__ ''-._
169
- _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
170
- .-`` .-```. ```\/ _.,_ ''-._
171
- ( ' , .-` | `, ) Running in stand alone mode
172
- |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
173
- | `-._ `._ / _.-' | PID: 76059
174
- `-._ `-._ `-./ _.-' _.-'
175
- |`-._`-._ `-.__.-' _.-'_.-'|
176
- | `-._`-._ _.-'_.-' | http://redis.io
177
- `-._ `-._`-.__.-'_.-' _.-'
178
- |`-._`-._ `-.__.-' _.-'_.-'|
179
- | `-._`-._ _.-'_.-' |
180
- `-._ `-._`-.__.-'_.-' _.-'
181
- `-._ `-.__.-' _.-'
182
- `-._ _.-'
183
- `-.__.-'
184
-
185
- [76059] 24 Aug 20:48:10.051 # Server started, Redis version 2.8.13
186
- [76059] 24 Aug 20:48:10.053 * The server is now ready to accept connections on port 9736
187
- [76059] 24 Aug 20:48:11.052 - 0 clients connected (0 slaves), 952944 bytes in use
188
- [76059] 24 Aug 20:48:16.103 - 0 clients connected (0 slaves), 952944 bytes in use
189
- [76059] 24 Aug 20:48:21.138 - 0 clients connected (0 slaves), 952944 bytes in use
190
- [76059] 24 Aug 20:48:26.167 - 0 clients connected (0 slaves), 952944 bytes in use
191
- [76059] 24 Aug 20:48:31.196 - 0 clients connected (0 slaves), 952944 bytes in use
192
- [76059] 24 Aug 20:48:36.232 - 0 clients connected (0 slaves), 952944 bytes in use
193
- [76059] 24 Aug 20:48:41.261 - 0 clients connected (0 slaves), 952944 bytes in use
194
- [76059] 24 Aug 20:48:46.294 - 0 clients connected (0 slaves), 952944 bytes in use
195
- [76059] 24 Aug 20:48:51.330 - 0 clients connected (0 slaves), 952944 bytes in use
196
- [76059] 24 Aug 20:48:56.363 - 0 clients connected (0 slaves), 952944 bytes in use
197
- [76059] 24 Aug 20:49:01.393 - 0 clients connected (0 slaves), 952944 bytes in use
198
- [76059] 24 Aug 20:49:06.426 - 0 clients connected (0 slaves), 952944 bytes in use
199
- [76059] 24 Aug 20:49:11.455 - 0 clients connected (0 slaves), 952944 bytes in use
200
- [76059] 24 Aug 20:49:16.485 - 0 clients connected (0 slaves), 952944 bytes in use
201
- [76059] 24 Aug 20:49:21.521 - 0 clients connected (0 slaves), 952944 bytes in use
202
- [76059] 24 Aug 20:49:26.589 - 0 clients connected (0 slaves), 952944 bytes in use
203
- [76059] 24 Aug 20:49:31.623 - 0 clients connected (0 slaves), 952944 bytes in use
204
- [76059] 24 Aug 20:49:36.661 - 0 clients connected (0 slaves), 952944 bytes in use
205
- [76059] 24 Aug 20:49:41.697 - 0 clients connected (0 slaves), 952944 bytes in use
206
- [76059] 24 Aug 20:49:46.732 - 0 clients connected (0 slaves), 952944 bytes in use
207
- [76059] 24 Aug 20:49:51.759 - 0 clients connected (0 slaves), 952944 bytes in use
208
- [76059] 24 Aug 20:49:56.789 - 0 clients connected (0 slaves), 952944 bytes in use
209
- [76059] 24 Aug 20:50:01.819 - 0 clients connected (0 slaves), 952944 bytes in use
210
- [76059] 24 Aug 20:50:06.855 - 0 clients connected (0 slaves), 952944 bytes in use
211
- [76059] 24 Aug 20:50:11.884 - 0 clients connected (0 slaves), 952944 bytes in use
212
- [76059] 24 Aug 20:50:16.918 - 0 clients connected (0 slaves), 952944 bytes in use
213
- [76059] 24 Aug 20:50:21.955 - 0 clients connected (0 slaves), 952944 bytes in use
214
- [76059] 24 Aug 20:50:26.987 - 0 clients connected (0 slaves), 952944 bytes in use
215
- [76059] 24 Aug 20:50:32.024 - 0 clients connected (0 slaves), 952944 bytes in use
216
- [76059] 24 Aug 20:50:37.055 - 0 clients connected (0 slaves), 952944 bytes in use
217
- [76059] 24 Aug 20:50:42.086 - 0 clients connected (0 slaves), 952944 bytes in use
218
- [76059] 24 Aug 20:50:47.116 - 0 clients connected (0 slaves), 952944 bytes in use
219
- [76059] 24 Aug 20:50:52.150 - 0 clients connected (0 slaves), 952944 bytes in use
220
- [76059] 24 Aug 20:50:57.184 - 0 clients connected (0 slaves), 952944 bytes in use
221
- [76059] 24 Aug 20:51:02.218 - 0 clients connected (0 slaves), 952944 bytes in use
222
- [76059] 24 Aug 20:51:07.250 - 0 clients connected (0 slaves), 952944 bytes in use
223
- [76059] 24 Aug 20:51:12.280 - 0 clients connected (0 slaves), 952944 bytes in use
224
- [76059] 24 Aug 20:51:17.312 - 0 clients connected (0 slaves), 952944 bytes in use
225
- [76059] 24 Aug 20:51:22.347 - 0 clients connected (0 slaves), 952944 bytes in use
226
- [76059] 24 Aug 20:51:27.380 - 0 clients connected (0 slaves), 952944 bytes in use
227
- [76059] 24 Aug 20:51:32.418 - 0 clients connected (0 slaves), 952944 bytes in use
228
- [76059] 24 Aug 20:51:37.445 - 0 clients connected (0 slaves), 952944 bytes in use
229
- [76059] 24 Aug 20:51:42.477 - 0 clients connected (0 slaves), 952944 bytes in use
230
- [76059] 24 Aug 20:51:47.508 - 0 clients connected (0 slaves), 952944 bytes in use
231
- [76059] 24 Aug 20:51:52.543 - 0 clients connected (0 slaves), 952944 bytes in use
232
- [76059] 24 Aug 20:51:57.574 - 0 clients connected (0 slaves), 952944 bytes in use
233
- [76059] 24 Aug 20:52:02.604 - 0 clients connected (0 slaves), 952944 bytes in use
234
- [76059] 24 Aug 20:52:07.636 - 0 clients connected (0 slaves), 952944 bytes in use
235
- [76059] 24 Aug 20:52:12.673 - 0 clients connected (0 slaves), 952944 bytes in use
236
- [76059] 24 Aug 20:52:17.706 - 0 clients connected (0 slaves), 952944 bytes in use
237
- [76059] 24 Aug 20:52:22.742 - 0 clients connected (0 slaves), 952944 bytes in use
238
- [76059] 24 Aug 20:52:27.780 - 0 clients connected (0 slaves), 952944 bytes in use
239
- [76059] 24 Aug 20:52:32.813 - 0 clients connected (0 slaves), 952944 bytes in use
240
- [76059] 24 Aug 20:52:37.842 - 0 clients connected (0 slaves), 952944 bytes in use
241
- [76059] 24 Aug 20:52:42.874 - 0 clients connected (0 slaves), 952944 bytes in use
242
- [76059] 24 Aug 20:52:47.905 - 0 clients connected (0 slaves), 952944 bytes in use
243
- [76059] 24 Aug 20:52:52.939 - 0 clients connected (0 slaves), 952944 bytes in use
244
- [76059] 24 Aug 20:52:57.971 - 0 clients connected (0 slaves), 952944 bytes in use
245
- [76059] 24 Aug 20:53:03.002 - 0 clients connected (0 slaves), 952944 bytes in use
246
- [76059] 24 Aug 20:53:08.033 - 0 clients connected (0 slaves), 952944 bytes in use
247
- [76458] 24 Aug 20:56:01.359 * Increased maximum number of open files to 10032 (it was originally set to 256).
248
- _._
249
- _.-``__ ''-._
250
- _.-`` `. `_. ''-._ Redis 2.8.13 (00000000/0) 64 bit
251
- .-`` .-```. ```\/ _.,_ ''-._
252
- ( ' , .-` | `, ) Running in stand alone mode
253
- |`-._`-...-` __...-.``-._|'` _.-'| Port: 9736
254
- | `-._ `._ / _.-' | PID: 76458
255
- `-._ `-._ `-./ _.-' _.-'
256
- |`-._`-._ `-.__.-' _.-'_.-'|
257
- | `-._`-._ _.-'_.-' | http://redis.io
258
- `-._ `-._`-.__.-'_.-' _.-'
259
- |`-._`-._ `-.__.-' _.-'_.-'|
260
- | `-._`-._ _.-'_.-' |
261
- `-._ `-._`-.__.-'_.-' _.-'
262
- `-._ `-.__.-' _.-'
263
- `-._ _.-'
264
- `-.__.-'
265
-
266
- [76458] 24 Aug 20:56:01.361 # Server started, Redis version 2.8.13
267
- [76458] 24 Aug 20:56:01.361 * The server is now ready to accept connections on port 9736
268
- [76458] 24 Aug 20:56:01.361 - 0 clients connected (0 slaves), 952944 bytes in use
269
- [76458] 24 Aug 20:56:06.398 - 0 clients connected (0 slaves), 952944 bytes in use
270
- [76458] 24 Aug 20:56:11.434 - 0 clients connected (0 slaves), 952944 bytes in use
99
+ [83452] 03 Oct 19:13:07.959 # Server started, Redis version 2.8.17
100
+ [83452] 03 Oct 19:13:07.959 * The server is now ready to accept connections on port 9736
101
+ [83452] 03 Oct 19:13:08.954 - 0 clients connected (0 slaves), 952944 bytes in use
102
+ [83452] 03 Oct 19:13:13.990 - 0 clients connected (0 slaves), 952944 bytes in use
103
+ [83452] 03 Oct 19:13:19.030 - 0 clients connected (0 slaves), 952944 bytes in use
104
+ [83452] 03 Oct 19:13:24.064 - 0 clients connected (0 slaves), 952944 bytes in use
105
+ [83452] 03 Oct 19:13:29.130 - 0 clients connected (0 slaves), 952944 bytes in use
106
+ [83452] 03 Oct 19:13:34.167 - 0 clients connected (0 slaves), 952944 bytes in use
107
+ [83452] 03 Oct 19:13:39.207 - 0 clients connected (0 slaves), 952944 bytes in use
108
+ [83452] 03 Oct 19:13:44.243 - 0 clients connected (0 slaves), 952944 bytes in use
109
+ [83452] 03 Oct 19:13:49.284 - 0 clients connected (0 slaves), 952944 bytes in use
110
+ [83452] 03 Oct 19:13:54.321 - 0 clients connected (0 slaves), 952944 bytes in use
111
+ [83452] 03 Oct 19:13:59.357 - 0 clients connected (0 slaves), 952944 bytes in use
112
+ [83452] 03 Oct 19:14:04.401 - 0 clients connected (0 slaves), 952944 bytes in use
113
+ [83452] 03 Oct 19:14:09.435 - 0 clients connected (0 slaves), 952944 bytes in use
114
+ [83452] 03 Oct 19:14:14.482 - 0 clients connected (0 slaves), 952944 bytes in use
115
+ [83452] 03 Oct 19:14:19.518 - 0 clients connected (0 slaves), 952944 bytes in use
116
+ [83452] 03 Oct 19:14:24.558 - 0 clients connected (0 slaves), 952944 bytes in use
117
+ [83452] 03 Oct 19:14:29.588 - 0 clients connected (0 slaves), 952944 bytes in use
118
+ [83452] 03 Oct 19:14:34.628 - 0 clients connected (0 slaves), 952944 bytes in use
119
+ [83452] 03 Oct 19:14:39.662 - 0 clients connected (0 slaves), 952944 bytes in use
120
+ [83452] 03 Oct 19:14:44.704 - 0 clients connected (0 slaves), 952944 bytes in use
121
+ [83452] 03 Oct 19:14:49.744 - 0 clients connected (0 slaves), 952944 bytes in use
122
+ [83452] 03 Oct 19:14:54.780 - 0 clients connected (0 slaves), 952944 bytes in use
123
+ [83452] 03 Oct 19:14:59.837 - 0 clients connected (0 slaves), 952944 bytes in use
124
+ [83452] 03 Oct 19:15:04.873 - 0 clients connected (0 slaves), 952944 bytes in use
125
+ [83452] 03 Oct 19:15:09.905 - 0 clients connected (0 slaves), 952944 bytes in use
126
+ [83452] 03 Oct 19:15:14.939 - 0 clients connected (0 slaves), 952944 bytes in use
127
+ [83452] 03 Oct 19:15:19.978 - 0 clients connected (0 slaves), 952944 bytes in use
128
+ [83452] 03 Oct 19:15:25.016 - 0 clients connected (0 slaves), 952944 bytes in use
129
+ [83452] 03 Oct 19:15:30.050 - 0 clients connected (0 slaves), 952944 bytes in use
130
+ [83452] 03 Oct 19:15:35.082 - 0 clients connected (0 slaves), 952944 bytes in use
131
+ [83452] 03 Oct 19:15:40.120 - 0 clients connected (0 slaves), 952944 bytes in use
132
+ [83452] 03 Oct 19:15:45.162 - 0 clients connected (0 slaves), 952944 bytes in use
133
+ [83452] 03 Oct 19:15:50.200 - 0 clients connected (0 slaves), 952944 bytes in use
134
+ [83452] 03 Oct 19:15:55.231 - 0 clients connected (0 slaves), 952944 bytes in use
135
+ [83452] 03 Oct 19:16:00.265 - 0 clients connected (0 slaves), 952944 bytes in use
136
+ [83452] 03 Oct 19:16:05.306 - 0 clients connected (0 slaves), 952944 bytes in use
137
+ [83452] 03 Oct 19:16:10.339 - 0 clients connected (0 slaves), 952944 bytes in use
138
+ [83452] 03 Oct 19:16:15.374 - 0 clients connected (0 slaves), 952944 bytes in use
139
+ [83452] 03 Oct 19:16:20.411 - 0 clients connected (0 slaves), 952944 bytes in use
140
+ [83452] 03 Oct 19:16:25.447 - 0 clients connected (0 slaves), 952944 bytes in use
141
+ [83452] 03 Oct 19:16:30.482 - 0 clients connected (0 slaves), 952944 bytes in use
142
+ [83452] 03 Oct 19:16:35.518 - 0 clients connected (0 slaves), 952944 bytes in use
143
+ [83452] 03 Oct 19:16:40.553 - 0 clients connected (0 slaves), 952944 bytes in use
144
+ [83452] 03 Oct 19:16:45.584 - 0 clients connected (0 slaves), 952944 bytes in use
145
+ [83452] 03 Oct 19:16:50.653 - 0 clients connected (0 slaves), 952944 bytes in use
146
+ [83452] 03 Oct 19:16:55.706 - 0 clients connected (0 slaves), 952944 bytes in use
147
+ [83452] 03 Oct 19:17:00.738 - 0 clients connected (0 slaves), 952944 bytes in use
148
+ [83452] 03 Oct 19:17:05.773 - 0 clients connected (0 slaves), 952944 bytes in use
149
+ [83452] 03 Oct 19:17:10.805 - 0 clients connected (0 slaves), 952944 bytes in use
150
+ [83452] 03 Oct 19:17:15.843 - 0 clients connected (0 slaves), 952944 bytes in use
151
+ [83452] 03 Oct 19:17:20.874 - 0 clients connected (0 slaves), 952944 bytes in use
152
+ [83452] 03 Oct 19:17:25.909 - 0 clients connected (0 slaves), 952944 bytes in use
153
+ [83452] 03 Oct 19:17:30.943 - 0 clients connected (0 slaves), 952944 bytes in use
154
+ [83452] 03 Oct 19:17:35.987 - 0 clients connected (0 slaves), 952944 bytes in use
155
+ [83452] 03 Oct 19:17:41.020 - 0 clients connected (0 slaves), 952944 bytes in use
156
+ [83452] 03 Oct 19:17:46.061 - 0 clients connected (0 slaves), 952944 bytes in use
157
+ [83452] 03 Oct 19:17:51.093 - 0 clients connected (0 slaves), 952944 bytes in use
158
+ [83452] 03 Oct 19:17:56.128 - 0 clients connected (0 slaves), 952944 bytes in use
159
+ [83452] 03 Oct 19:18:01.169 - 0 clients connected (0 slaves), 952944 bytes in use
160
+ [83452] 03 Oct 19:18:06.205 - 0 clients connected (0 slaves), 952944 bytes in use
161
+ [83452] 03 Oct 19:18:11.247 - 0 clients connected (0 slaves), 952944 bytes in use
162
+ [83452] 03 Oct 19:18:16.284 - 0 clients connected (0 slaves), 952944 bytes in use
163
+ [83452] 03 Oct 19:18:21.318 - 0 clients connected (0 slaves), 952944 bytes in use
164
+ [83452] 03 Oct 19:18:26.356 - 0 clients connected (0 slaves), 952944 bytes in use
165
+ [83452] 03 Oct 19:18:31.393 - 0 clients connected (0 slaves), 952944 bytes in use
166
+ [83452] 03 Oct 19:18:36.435 - 0 clients connected (0 slaves), 952944 bytes in use
167
+ [83452] 03 Oct 19:18:41.471 - 0 clients connected (0 slaves), 952944 bytes in use
168
+ [83452] 03 Oct 19:18:46.505 - 0 clients connected (0 slaves), 952944 bytes in use
169
+ [83452] 03 Oct 19:18:51.548 - 0 clients connected (0 slaves), 952944 bytes in use
170
+ [83452] 03 Oct 19:18:56.584 - 0 clients connected (0 slaves), 952944 bytes in use
171
+ [83452] 03 Oct 19:19:01.621 - 0 clients connected (0 slaves), 952944 bytes in use
172
+ [83452] 03 Oct 19:19:06.657 - 0 clients connected (0 slaves), 952944 bytes in use
@@ -1 +1 @@
1
- 76458
1
+ 83452
@@ -2,7 +2,7 @@
2
2
 
3
3
  FactoryGirl.define do
4
4
  factory :create_type do
5
- name "MyString"
5
+ name "mystring"
6
6
  display_name "MyText"
7
7
  note "MyText"
8
8
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  FactoryGirl.define do
4
4
  factory :produce_type do
5
- name "MyString"
5
+ name "mystring"
6
6
  display_name "MyText"
7
7
  note "MyText"
8
8
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  FactoryGirl.define do
4
4
  factory :realize_type do
5
- name "MyString"
5
+ name "mystring"
6
6
  display_name "MyText"
7
7
  note "MyText"
8
8
  end
@@ -2,14 +2,14 @@
2
2
 
3
3
  one:
4
4
  id: 1
5
- name: Unaccompanied
5
+ name: unaccompanied
6
6
  display_name: Unaccompanied
7
7
  note: MyText
8
8
  position: 1
9
9
 
10
10
  two:
11
11
  id: 2
12
- name: Accompanied
12
+ name: accompanied
13
13
  display_name: Accompanied
14
14
  note: MyText
15
15
  position: 2
@@ -6,7 +6,7 @@ admin:
6
6
  user_group_id: 2
7
7
  id: 1
8
8
  note:
9
- username: admin
9
+ username: enjuadmin
10
10
  library_id: 2
11
11
  email: tanabe@kamata.lib.teu.ac.jp
12
12
  created_at: 2007-11-19 16:58:32.111941 +09:00
@@ -18,7 +18,8 @@ describe AgentImportFile do
18
18
  Agent.order('id DESC')[1].full_name.should eq '田辺浩介'
19
19
  Agent.order('id DESC')[2].date_of_birth.should eq Time.zone.parse('1978-01-01')
20
20
  Agent.count.should eq old_agents_count + 3
21
- AgentImportResult.count.should eq old_import_results_count + 4
21
+ @file.agent_import_results.order(:id).first.body.split("\t").first.should eq 'full_name'
22
+ AgentImportResult.count.should eq old_import_results_count + 5
22
23
 
23
24
  @file.agent_import_fingerprint.should be_truthy
24
25
  @file.executed_at.should be_truthy
@@ -27,7 +27,8 @@ describe ResourceImportFile do
27
27
  Manifestation.count.should eq old_manifestations_count + 9
28
28
  Item.count.should eq old_items_count + 8
29
29
  Agent.count.should eq old_agents_count + 9
30
- ResourceImportResult.count.should eq old_import_results_count + 22
30
+ @file.resource_import_results.order(:id).first.body.split("\t").first.should eq 'manifestation_identifier'
31
+ ResourceImportResult.count.should eq old_import_results_count + 21
31
32
 
32
33
  manifestation_101 = Manifestation.where(manifestation_identifier: '101').first
33
34
  manifestation_101.series_statements.count.should eq 1
@@ -111,8 +112,8 @@ describe ResourceImportFile do
111
112
  manifestation_104.creators.collect(&:full_name).should eq ['test3']
112
113
  manifestation_104.publishers.collect(&:full_name).should eq ['test4']
113
114
 
114
- ResourceImportResult.where(manifestation_id: manifestation_101.id).order(:id).last.error_message.should eq "line 9: #{I18n.t('import.manifestation_found')}"
115
- ResourceImportResult.where(item_id: item_10101.id).order(:id).last.error_message.should eq "line 10: #{I18n.t('import.item_found')}"
115
+ ResourceImportResult.where(manifestation_id: manifestation_101.id).order(:id).last.error_message.should eq "line 8: #{I18n.t('import.manifestation_found')}"
116
+ ResourceImportResult.where(item_id: item_10101.id).order(:id).last.error_message.should eq "line 9: #{I18n.t('import.item_found')}"
116
117
 
117
118
  Item.where(item_identifier: '11113').first.manifestation.original_title.should eq 'test10'
118
119
  Item.where(item_identifier: '11114').first.manifestation.id.should eq 1
@@ -151,7 +152,7 @@ describe ResourceImportFile do
151
152
  Manifestation.count.should eq old_manifestations_count + 9
152
153
  Item.count.should eq old_items_count + 8
153
154
  Agent.count.should eq old_agents_count + 9
154
- ResourceImportResult.count.should eq old_import_results_count + 22
155
+ ResourceImportResult.count.should eq old_import_results_count + 21
155
156
  Item.where(item_identifier: '10101').first.manifestation.creators.size.should eq 2
156
157
  Item.where(item_identifier: '10101').first.manifestation.date_of_publication.should eq Time.zone.parse('2001-01-01')
157
158
  Item.where(item_identifier: '10102').first.manifestation.date_of_publication.should eq Time.zone.parse('2001-01-01')
data/spec/spec_helper.rb CHANGED
@@ -58,7 +58,7 @@ FactoryGirl.find_definitions
58
58
 
59
59
  VCR.configure do |c|
60
60
  c.cassette_library_dir = 'spec/cassette_library'
61
- c.hook_into :fakeweb
61
+ c.hook_into :webmock
62
62
  c.configure_rspec_metadata!
63
63
  c.allow_http_connections_when_no_cassette = true
64
64
  end