summaryrefslogtreecommitdiff
path: root/tests/datasets
diff options
context:
space:
mode:
authorMichael Still <mikal@stillhq.com>2014-01-16 17:57:39 +1100
committerMichael Still <mikal@stillhq.com>2014-01-17 14:55:23 +1100
commit23b988b4566ab8314b905499b3514394bf36f033 (patch)
tree0ea813c0c3e1997eb15ddbda7ae499a47d8efd5b /tests/datasets
parentc972d2d1d7c38196abbde174f187f211d9e3b4b6 (diff)
downloadturbo-hipster-23b988b4566ab8314b905499b3514394bf36f033.tar.gz
Check innodb values.
Actually check the innodb counter values now that we are collecting them. Change-Id: I76843b64b41886ace6c228b6fea7ab8e9b4fcb97
Diffstat (limited to 'tests/datasets')
-rw-r--r--tests/datasets/some_dataset_example/config.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/datasets/some_dataset_example/config.json b/tests/datasets/some_dataset_example/config.json
index 866ab50..e80eace 100644
--- a/tests/datasets/some_dataset_example/config.json
+++ b/tests/datasets/some_dataset_example/config.json
@@ -8,10 +8,10 @@
"logging_conf": "logging.conf",
"maximum_migration_times": {
"default": 60,
- "135": 120,
- "149": 120,
- "152": 300,
- "159": 120,
- "216": 180
+ "134->135": 120,
+ "148->149": 120,
+ "151->152": 300,
+ "158->159": 120,
+ "215->216": 180
}
}