Test coverage improvement (#83)
* Adding tests for getPendingReasons and startMaintenance. * Added tests for ThriftBinary and ThriftJSON. * Adding test for NOOP Logger.
This commit is contained in:
parent
5de913493c
commit
fa5133c13d
3 changed files with 152 additions and 14 deletions
|
@ -1072,7 +1072,6 @@ func (r *realisClient) EndMaintenance(hosts ...string) (*aurora.Response, *auror
|
|||
return resp, result, nil
|
||||
}
|
||||
|
||||
|
||||
func (r *realisClient) MaintenanceStatus(hosts ...string) (*aurora.Response, *aurora.MaintenanceStatusResult_, error) {
|
||||
|
||||
var result *aurora.MaintenanceStatusResult_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue