Ken Hibino
|
0faf97f146
|
Define test flags for package testing
Added test flags for
- redis address (defaults to "localhost:6379")
- redis db number (defaults to 14)
- log level (defaults to FATAL)
|
2020-05-11 06:22:43 -07:00 |
|
Ken Hibino
|
73d62844e6
|
Change LogLevel to satisfy flag.Value interface
|
2020-05-11 06:22:43 -07:00 |
|
Ken Hibino
|
1c1474c55c
|
Add tests to simulate cases where server cannot talk to redis
|
2020-05-02 07:05:26 -07:00 |
|
Ken Hibino
|
0c998a8e17
|
Add test for signal handling
|
2020-04-28 06:56:05 -07:00 |
|
Ken Hibino
|
4ec2dc9e47
|
Minor reorganization in tests
|
2020-04-19 08:51:17 -07:00 |
|
Ken Hibino
|
eef2f5f3cb
|
Add test cases for server error
|
2020-04-19 08:51:17 -07:00 |
|
Ken Hibino
|
779065c269
|
Export Start, Stop and Quiet method on Server type
|
2020-04-19 08:51:17 -07:00 |
|
Ken Hibino
|
f9842ba914
|
Rename Background to Server
|
2020-04-19 08:51:17 -07:00 |
|