forked from graphdat/plugin-redis
-
Notifications
You must be signed in to change notification settings - Fork 4
Test Suite
Gabriel Nicolas Avellaneda edited this page Jul 31, 2015
·
7 revisions
Validate the tests below on the following platforms:
- Centos 7.0/7.1
- Centos 6.6
- Ubuntu 12.04
- Ubuntu 14.04
and the following versions of Redis:
- 2.6.17
- 2.8.21
- 3.0.3
- Configure plugin with defaults
- Run
redis-benchmark
- Verify output on dashboard
- Configure plugin with defaults
- Verify that an event is raised about AUTH not being configured (Client sent AUTH, but no password is set)
- Configure plugin to connect to port 6380
- Configuration plugin to use password
boundary123
- Run
redis-benchmark
- Verify output
- Configure plugin to connect to port 6380
- Configuration plugin to use password
foo123
- Verify that an event is raised about bad password
- Configure plugin with defaults
- Stop redis instance
- Observe event that indicates that the plugin is unable to connect to redis instance