Kouhei Sutou
null+****@clear*****
Fri May 13 13:35:06 JST 2016
Kouhei Sutou 2016-05-13 13:35:06 +0900 (Fri, 13 May 2016) New Revision: d32ef956a94e5bfd3278139fe89edcd992c590c3 https://github.com/groonga/groonga-query-log/commit/d32ef956a94e5bfd3278139fe89edcd992c590c3 Message: test: follow format fix change Modified files: test/fixtures/multi.expected test/fixtures/n_entries.expected test/fixtures/no-report-summary.expected test/fixtures/order/-elapsed.expected test/fixtures/order/-start-time.expected test/fixtures/order/elapsed.expected test/fixtures/order/start-time.expected test/fixtures/reporter/console.expected test/fixtures/target-commands.expected test/fixtures/target-tables.expected Modified: test/fixtures/multi.expected (+8 -4) =================================================================== --- test/fixtures/multi.expected 2016-05-13 11:50:44 +0900 (5fe349f) +++ test/fixtures/multi.expected 2016-05-13 13:35:06 +0900 (bb02446) @@ -13,24 +13,28 @@ Summary: Slow Operations: Slow Queries: -1) [2012-12-17 15:00:10.1-2012-12-17 15:00:10.1 (0.05231682)](0): table_create --name Comments --flags TABLE_HASH_KEY --key_type UInt32 name: <table_create> +1) [2012-12-17 15:00:10.1-2012-12-17 15:00:10.1 (0.05231682)](0): table_create --name Comments --flags TABLE_HASH_KEY --key_type UInt32 + name: <table_create> parameters: <name>: <Comments> <flags>: <TABLE_HASH_KEY> <key_type>: <UInt32> -2) [2012-12-17 15:00:10.1-2012-12-17 15:00:10.1 (0.04463578)](0): column_create --table Comments --name title --flags COLUMN_SCALAR --type ShortText name: <column_create> +2) [2012-12-17 15:00:10.1-2012-12-17 15:00:10.1 (0.04463578)](0): column_create --table Comments --name title --flags COLUMN_SCALAR --type ShortText + name: <column_create> parameters: <table>: <Comments> <name>: <title> <flags>: <COLUMN_SCALAR> <type>: <ShortText> -3) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video name: <load> +3) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video + name: <load> parameters: <table>: <Video> -4) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name name: <select> +4) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name + name: <select> parameters: <table>: <Users> <query>: <follower:@groonga> Modified: test/fixtures/n_entries.expected (+2 -1) =================================================================== --- test/fixtures/n_entries.expected 2016-05-13 11:50:44 +0900 (441aed4) +++ test/fixtures/n_entries.expected 2016-05-13 13:35:06 +0900 (3926eb5) @@ -13,7 +13,8 @@ Summary: Slow Operations: Slow Queries: -1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video name: <load> +1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video + name: <load> parameters: <table>: <Video> Modified: test/fixtures/no-report-summary.expected (+4 -2) =================================================================== --- test/fixtures/no-report-summary.expected 2016-05-13 11:50:44 +0900 (e79367c) +++ test/fixtures/no-report-summary.expected 2016-05-13 13:35:06 +0900 (49bff9e) @@ -1,10 +1,12 @@ Slow Queries: -1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video name: <load> +1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video + name: <load> parameters: <table>: <Video> -2) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name name: <select> +2) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name + name: <select> parameters: <table>: <Users> <query>: <follower:@groonga> Modified: test/fixtures/order/-elapsed.expected (+4 -2) =================================================================== --- test/fixtures/order/-elapsed.expected 2016-05-13 11:50:44 +0900 (9f63eb3) +++ test/fixtures/order/-elapsed.expected 2016-05-13 13:35:06 +0900 (7be2474) @@ -13,11 +13,13 @@ Summary: Slow Operations: Slow Queries: -1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video name: <load> +1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video + name: <load> parameters: <table>: <Video> -2) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name name: <select> +2) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name + name: <select> parameters: <table>: <Users> <query>: <follower:@groonga> Modified: test/fixtures/order/-start-time.expected (+4 -2) =================================================================== --- test/fixtures/order/-start-time.expected 2016-05-13 11:50:44 +0900 (6415208) +++ test/fixtures/order/-start-time.expected 2016-05-13 13:35:06 +0900 (c8b5937) @@ -13,7 +13,8 @@ Summary: Slow Operations: Slow Queries: -1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name name: <select> +1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name + name: <select> parameters: <table>: <Users> <query>: <follower:@groonga> @@ -22,7 +23,8 @@ Slow Queries: 2) 0.00002795: select( 2) 3) 0.00019585: output( 2) _key,name -2) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video name: <load> +2) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video + name: <load> parameters: <table>: <Video> Modified: test/fixtures/order/elapsed.expected (+4 -2) =================================================================== --- test/fixtures/order/elapsed.expected 2016-05-13 11:50:44 +0900 (6415208) +++ test/fixtures/order/elapsed.expected 2016-05-13 13:35:06 +0900 (c8b5937) @@ -13,7 +13,8 @@ Summary: Slow Operations: Slow Queries: -1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name name: <select> +1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name + name: <select> parameters: <table>: <Users> <query>: <follower:@groonga> @@ -22,7 +23,8 @@ Slow Queries: 2) 0.00002795: select( 2) 3) 0.00019585: output( 2) _key,name -2) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video name: <load> +2) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video + name: <load> parameters: <table>: <Video> Modified: test/fixtures/order/start-time.expected (+4 -2) =================================================================== --- test/fixtures/order/start-time.expected 2016-05-13 11:50:44 +0900 (9f63eb3) +++ test/fixtures/order/start-time.expected 2016-05-13 13:35:06 +0900 (7be2474) @@ -13,11 +13,13 @@ Summary: Slow Operations: Slow Queries: -1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video name: <load> +1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video + name: <load> parameters: <table>: <Video> -2) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name name: <select> +2) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name + name: <select> parameters: <table>: <Users> <query>: <follower:@groonga> Modified: test/fixtures/reporter/console.expected (+4 -2) =================================================================== --- test/fixtures/reporter/console.expected 2016-05-13 11:50:44 +0900 (9f63eb3) +++ test/fixtures/reporter/console.expected 2016-05-13 13:35:06 +0900 (7be2474) @@ -13,11 +13,13 @@ Summary: Slow Operations: Slow Queries: -1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video name: <load> +1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video + name: <load> parameters: <table>: <Video> -2) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name name: <select> +2) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name + name: <select> parameters: <table>: <Users> <query>: <follower:@groonga> Modified: test/fixtures/target-commands.expected (+2 -1) =================================================================== --- test/fixtures/target-commands.expected 2016-05-13 11:50:44 +0900 (ebe782c) +++ test/fixtures/target-commands.expected 2016-05-13 13:35:06 +0900 (9332577) @@ -13,7 +13,8 @@ Summary: Slow Operations: Slow Queries: -1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name name: <select> +1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00121714)](0): select --table Users --query follower:@groonga --output_columns _key,name + name: <select> parameters: <table>: <Users> <query>: <follower:@groonga> Modified: test/fixtures/target-tables.expected (+2 -1) =================================================================== --- test/fixtures/target-tables.expected 2016-05-13 11:50:44 +0900 (4917679) +++ test/fixtures/target-tables.expected 2016-05-13 13:35:06 +0900 (941078b) @@ -13,7 +13,8 @@ Summary: Slow Operations: Slow Queries: -1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video name: <load> +1) [2012-12-12 17:39:17.3-2012-12-12 17:39:17.3 (0.00312886)](0): load --table Video + name: <load> parameters: <table>: <Video> -------------- next part -------------- HTML����������������������������... 下載