groonga-query-log 1.4.6 → 1.4.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7df943f7814e74ff95c4e7cd6b4b230a1cc24f450cc712d7ab07c92a656a76bb
4
- data.tar.gz: dfeed1fc1b77885748272691426bd125e28f2bafca6e7c00c9f31ba6e09f3bfe
3
+ metadata.gz: 140bb8239642bb57ed4a1e71e13c186f442c5fbc20b21a603f6e7a8621fab476
4
+ data.tar.gz: b4aceb74d1261eb48ee2334ed5637c30913352cd1ecf9f431dd29711cf59f371
5
5
  SHA512:
6
- metadata.gz: 6355c25e19da42bb2e21af69bace7c6f3eae6c64ace8db3d531e0641d3962a97fad5fb178d52cb127c43e155b707b7ed9df6b2b15ef6b74604df9ac7b4eae92e
7
- data.tar.gz: a2305198416fe7fb8d9bc54b83b4db82d375534e2d19d5beb5ba54549487a3e4bd27d8ae26d98aae577cbf50feaaaa4e163536c5dad754d03a4f18185b1e1c93
6
+ metadata.gz: 292178eebdc4a64e79779fe31a213cc3d11aca88b22a7473f44aa4fa9e25ec548d0d03b9cdb51dee4ea768c78db41556b669c5328d63562d4288498c1cd9b2ee
7
+ data.tar.gz: 3750221e66a98d3854b451a52a7057f24a597d98e1e1710f2a9c9cff94172e045ead3bb22940c64e06f9a7e1bda9d340a4b347e89335dcabb1196acc42e846d9
@@ -1,5 +1,13 @@
1
1
  # News
2
2
 
3
+ ## 1.4.7: 2019-08-21
4
+
5
+ ### Fixes
6
+
7
+ * `groonga-query-log-run-regression-test`:
8
+
9
+ * Fixed a bug that sometimes doesn't send test reports
10
+
3
11
  ## 1.4.6: 2019-08-20
4
12
 
5
13
  ### Improvements
@@ -73,6 +73,7 @@ module GroongaQueryLog
73
73
  smtp_auth_password: nil,
74
74
  smtp_starttls: false,
75
75
  smtp_port: 25,
76
+ path: "#{@working_directory}/results",
76
77
  }
77
78
  end
78
79
 
@@ -15,5 +15,5 @@
15
15
  # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
16
16
 
17
17
  module GroongaQueryLog
18
- VERSION = "1.4.6"
18
+ VERSION = "1.4.7"
19
19
  end
@@ -83,7 +83,7 @@ class RunRegressionTestCommandTest < Test::Unit::TestCase
83
83
  :mail_to => "noreply@example.com",
84
84
  :mail_subject_on_success => "Success",
85
85
  :mail_subject_on_failure => "Failure",
86
- :path => fixture_path("url-format.log"),
86
+ :path => fixture_path("results"),
87
87
  }
88
88
  notifier = MailNotifier.new(true, 3000, options)
89
89
  notifier.notify
@@ -0,0 +1,3 @@
1
+ command: /d/select?table=Logs&match_columns=message&query=%E7%84%BC%E8%82%89
2
+ response1: [[[2], [["_id", "UInt32"], ["message", "Text"]], [1, "log message1: 焼肉"], [2, "log message2: 焼肉"]]]
3
+ response2: [[[2], [["_id", "UInt32"], ["message", "Text"]], [1, "log message1: 焼肉"], [3, "log message3: 焼肉"]]]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: groonga-query-log
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.6
4
+ version: 1.4.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouhei Sutou
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-20 00:00:00.000000000 Z
11
+ date: 2019-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: groonga-command-parser
@@ -253,6 +253,7 @@ files:
253
253
  - test/fixtures/query.log
254
254
  - test/fixtures/regression-test-logs/command-format.log
255
255
  - test/fixtures/regression-test-logs/error.log
256
+ - test/fixtures/regression-test-logs/results/url-format.log
256
257
  - test/fixtures/regression-test-logs/url-format.log
257
258
  - test/fixtures/reporter/console.expected
258
259
  - test/fixtures/reporter/html.expected
@@ -313,6 +314,7 @@ test_files:
313
314
  - test/fixtures/order/elapsed.expected
314
315
  - test/fixtures/regression-test-logs/url-format.log
315
316
  - test/fixtures/regression-test-logs/command-format.log
317
+ - test/fixtures/regression-test-logs/results/url-format.log
316
318
  - test/fixtures/regression-test-logs/error.log
317
319
  - test/fixtures/multi.expected
318
320
  - test/fixtures/query.log