[Groonga-commit] droonga/drntest at 46ae023 [master] Support merging "fact" in catalog.json

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Mar 20 23:38:17 JST 2014


Kouhei Sutou	2014-03-20 23:38:17 +0900 (Thu, 20 Mar 2014)

  New Revision: 46ae02345061bcbb20dc53d7edbb36eeccf3df19
  https://github.com/droonga/drntest/commit/46ae02345061bcbb20dc53d7edbb36eeccf3df19

  Message:
    Support merging "fact" in catalog.json

  Modified files:
    lib/drntest/engine.rb

  Modified: lib/drntest/engine.rb (+1 -0)
===================================================================
--- lib/drntest/engine.rb    2014-03-20 00:30:56 +0900 (2dfbac8)
+++ lib/drntest/engine.rb    2014-03-20 23:38:17 +0900 (d8d645a)
@@ -71,6 +71,7 @@ module Drntest
       custom_catalog_json["datasets"].each do |name, dataset|
         base_dataset = base_datasets[name]
         if base_dataset
+          base_dataset["fact"] = dataset["fact"] || base_dataset["fact"]
           base_dataset["schema"] = dataset["schema"] || base_dataset["schema"]
           replicas = dataset["replicas"] || []
           base_replicas = base_dataset["replicas"]
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index