Navigation Menu

Skip to content

Commit

Permalink
Use timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 14, 2015
1 parent c3381c4 commit 9b37952
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions test/command/suite/dump/column/index.test
@@ -1,4 +1,5 @@
#@require-catalog-version 2
#@subscribe-until 1s
{
"type": "dump",
"dataset": "Default"
Expand Down
1 change: 1 addition & 0 deletions test/command/suite/dump/column/scalar.test
@@ -1,4 +1,5 @@
#@require-catalog-version 2
#@subscribe-until 1s
{
"type": "dump",
"dataset": "Default"
Expand Down
1 change: 1 addition & 0 deletions test/command/suite/dump/column/vector.test
@@ -1,4 +1,5 @@
#@require-catalog-version 2
#@subscribe-until 1s
{
"type": "dump",
"dataset": "Default"
Expand Down
1 change: 1 addition & 0 deletions test/command/suite/dump/record/scalar.test
Expand Up @@ -9,6 +9,7 @@
}
}
#@enable-logging
#@subscribe-until 1s
{
"type": "dump",
"dataset": "Default"
Expand Down
1 change: 1 addition & 0 deletions test/command/suite/dump/record/vector/reference.test
Expand Up @@ -15,6 +15,7 @@
}
}
#@enable-logging
#@subscribe-until 1s
{
"type": "dump",
"dataset": "Default"
Expand Down
1 change: 1 addition & 0 deletions test/command/suite/dump/table/array.test
@@ -1,4 +1,5 @@
#@require-catalog-version 2
#@subscribe-until 1s
{
"type": "dump",
"dataset": "Default"
Expand Down
1 change: 1 addition & 0 deletions test/command/suite/dump/table/double_array_trie.test
@@ -1,4 +1,5 @@
#@require-catalog-version 2
#@subscribe-until 1s
{
"type": "dump",
"dataset": "Default"
Expand Down
1 change: 1 addition & 0 deletions test/command/suite/dump/table/hash.test
@@ -1,4 +1,5 @@
#@require-catalog-version 2
#@subscribe-until 1s
{
"type": "dump",
"dataset": "Default"
Expand Down
1 change: 1 addition & 0 deletions test/command/suite/dump/table/patricia_trie.test
@@ -1,4 +1,5 @@
#@require-catalog-version 2
#@subscribe-until 1s
{
"type": "dump",
"dataset": "Default"
Expand Down
5 changes: 4 additions & 1 deletion test/command/suite/system/absorb-data/records.test
Expand Up @@ -9,13 +9,16 @@
}
}
#@enable-logging
#@subscribe-until 60s 2messages
{
"type": "system.absorb-data",
"dataset": "Default",
"body": {
"host": "localhost",
"port": 23003,
"tag": "droonga",
"dataset": "Source"
"dataset": "Source",
"progressIntervalSeconds": 10000,
"messagesPerSecond": 10000
}
}

0 comments on commit 9b37952

Please sign in to comment.