------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ schema (5.6ms) schema shutdown (2.2ms) shutdown --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- shutdown (1.9ms) shutdown -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- shutdown (2.6ms) shutdown -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- shutdown (2.5ms) shutdown ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- shutdown (2.5ms) shutdown ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- shutdown (2.5ms) shutdown ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ shutdown (2.8ms) shutdown ------------------------------ PostTest: test_.create([Hash]) ------------------------------ shutdown (2.6ms) shutdown ---------------------------- PostTest: test_.create(Hash) ---------------------------- shutdown (2.8ms) shutdown ------------------------------ PostTest: test_.create([Hash]) ------------------------------ table_create (1.5ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.1ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.0ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (1.0ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (1.3ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" schema (2.0ms) schema load (1.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello1\"}\n]" load (1.5ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello2\"}\n]" select (95.7ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" select (1.2ms) select --filter "_id == 2" --limit "1" --match_columns "body" --table "posts" shutdown (0.8ms) shutdown ---------------------------- PostTest: test_.create(Hash) ---------------------------- table_create (3.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.7ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.7ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (3.6ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\"}\n]" select (55.6ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" shutdown (1.0ms) shutdown -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- table_create (1.7ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (1.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (2.2ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.8ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (2.1ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#create as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}} load (3.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Redirected to http://test.host/posts/2 Completed 302 Found in 7ms (Groonga: 3.0ms) select (2.7ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (2.1ms) shutdown -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- table_create (2.8ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (2.5ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (3.6ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (12.6ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#update as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"} select (59.5ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" load (1.3ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"_id\":1,\"body\":\"World\",\"title\":\"Hello\"}\n]" Redirected to http://test.host/posts/1 Completed 302 Found in 63ms (Groonga: 60.8ms) shutdown (0.9ms) shutdown --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- table_create (2.9ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (3.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.9ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (2.6ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#destroy as HTML Parameters: {"id"=>"1"} select (60.3ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" delete (1.1ms) delete --filter "_id == 1" --table "posts" Redirected to http://test.host/posts Completed 302 Found in 63ms (Groonga: 61.4ms) select (1.0ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (0.8ms) shutdown ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- table_create (2.9ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (2.5ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (3.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.9ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} select (61.6ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/_form.html.erb (44.0ms) Rendered posts/edit.html.erb within layouts/application (55.7ms) Completed 200 OK in 874ms (Views: 811.0ms | Groonga: 61.6ms) shutdown (1.2ms) shutdown ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ table_create (2.9ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.6ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (2.5ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (3.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (4.1ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#index as HTML select (3.1ms) select --limit "-1" --match_columns "body" --table "posts" Rendered posts/index.html.erb within layouts/application (6.6ms) Completed 200 OK in 12ms (Views: 7.6ms | Groonga: 3.1ms) shutdown (2.4ms) shutdown ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- table_create (3.0ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.6ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.6ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (2.6ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (3.6ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (4.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#new as HTML Rendered posts/_form.html.erb (3.6ms) Rendered posts/new.html.erb within layouts/application (5.0ms) Completed 200 OK in 9ms (Views: 9.1ms | Groonga: 0.0ms) shutdown (2.7ms) shutdown ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ table_create (2.9ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (2.6ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (3.7ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (4.9ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#show as HTML Parameters: {"id"=>"1"} select (51.8ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/show.html.erb within layouts/application (0.5ms) Completed 200 OK in 55ms (Views: 1.8ms | Groonga: 51.8ms) shutdown (1.0ms) shutdown ---------------------------- PostTest: test_.create(Hash) ---------------------------- table_create (1.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (0.9ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (0.8ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (0.8ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (1.1ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" schema (1.5ms) schema load (1.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\"}\n]" select (28.7ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" shutdown (1.2ms) shutdown ------------------------------ PostTest: test_.create([Hash]) ------------------------------ table_create (1.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (0.7ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (0.7ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (1.2ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (3.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (0.8ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello1\"}\n]" load (0.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello2\"}\n]" select (27.1ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" select (1.2ms) select --filter "_id == 2" --limit "1" --match_columns "body" --table "posts" shutdown (0.7ms) shutdown ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- table_create (1.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (0.8ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (0.7ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (0.8ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (1.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.3ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#new as HTML Rendered posts/_form.html.erb (11.7ms) Rendered posts/new.html.erb within layouts/application (14.1ms) Completed 200 OK in 153ms (Views: 153.0ms | Groonga: 0.0ms) shutdown (1.2ms) shutdown -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- table_create (2.7ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (3.1ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (3.6ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (3.7ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.9ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (2.5ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#create as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}} load (3.3ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Redirected to http://test.host/posts/2 Completed 302 Found in 6ms (Groonga: 3.3ms) select (2.5ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (2.1ms) shutdown -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- table_create (2.7ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (3.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.9ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#update as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"} select (58.2ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" load (1.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"_id\":1,\"body\":\"World\",\"title\":\"Hello\"}\n]" Redirected to http://test.host/posts/1 Completed 302 Found in 61ms (Groonga: 59.2ms) shutdown (0.8ms) shutdown --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- table_create (3.3ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (2.6ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (3.0ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#destroy as HTML Parameters: {"id"=>"1"} select (39.0ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" delete (1.1ms) delete --filter "_id == 1" --table "posts" Redirected to http://test.host/posts Completed 302 Found in 42ms (Groonga: 40.1ms) select (1.0ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (0.8ms) shutdown ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- table_create (2.6ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.1ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (1.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (1.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} select (35.8ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/_form.html.erb (1.1ms) Rendered posts/edit.html.erb within layouts/application (1.6ms) Completed 200 OK in 40ms (Views: 2.8ms | Groonga: 35.8ms) shutdown (1.1ms) shutdown ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ table_create (2.7ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (37.2ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.8ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (1.6ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (1.8ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.2ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#show as HTML Parameters: {"id"=>"1"} select (33.9ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/show.html.erb within layouts/application (0.6ms) Completed 200 OK in 38ms (Views: 3.0ms | Groonga: 33.9ms) shutdown (2.3ms) shutdown ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ table_create (2.9ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (2.6ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (3.6ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (4.2ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#index as HTML select (3.0ms) select --limit "-1" --match_columns "body" --table "posts" Rendered posts/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 11ms (Views: 7.4ms | Groonga: 3.0ms) shutdown (2.2ms) shutdown --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- table_create (1.4ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.0ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (0.9ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (0.9ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (1.3ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" schema (1.6ms) schema load (1.6ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (1.0ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#destroy as HTML Parameters: {"id"=>"1"} select (28.9ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" delete (1.1ms) delete --filter "_id == 1" --table "posts" Redirected to http://test.host/posts Completed 302 Found in 32ms (Groonga: 30.1ms) select (1.2ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (0.8ms) shutdown ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ table_create (1.3ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.2ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.1ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (1.0ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (1.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.5ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#show as HTML Parameters: {"id"=>"1"} select (31.1ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 181ms (Views: 149.2ms | Groonga: 31.1ms) shutdown (1.2ms) shutdown ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- table_create (1.4ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (1.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (1.7ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} select (29.0ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/_form.html.erb (10.8ms) Rendered posts/edit.html.erb within layouts/application (12.7ms) Completed 200 OK in 44ms (Views: 13.8ms | Groonga: 29.0ms) shutdown (1.0ms) shutdown -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- table_create (1.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.0ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (0.7ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (0.8ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (1.0ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.3ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#update as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"} select (28.6ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" load (1.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"_id\":1,\"body\":\"World\",\"title\":\"Hello\"}\n]" Redirected to http://test.host/posts/1 Completed 302 Found in 31ms (Groonga: 29.5ms) shutdown (0.7ms) shutdown ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ table_create (1.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.0ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.1ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (1.0ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (1.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.4ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#index as HTML select (1.1ms) select --limit "-1" --match_columns "body" --table "posts" Rendered posts/index.html.erb within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 2.3ms | Groonga: 1.1ms) shutdown (0.9ms) shutdown ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- table_create (1.0ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (0.8ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (0.8ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (0.8ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (1.3ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.3ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#new as HTML Rendered posts/_form.html.erb (0.9ms) Rendered posts/new.html.erb within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 3.3ms | Groonga: 0.0ms) shutdown (0.9ms) shutdown -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- table_create (1.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (0.8ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.1ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (12.6ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (1.3ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (1.3ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#create as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}} load (1.2ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Redirected to http://test.host/posts/2 Completed 302 Found in 2ms (Groonga: 1.2ms) select (1.0ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (1.0ms) shutdown ---------------------------- PostTest: test_.create(Hash) ---------------------------- table_create (1.3ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.0ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.0ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (0.9ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (1.6ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.4ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\"}\n]" select (33.2ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" shutdown (0.8ms) shutdown ------------------------------ PostTest: test_.create([Hash]) ------------------------------ table_create (1.5ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.0ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (1.0ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (1.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.2ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello1\"}\n]" load (1.2ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello2\"}\n]" select (34.6ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" select (1.3ms) select --filter "_id == 2" --limit "1" --match_columns "body" --table "posts" shutdown (0.8ms) shutdown ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- shutdown (2.0ms) shutdown ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ shutdown (1.8ms) shutdown --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- shutdown (2.5ms) shutdown ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- shutdown (2.5ms) shutdown ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ shutdown (2.6ms) shutdown -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- shutdown (2.6ms) shutdown -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- shutdown (2.5ms) shutdown ------------------------------ PostTest: test_.create([Hash]) ------------------------------ shutdown (2.5ms) shutdown ---------------------------- PostTest: test_.create(Hash) ---------------------------- shutdown (2.5ms) shutdown ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ shutdown (3.3ms) shutdown -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- shutdown (2.5ms) shutdown ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- shutdown (2.5ms) shutdown --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- shutdown (2.5ms) shutdown ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ shutdown (2.5ms) shutdown -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- shutdown (1.1ms) shutdown ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- shutdown (2.6ms) shutdown ---------------------------- PostTest: test_.create(Hash) ---------------------------- shutdown (2.5ms) shutdown ------------------------------ PostTest: test_.create([Hash]) ------------------------------ shutdown (2.7ms) shutdown -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- shutdown (1.5ms) shutdown ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- shutdown (2.5ms) shutdown ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ shutdown (2.4ms) shutdown -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- shutdown (2.4ms) shutdown ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ shutdown (2.6ms) shutdown ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- shutdown (2.5ms) shutdown --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- shutdown (2.5ms) shutdown ---------------------------- PostTest: test_.create(Hash) ---------------------------- shutdown (2.7ms) shutdown ------------------------------ PostTest: test_.create([Hash]) ------------------------------ shutdown (2.5ms) shutdown -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- shutdown (1.4ms) shutdown --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- shutdown (2.6ms) shutdown ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ shutdown (1.6ms) shutdown ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ shutdown (2.5ms) shutdown ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- shutdown (2.6ms) shutdown ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- shutdown (2.5ms) shutdown -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- shutdown (1.6ms) shutdown ---------------------------- PostTest: test_.create(Hash) ---------------------------- shutdown (2.1ms) shutdown ------------------------------ PostTest: test_.create([Hash]) ------------------------------ shutdown (2.7ms) shutdown --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- table_create (3.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.0ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.0ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (2.0ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (2.8ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" schema (4.0ms) schema load (2.9ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (1.7ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#destroy as HTML Parameters: {"id"=>"1"} select (46.9ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" delete (1.1ms) delete --filter "_id == 1" --table "posts" Redirected to http://test.host/posts Completed 302 Found in 50ms (Groonga: 48.1ms) select (1.0ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (0.9ms) shutdown ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- table_create (2.6ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.5ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.9ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (2.0ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (2.6ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.8ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} select (56.0ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/_form.html.erb (38.5ms) Rendered posts/edit.html.erb within layouts/application (47.4ms) Completed 200 OK in 355ms (Views: 298.0ms | Groonga: 56.0ms) shutdown (2.0ms) shutdown ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ table_create (3.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.7ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (2.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (3.3ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#index as HTML select (3.0ms) select --limit "-1" --match_columns "body" --table "posts" Rendered posts/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 12ms (Views: 8.0ms | Groonga: 3.0ms) shutdown (2.2ms) shutdown -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- table_create (2.8ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (2.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (3.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.8ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (2.6ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#create as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}} load (2.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Redirected to http://test.host/posts/2 Completed 302 Found in 6ms (Groonga: 2.7ms) select (2.0ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (1.4ms) shutdown -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- table_create (2.8ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (2.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (3.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.6ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#update as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"} select (58.3ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" load (1.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"_id\":1,\"body\":\"World\",\"title\":\"Hello\"}\n]" Redirected to http://test.host/posts/1 Completed 302 Found in 62ms (Groonga: 59.3ms) shutdown (0.9ms) shutdown ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ table_create (2.7ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (2.2ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (3.3ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.8ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#show as HTML Parameters: {"id"=>"1"} select (59.7ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/show.html.erb within layouts/application (0.5ms) Completed 200 OK in 66ms (Views: 2.0ms | Groonga: 59.7ms) shutdown (0.9ms) shutdown ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- table_create (2.5ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (35.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (1.5ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (2.0ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.1ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#new as HTML Rendered posts/_form.html.erb (1.9ms) Rendered posts/new.html.erb within layouts/application (2.6ms) Completed 200 OK in 5ms (Views: 4.9ms | Groonga: 0.0ms) shutdown (1.2ms) shutdown ---------------------------- PostTest: test_.create(Hash) ---------------------------- table_create (2.8ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (3.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.8ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\"}\n]" select (45.2ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" shutdown (0.9ms) shutdown ------------------------------ PostTest: test_.create([Hash]) ------------------------------ table_create (2.6ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" column_create (3.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.8ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello1\"}\n]" load (2.6ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello2\"}\n]" select (62.6ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" select (1.3ms) select --filter "_id == 2" --limit "1" --match_columns "body" --table "posts" shutdown (1.0ms) shutdown ------------------------------ PostTest: test_.create([Hash]) ------------------------------ object_exist (3.2ms) object_exist --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.2ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.3ms) schema column_create (3.2ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.1ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.2ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.1ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" schema (4.6ms) schema load (2.5ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello1\"}\n]" load (2.2ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello2\"}\n]" select (51.2ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" select (1.3ms) select --filter "_id == 2" --limit "1" --match_columns "body" --table "posts" shutdown (0.9ms) shutdown ---------------------------- PostTest: test_.create(Hash) ---------------------------- object_exist (2.5ms) object_exist --name "schema_versions" table_create (2.4ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.3ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.9ms) schema column_create (3.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.2ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (2.3ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\"}\n]" select (55.8ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" shutdown (0.9ms) shutdown ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- object_exist (1.6ms) object_exist --name "schema_versions" table_create (1.4ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (1.5ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.6ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.7ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (1.9ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.1ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (3.9ms) schema column_create (2.9ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.9ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.0ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.0ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.1ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#new as HTML Rendered posts/_form.html.erb (14.2ms) Rendered posts/new.html.erb within layouts/application (20.5ms) Completed 200 OK in 161ms (Views: 160.9ms | Groonga: 0.0ms) shutdown (1.2ms) shutdown ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- object_exist (2.5ms) object_exist --name "schema_versions" table_create (2.5ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.4ms) schema column_create (3.1ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.1ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.1ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.1ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.3ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} select (57.7ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/_form.html.erb (1.0ms) Rendered posts/edit.html.erb within layouts/application (1.5ms) Completed 200 OK in 62ms (Views: 2.6ms | Groonga: 57.7ms) shutdown (0.9ms) shutdown -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- object_exist (5.3ms) object_exist --name "schema_versions" table_create (2.3ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (37.5ms) schema column_create (2.0ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (1.3ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (1.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (1.5ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#update as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"} select (31.2ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" load (1.1ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"_id\":1,\"body\":\"World\",\"title\":\"Hello\"}\n]" Redirected to http://test.host/posts/1 Completed 302 Found in 34ms (Groonga: 32.3ms) shutdown (0.8ms) shutdown --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- object_exist (2.7ms) object_exist --name "schema_versions" table_create (2.6ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.4ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.8ms) schema column_create (3.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.5ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (4.1ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (2.8ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#destroy as HTML Parameters: {"id"=>"1"} select (58.9ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" delete (1.2ms) delete --filter "_id == 1" --table "posts" Redirected to http://test.host/posts Completed 302 Found in 62ms (Groonga: 60.1ms) select (0.9ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (0.8ms) shutdown ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ object_exist (2.6ms) object_exist --name "schema_versions" table_create (2.5ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.3ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.6ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.5ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (5.3ms) schema column_create (3.7ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.7ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.6ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.6ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (4.1ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#index as HTML select (3.1ms) select --limit "-1" --match_columns "body" --table "posts" Rendered posts/index.html.erb within layouts/application (7.0ms) Completed 200 OK in 12ms (Views: 8.1ms | Groonga: 3.1ms) shutdown (2.0ms) shutdown -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- object_exist (2.7ms) object_exist --name "schema_versions" table_create (2.6ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (3.8ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (3.2ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (3.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (3.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (3.1ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (7.6ms) schema column_create (4.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (3.6ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (3.6ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (4.9ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (3.4ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#create as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}} load (3.8ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Redirected to http://test.host/posts/2 Completed 302 Found in 7ms (Groonga: 3.8ms) select (3.3ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (2.7ms) shutdown ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ object_exist (3.5ms) object_exist --name "schema_versions" table_create (3.3ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (3.0ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (3.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (3.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (3.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (3.5ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (6.9ms) schema column_create (4.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.6ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (3.3ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (3.1ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (4.8ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#show as HTML Parameters: {"id"=>"1"} select (63.6ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/show.html.erb within layouts/application (0.7ms) Completed 200 OK in 69ms (Views: 2.7ms | Groonga: 63.6ms) shutdown (1.1ms) shutdown --------------------------------------- MigrationGeneratorTest: test_add_column --------------------------------------- ------------------------------------------ MigrationGeneratorTest: test_remove_column ------------------------------------------ ---------------------------------------------- MigrationGeneratorTest: test_set_config:_value ---------------------------------------------- ------------------------------------------ MigrationGeneratorTest: test_delete_config ------------------------------------------ ----------------------------------------- MigrationGeneratorTest: test_create_table ----------------------------------------- --------------------------------------- MigrationGeneratorTest: test_set_config --------------------------------------- ---------------------------- PostTest: test_.create(Hash) ---------------------------- object_exist (2.0ms) object_exist --name "schema_versions" table_create (1.7ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (1.8ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.1ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.1ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.6ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.7ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.7ms) schema column_create (3.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.7ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" schema (4.7ms) schema load (2.6ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\"}\n]" select (62.8ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" shutdown (0.8ms) shutdown ------------------------------ PostTest: test_.create([Hash]) ------------------------------ object_exist (2.4ms) object_exist --name "schema_versions" table_create (2.3ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.2ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (2.1ms) schema column_create (1.1ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (0.7ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (0.6ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (0.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (0.6ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello1\"}\n]" load (0.6ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello2\"}\n]" select (28.9ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" select (1.2ms) select --filter "_id == 2" --limit "1" --match_columns "body" --table "posts" shutdown (0.8ms) shutdown ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- object_exist (1.4ms) object_exist --name "schema_versions" table_create (1.1ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (1.0ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.1ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.1ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (1.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (1.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (2.5ms) schema column_create (2.1ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (1.8ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (1.7ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#new as HTML Rendered posts/_form.html.erb (44.7ms) Rendered posts/new.html.erb within layouts/application (52.7ms) Completed 200 OK in 207ms (Views: 206.8ms | Groonga: 0.0ms) shutdown (0.8ms) shutdown --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- object_exist (2.1ms) object_exist --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.2ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.0ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.1ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.2ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.4ms) schema column_create (3.2ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.2ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.5ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (2.4ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#destroy as HTML Parameters: {"id"=>"1"} select (60.5ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" delete (0.8ms) delete --filter "_id == 1" --table "posts" Redirected to http://test.host/posts Completed 302 Found in 64ms (Groonga: 61.3ms) select (0.7ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (0.5ms) shutdown ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- object_exist (2.4ms) object_exist --name "schema_versions" table_create (2.3ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (35.0ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (1.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (1.1ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (2.0ms) schema column_create (1.2ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.1ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (0.9ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (0.8ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (1.5ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} select (39.4ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/_form.html.erb (1.1ms) Rendered posts/edit.html.erb within layouts/application (1.7ms) Completed 200 OK in 44ms (Views: 3.3ms | Groonga: 39.4ms) shutdown (0.9ms) shutdown -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- object_exist (2.5ms) object_exist --name "schema_versions" table_create (2.3ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.2ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (5.0ms) schema column_create (3.3ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.2ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#update as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"} select (36.7ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" load (1.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"_id\":1,\"body\":\"World\",\"title\":\"Hello\"}\n]" Redirected to http://test.host/posts/1 Completed 302 Found in 40ms (Groonga: 37.8ms) shutdown (0.8ms) shutdown -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- object_exist (2.5ms) object_exist --name "schema_versions" table_create (2.4ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.5ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (5.1ms) schema column_create (3.6ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.6ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.5ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.8ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (2.6ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#create as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}} load (4.4ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Redirected to http://test.host/posts/2 Completed 302 Found in 9ms (Groonga: 4.4ms) select (3.2ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (1.9ms) shutdown ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ object_exist (2.3ms) object_exist --name "schema_versions" table_create (3.4ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (3.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (3.2ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (3.0ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (3.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (3.1ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (16.7ms) schema column_create (3.3ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.1ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (3.1ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (3.0ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (5.5ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#index as HTML select (3.6ms) select --limit "-1" --match_columns "body" --table "posts" Rendered posts/index.html.erb within layouts/application (8.8ms) Completed 200 OK in 16ms (Views: 11.1ms | Groonga: 3.6ms) shutdown (1.9ms) shutdown ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ object_exist (3.5ms) object_exist --name "schema_versions" table_create (3.3ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (3.3ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (3.2ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (3.0ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (3.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (3.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (6.9ms) schema column_create (4.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.7ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.1ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.7ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.5ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#show as HTML Parameters: {"id"=>"1"} select (62.0ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/show.html.erb within layouts/application (0.9ms) Completed 200 OK in 68ms (Views: 3.2ms | Groonga: 62.0ms) shutdown (0.7ms) shutdown ---------------------------- PostTest: test_.create(Hash) ---------------------------- object_exist (1.5ms) object_exist --name "schema_versions" table_create (1.2ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (1.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.1ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (1.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (1.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (2.7ms) schema column_create (2.2ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.6ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (1.8ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.0ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" schema (4.3ms) schema load (2.3ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\"}\n]" select (56.7ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" shutdown (0.9ms) shutdown ------------------------------ PostTest: test_.create([Hash]) ------------------------------ object_exist (2.4ms) object_exist --name "schema_versions" table_create (2.3ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.6ms) schema column_create (3.2ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.2ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (2.4ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello1\"}\n]" load (2.3ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello2\"}\n]" select (54.4ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" select (1.0ms) select --filter "_id == 2" --limit "1" --match_columns "body" --table "posts" shutdown (0.7ms) shutdown --------------------------------------- MigrationGeneratorTest: test_add_column --------------------------------------- --------------------------------------- MigrationGeneratorTest: test_set_config --------------------------------------- ---------------------------------------------- MigrationGeneratorTest: test_set_config:_value ---------------------------------------------- ----------------------------------------------- MigrationGeneratorTest: test_create_table:__key ----------------------------------------------- ------------------------------------------ MigrationGeneratorTest: test_delete_config ------------------------------------------ ------------------------------------------ MigrationGeneratorTest: test_remove_column ------------------------------------------ ----------------------------------------- MigrationGeneratorTest: test_create_table ----------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ object_exist (1.4ms) object_exist --name "schema_versions" table_create (1.3ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (1.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (1.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (1.9ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.1ms) schema column_create (2.8ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.9ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (1.9ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (1.8ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#index as HTML select (2.5ms) select --limit "-1" --match_columns "body" --table "posts" Rendered posts/index.html.erb within layouts/application (7.3ms) Completed 200 OK in 159ms (Views: 155.8ms | Groonga: 2.5ms) shutdown (1.0ms) shutdown ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- object_exist (2.5ms) object_exist --name "schema_versions" table_create (2.3ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.2ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.1ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.3ms) schema column_create (3.1ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.9ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.0ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (1.9ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.5ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#new as HTML Rendered posts/_form.html.erb (24.3ms) Rendered posts/new.html.erb within layouts/application (29.8ms) Completed 200 OK in 33ms (Views: 32.3ms | Groonga: 0.0ms) shutdown (1.3ms) shutdown -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- object_exist (2.4ms) object_exist --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.0ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.5ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.3ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (1.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (1.1ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (2.0ms) schema column_create (1.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.0ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (1.1ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (1.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (1.5ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#update as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"} select (31.5ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" load (1.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"_id\":1,\"body\":\"World\",\"title\":\"Hello\"}\n]" Redirected to http://test.host/posts/1 Completed 302 Found in 34ms (Groonga: 32.5ms) shutdown (0.7ms) shutdown -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- object_exist (2.5ms) object_exist --name "schema_versions" table_create (2.3ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.7ms) schema column_create (3.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.7ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.8ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (2.5ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#create as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}} load (2.9ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Redirected to http://test.host/posts/2 Completed 302 Found in 6ms (Groonga: 2.9ms) select (2.9ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (2.1ms) shutdown --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- object_exist (2.3ms) object_exist --name "schema_versions" table_create (2.3ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.2ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.1ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.6ms) schema column_create (3.3ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.3ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.9ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (2.6ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#destroy as HTML Parameters: {"id"=>"1"} select (51.5ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" delete (1.1ms) delete --filter "_id == 1" --table "posts" Redirected to http://test.host/posts Completed 302 Found in 55ms (Groonga: 52.6ms) select (1.0ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (0.8ms) shutdown ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- object_exist (3.5ms) object_exist --name "schema_versions" table_create (3.3ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (3.0ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (3.1ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (3.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (3.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (3.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (6.6ms) schema column_create (4.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (3.5ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (3.8ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (4.4ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} select (38.1ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/_form.html.erb (1.5ms) Rendered posts/edit.html.erb within layouts/application (2.2ms) Completed 200 OK in 44ms (Views: 3.7ms | Groonga: 38.1ms) shutdown (1.2ms) shutdown ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ object_exist (3.3ms) object_exist --name "schema_versions" table_create (3.1ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (3.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.8ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (5.0ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (3.8ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (5.8ms) schema column_create (3.0ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (1.8ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (1.6ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (2.9ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#show as HTML Parameters: {"id"=>"1"} select (36.8ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/show.html.erb within layouts/application (1.0ms) Completed 200 OK in 43ms (Views: 4.1ms | Groonga: 36.8ms) shutdown (3.4ms) shutdown ---------------------------- PostTest: test_.create(Hash) ---------------------------- object_exist (1.8ms) object_exist --name "schema_versions" table_create (1.4ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (1.3ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.5ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (1.7ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.0ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.2ms) schema column_create (3.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.4ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" schema (4.9ms) schema load (2.8ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\"}\n]" select (60.9ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" shutdown (0.9ms) shutdown ------------------------------ PostTest: test_.create([Hash]) ------------------------------ object_exist (2.7ms) object_exist --name "schema_versions" table_create (2.4ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (5.3ms) schema column_create (3.9ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (3.8ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (2.4ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello1\"}\n]" load (2.4ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello2\"}\n]" select (64.0ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" select (1.2ms) select --filter "_id == 2" --limit "1" --match_columns "body" --table "posts" shutdown (0.7ms) shutdown ----------------------------------------- MigrationGeneratorTest: test_create_table ----------------------------------------- ----------------------------------------------- MigrationGeneratorTest: test_create_table:__key ----------------------------------------------- ------------------------------------------ MigrationGeneratorTest: test_delete_config ------------------------------------------ --------------------------------------- MigrationGeneratorTest: test_add_column --------------------------------------- ------------------------------------------ MigrationGeneratorTest: test_remove_column ------------------------------------------ ---------------------------------------------- MigrationGeneratorTest: test_set_config:_value ---------------------------------------------- --------------------------------------- MigrationGeneratorTest: test_set_config --------------------------------------- ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ object_exist (1.8ms) object_exist --name "schema_versions" table_create (1.7ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (1.8ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.8ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (1.9ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (1.8ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.1ms) schema column_create (3.0ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.0ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (1.9ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (1.7ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.5ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#index as HTML select (2.1ms) select --limit "-1" --match_columns "body" --table "posts" Rendered posts/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 206ms (Views: 203.4ms | Groonga: 2.1ms) shutdown (0.9ms) shutdown ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- object_exist (2.1ms) object_exist --name "schema_versions" table_create (1.7ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.8ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (1.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (1.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (2.3ms) schema column_create (1.9ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.1ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.5ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (1.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (2.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} select (46.9ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/_form.html.erb (8.6ms) Rendered posts/edit.html.erb within layouts/application (10.5ms) Completed 200 OK in 60ms (Views: 11.7ms | Groonga: 46.9ms) shutdown (1.0ms) shutdown -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- object_exist (2.4ms) object_exist --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (40.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.2ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (1.1ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (1.2ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (2.6ms) schema column_create (2.7ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (1.2ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (1.0ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (1.4ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (1.2ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#create as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}} load (1.3ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Redirected to http://test.host/posts/2 Completed 302 Found in 3ms (Groonga: 1.3ms) select (1.0ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (0.9ms) shutdown ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ object_exist (1.8ms) object_exist --name "schema_versions" table_create (1.8ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (1.6ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.7ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.7ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (1.7ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (1.8ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (3.3ms) schema column_create (2.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.6ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (1.7ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (1.7ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (2.6ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#show as HTML Parameters: {"id"=>"1"} select (50.7ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 55ms (Views: 2.7ms | Groonga: 50.7ms) shutdown (0.7ms) shutdown --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- object_exist (2.7ms) object_exist --name "schema_versions" table_create (2.5ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.7ms) schema column_create (3.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.5ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.9ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (2.8ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#destroy as HTML Parameters: {"id"=>"1"} select (60.6ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" delete (1.2ms) delete --filter "_id == 1" --table "posts" Redirected to http://test.host/posts Completed 302 Found in 64ms (Groonga: 61.8ms) select (1.0ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (0.8ms) shutdown ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- object_exist (3.4ms) object_exist --name "schema_versions" table_create (3.3ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (3.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (3.1ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (3.1ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (3.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (3.2ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (7.7ms) schema column_create (4.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.2ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (3.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (4.5ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#new as HTML Rendered posts/_form.html.erb (4.6ms) Rendered posts/new.html.erb within layouts/application (7.3ms) Completed 200 OK in 12ms (Views: 11.2ms | Groonga: 0.0ms) shutdown (2.2ms) shutdown -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- object_exist (3.2ms) object_exist --name "schema_versions" table_create (3.0ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.8ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.6ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (3.8ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (3.6ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (7.8ms) schema column_create (4.6ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (3.3ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (3.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (4.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#update as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"} select (51.1ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" load (1.5ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"_id\":1,\"body\":\"World\",\"title\":\"Hello\"}\n]" Redirected to http://test.host/posts/1 Completed 302 Found in 56ms (Groonga: 52.6ms) shutdown (1.2ms) shutdown ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- object_exist (1.7ms) object_exist --name "schema_versions" table_create (1.3ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (1.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.2ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (1.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (1.5ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (3.1ms) schema column_create (2.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.8ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (1.9ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (8.0ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" schema (3.8ms) schema load (3.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} select (52.9ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/_form.html.erb (9.0ms) Rendered posts/edit.html.erb within layouts/application (11.3ms) Completed 200 OK in 206ms (Views: 151.5ms | Groonga: 52.9ms) shutdown (1.0ms) shutdown ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ object_exist (2.2ms) object_exist --name "schema_versions" table_create (2.0ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.0ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.9ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.0ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (3.2ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.4ms) schema column_create (3.0ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.9ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.0ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.0ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.9ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#index as HTML select (2.7ms) select --limit "-1" --match_columns "body" --table "posts" Rendered posts/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 11ms (Views: 6.8ms | Groonga: 2.7ms) shutdown (1.6ms) shutdown -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- object_exist (2.5ms) object_exist --name "schema_versions" table_create (4.6ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.2ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (35.2ms) schema column_create (2.0ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.1ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (1.2ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (1.1ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (1.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (1.2ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#create as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}} load (1.1ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Redirected to http://test.host/posts/2 Completed 302 Found in 2ms (Groonga: 1.1ms) select (1.2ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (1.0ms) shutdown -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- object_exist (2.4ms) object_exist --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.0ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.1ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.1ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.0ms) schema column_create (2.9ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.9ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.0ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (1.9ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.1ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#update as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"} select (50.5ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" load (1.1ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"_id\":1,\"body\":\"World\",\"title\":\"Hello\"}\n]" Redirected to http://test.host/posts/1 Completed 302 Found in 54ms (Groonga: 51.6ms) shutdown (0.8ms) shutdown --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- object_exist (2.5ms) object_exist --name "schema_versions" table_create (2.6ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.9ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.9ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (5.0ms) schema column_create (3.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.4ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.9ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (2.6ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#destroy as HTML Parameters: {"id"=>"1"} select (57.2ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" delete (1.2ms) delete --filter "_id == 1" --table "posts" Redirected to http://test.host/posts Completed 302 Found in 61ms (Groonga: 58.5ms) select (0.9ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (0.7ms) shutdown ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- object_exist (2.6ms) object_exist --name "schema_versions" table_create (2.5ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (3.7ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (3.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (3.9ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (5.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (3.6ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (7.8ms) schema column_create (4.1ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.1ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (3.3ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (3.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (4.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#new as HTML Rendered posts/_form.html.erb (3.9ms) Rendered posts/new.html.erb within layouts/application (5.9ms) Completed 200 OK in 10ms (Views: 9.9ms | Groonga: 0.0ms) shutdown (1.8ms) shutdown ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ object_exist (3.4ms) object_exist --name "schema_versions" table_create (3.3ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (3.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (3.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (3.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (6.5ms) schema column_create (5.0ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (4.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (3.6ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (3.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (5.0ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#show as HTML Parameters: {"id"=>"1"} select (58.2ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/show.html.erb within layouts/application (0.8ms) Completed 200 OK in 63ms (Views: 2.3ms | Groonga: 58.2ms) shutdown (1.1ms) shutdown ------------------------------------------ MigrationGeneratorTest: test_remove_column ------------------------------------------ ----------------------------------------------- MigrationGeneratorTest: test_create_table:__key ----------------------------------------------- ------------------------------------------ MigrationGeneratorTest: test_delete_config ------------------------------------------ --------------------------------------- MigrationGeneratorTest: test_add_column --------------------------------------- ----------------------------------------- MigrationGeneratorTest: test_create_table ----------------------------------------- --------------------------------------- MigrationGeneratorTest: test_set_config --------------------------------------- ---------------------------------------------- MigrationGeneratorTest: test_set_config:_value ---------------------------------------------- ---------------------------- PostTest: test_.create(Hash) ---------------------------- object_exist (2.3ms) object_exist --name "schema_versions" table_create (3.1ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (3.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (3.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (3.1ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (3.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (6.0ms) schema column_create (3.9ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.7ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.2ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (2.6ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\"}\n]" select (54.7ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" shutdown (1.1ms) shutdown ------------------------------ PostTest: test_.create([Hash]) ------------------------------ object_exist (3.1ms) object_exist --name "schema_versions" table_create (2.8ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.4ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.8ms) schema column_create (3.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.3ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (2.6ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello1\"}\n]" load (6.3ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello2\"}\n]" select (45.8ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" select (1.1ms) select --filter "_id == 2" --limit "1" --match_columns "body" --table "posts" shutdown (0.7ms) shutdown --------------------------------------- MigrationGeneratorTest: test_add_column --------------------------------------- ------------------------------------------ MigrationGeneratorTest: test_remove_column ------------------------------------------ --------------------------------------- MigrationGeneratorTest: test_set_config --------------------------------------- ------------------------------------------ MigrationGeneratorTest: test_delete_config ------------------------------------------ ---------------------------------------------- MigrationGeneratorTest: test_set_config:_value ---------------------------------------------- ----------------------------------------- MigrationGeneratorTest: test_create_table ----------------------------------------- ----------------------------------------------- MigrationGeneratorTest: test_create_table:__key ----------------------------------------------- --------------------------------------------- PostsControllerTest: test_should_destroy_post --------------------------------------------- object_exist (1.6ms) object_exist --name "schema_versions" table_create (1.2ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (1.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (1.7ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (1.6ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (1.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (1.7ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (2.7ms) schema column_create (2.0ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (1.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (1.5ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (1.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" schema (2.8ms) schema load (2.2ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (1.6ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#destroy as HTML Parameters: {"id"=>"1"} select (50.8ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" delete (1.0ms) delete --filter "_id == 1" --table "posts" Redirected to http://test.host/posts Completed 302 Found in 54ms (Groonga: 51.7ms) select (0.8ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (0.7ms) shutdown ---------------------------------------- PostsControllerTest: test_should_get_new ---------------------------------------- object_exist (2.4ms) object_exist --name "schema_versions" table_create (2.3ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.6ms) schema column_create (3.3ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.3ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#new as HTML Rendered posts/_form.html.erb (21.4ms) Rendered posts/new.html.erb within layouts/application (25.8ms) Completed 200 OK in 243ms (Views: 242.7ms | Groonga: 0.0ms) shutdown (1.1ms) shutdown ----------------------------------------- PostsControllerTest: test_should_get_edit ----------------------------------------- object_exist (2.5ms) object_exist --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.2ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.3ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (5.6ms) schema column_create (3.6ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.4ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.8ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} select (51.2ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/_form.html.erb (1.2ms) Rendered posts/edit.html.erb within layouts/application (1.9ms) Completed 200 OK in 56ms (Views: 3.6ms | Groonga: 51.2ms) shutdown (1.0ms) shutdown ------------------------------------------ PostsControllerTest: test_should_show_post ------------------------------------------ object_exist (2.5ms) object_exist --name "schema_versions" table_create (2.3ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.8ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.5ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.7ms) schema column_create (3.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.3ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (3.8ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#show as HTML Parameters: {"id"=>"1"} select (59.2ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" Rendered posts/show.html.erb within layouts/application (0.6ms) Completed 200 OK in 63ms (Views: 2.4ms | Groonga: 59.2ms) shutdown (0.9ms) shutdown ------------------------------------------ PostsControllerTest: test_should_get_index ------------------------------------------ object_exist (2.7ms) object_exist --name "schema_versions" table_create (2.4ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.3ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.7ms) schema column_create (3.4ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.7ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (3.3ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (4.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (4.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#index as HTML select (3.7ms) select --limit "-1" --match_columns "body" --table "posts" Rendered posts/index.html.erb within layouts/application (21.1ms) Completed 200 OK in 29ms (Views: 24.6ms | Groonga: 3.7ms) shutdown (1.5ms) shutdown -------------------------------------------- PostsControllerTest: test_should_create_post -------------------------------------------- object_exist (3.2ms) object_exist --name "schema_versions" table_create (3.2ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (3.0ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.3ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (3.0ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (3.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.5ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (6.0ms) schema column_create (4.5ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (3.3ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (3.5ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (4.4ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" select (3.6ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" Processing by PostsController#create as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}} load (4.2ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Redirected to http://test.host/posts/2 Completed 302 Found in 7ms (Groonga: 4.2ms) select (3.0ms) select --limit "0" --match_columns "body" --output_columns "_id" --table "posts" shutdown (2.7ms) shutdown -------------------------------------------- PostsControllerTest: test_should_update_post -------------------------------------------- object_exist (3.5ms) object_exist --name "schema_versions" table_create (3.6ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (3.3ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (3.4ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (3.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (3.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (3.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (7.8ms) schema column_create (4.0ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (3.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (3.1ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (3.6ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (5.7ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\",\"body\":\"World\"}\n]" Processing by PostsController#update as HTML Parameters: {"post"=>{"body"=>"World", "title"=>"Hello"}, "id"=>"1"} select (56.1ms) select --filter "_id == \"1\"" --limit "1" --match_columns "body" --table "posts" load (1.4ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"_id\":1,\"body\":\"World\",\"title\":\"Hello\"}\n]" Redirected to http://test.host/posts/1 Completed 302 Found in 61ms (Groonga: 57.5ms) shutdown (0.8ms) shutdown ---------------------------- PostTest: test_.create(Hash) ---------------------------- object_exist (3.4ms) object_exist --name "schema_versions" table_create (3.6ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (3.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (3.0ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.4ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.4ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.4ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.6ms) schema column_create (3.3ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.2ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.7ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (2.4ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello\"}\n]" select (54.0ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" shutdown (0.7ms) shutdown ------------------------------ PostTest: test_.create([Hash]) ------------------------------ object_exist (2.3ms) object_exist --name "schema_versions" table_create (2.2ms) table_create --flags "TABLE_PAT_KEY" --key_type "UInt64" --name "schema_versions" table_create (2.1ms) table_create --flags "TABLE_NO_KEY" --name "posts" column_create (2.2ms) column_create --flags "COLUMN_SCALAR" --name "title" --table "posts" --type "ShortText" column_create (2.1ms) column_create --flags "COLUMN_SCALAR" --name "body" --table "posts" --type "Text" load (2.3ms) load --table "schema_versions" --values "[{\"_key\":20170303120517}]" table_create (2.2ms) table_create --default_tokenizer "TokenBigram" --flags "TABLE_PAT_KEY" --key_type "ShortText" --name "terms" --normalizer "NormalizerAuto" schema (4.5ms) schema column_create (3.3ms) column_create --flags "COLUMN_INDEX|WITH_POSITION" --name "posts_body" --source "body" --table "terms" --type "posts" load (2.2ms) load --table "schema_versions" --values "[{\"_key\":20170303120527}]" table_create (2.1ms) table_create --flags "TABLE_HASH_KEY" --key_type "UInt32" --name "ages" load (2.1ms) load --table "schema_versions" --values "[{\"_key\":20170303120536}]" load (2.4ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello1\"}\n]" load (2.4ms) load --command_version "3" --output_errors "yes" --output_ids "yes" --table "posts" --values "[\n{\"title\":\"Hello2\"}\n]" select (52.6ms) select --filter "_id == 1" --limit "1" --match_columns "body" --table "posts" select (1.1ms) select --filter "_id == 2" --limit "1" --match_columns "body" --table "posts" shutdown (0.7ms) shutdown