Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qa: fix mon single_host_multi.sh test | Sage Weil | 2012-05-21 | 1 | -1/+1 |
| | | | | Signed-off-by: Sage Weil <sage@inktank.com> | ||||
* | qa: use full paths for mon bootstrap tests | Sage Weil | 2012-05-19 | 10 | -57/+59 |
| | | | | Signed-off-by: Sage Weil <sage@inktank.com> | ||||
* | qa: add mon test for seeding bootstrap mon peers via admin socket | Sage Weil | 2012-05-19 | 1 | -0/+66 |
| | | | | Signed-off-by: Sage Weil <sage@inktank.com> | ||||
* | qa: add a bunch of mon bootstrap tests | Sage Weil | 2012-05-19 | 9 | -0/+368 |
These's are comprehensive because a lot of the startup logic is about picking a local address, and it's difficult to do test that on a single host. They cover the other variables surrounding mon bringing up, though: - part of initial monmap, or not - new nodes given all prior nodes, or not - new nodes have self included in monmap seed, or not - initial quorum members Signed-off-by: Sage Weil <sage@inktank.com> |