[Groonga-commit] droonga/fluent-plugin-droonga at 954fbe3 [master] test: add a test for add command

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Nov 20 19:11:32 JST 2013


Kouhei Sutou	2013-11-20 19:11:32 +0900 (Wed, 20 Nov 2013)

  New Revision: 954fbe3433e759e50c07e896279b043dbf6ea1a0
  https://github.com/droonga/fluent-plugin-droonga/commit/954fbe3433e759e50c07e896279b043dbf6ea1a0

  Message:
    test: add a test for add command
    
    It isn't passed...
    
    How to reproduce:
    
        terminal1% DROONGA_CATALOG=sample/cluster/catalog.json fluentd -c sample/cluster/fluentd.conf -vv
    
        terminal2% test/command/run-test.rb --port 23003
        test/command/suite/groonga/add/array.test: NO RESPONSE
    
        ==== Test Results ====
        test/command/suite/groonga/add/array.test: no_response
    
        ==== Summary ====
        {:no_response=>1}
    
    Expected:
    
    The command on terminal2 gets any response.

  Added files:
    test/command/suite/groonga/add/array.test

  Added: test/command/suite/groonga/add/array.test (+7 -0) 100644
===================================================================
--- /dev/null
+++ test/command/suite/groonga/add/array.test    2013-11-20 19:11:32 +0900 (defcf47)
@@ -0,0 +1,7 @@
+{
+  "type": "table_create",
+  "body": {
+    "name"  : "User",
+    "flags" : "TABLE_NO_KEY"
+  }
+}
-------------- next part --------------
HTML����������������������������...
다운로드 



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