Navigation Menu

Skip to content

Commit

Permalink
Fix testcase of system.statistics.object.count.per-volume
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 29, 2015
1 parent d122443 commit 99451bd
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 26 deletions.
Expand Up @@ -5,16 +5,30 @@
},
"replicas": [
{
"label": "replica000",
"volume": {
"address": "127.0.0.1:23003/droonga.000"
}
"dimension": "_key",
"slicer": "hash",
"slices": [
{
"label": "slice000",
"weight": 100,
"volume": {
"address": "127.0.0.1:23003/droonga.000"
}
}
]
},
{
"label": "replica010",
"volume": {
"address": "127.0.0.1:23003/droonga.000"
}
"dimension": "_key",
"slicer": "hash",
"slices": [
{
"label": "slice010",
"weight": 100,
"volume": {
"address": "127.0.0.1:23003/droonga.010"
}
}
]
}
]
}
Expand Down
Expand Up @@ -9,16 +9,30 @@
},
"replicas": [
{
"label": "replica000",
"volume": {
"address": "127.0.0.1:23003/droonga.000"
}
"dimension": "_key",
"slicer": "hash",
"slices": [
{
"label": "slice000",
"weight": 100,
"volume": {
"address": "127.0.0.1:23003/droonga.000"
}
}
]
},
{
"label": "replica010",
"volume": {
"address": "127.0.0.1:23003/droonga.000"
}
"dimension": "_key",
"slicer": "hash",
"slices": [
{
"label": "slice010",
"weight": 100,
"volume": {
"address": "127.0.0.1:23003/droonga.010"
}
}
]
}
]
}
Expand Down
Expand Up @@ -3,13 +3,13 @@
"statusCode": 200,
"type": "system.statistics.object.count.per-volume.result",
"body": {
"127.0.0.1:42300/droonga.000": {
"127.0.0.1:23003/droonga.000": {
"tables": 1,
"columns": 0,
"records": 1,
"total": 2
},
"127.0.0.1:42300/droonga.010": {
"127.0.0.1:23003/droonga.010": {
"tables": 1,
"columns": 0,
"records": 1,
Expand Down
Expand Up @@ -9,16 +9,30 @@
},
"replicas": [
{
"label": "replica000",
"volume": {
"address": "127.0.0.1:23003/droonga.000"
}
"dimension": "_key",
"slicer": "hash",
"slices": [
{
"label": "slice000",
"weight": 100,
"volume": {
"address": "127.0.0.1:23003/droonga.000"
}
}
]
},
{
"label": "replica010",
"volume": {
"address": "127.0.0.1:23003/droonga.000"
}
"dimension": "_key",
"slicer": "hash",
"slices": [
{
"label": "slice010",
"weight": 100,
"volume": {
"address": "127.0.0.1:23003/droonga.010"
}
}
]
}
]
}
Expand Down

0 comments on commit 99451bd

Please sign in to comment.