Unit testing for def/ module.
Added unit tests to test code in def/ module.
This commit is contained in:
parent
e24b8a08c9
commit
bac60e872a
396 changed files with 83991 additions and 13209 deletions
2
vendor/github.com/mesos/mesos-go/api/v0/scheduler/scheduler.go
generated
vendored
2
vendor/github.com/mesos/mesos-go/api/v0/scheduler/scheduler.go
generated
vendored
|
@ -760,7 +760,7 @@ func (driver *MesosSchedulerDriver) exitedExecutor(_ context.Context, from *upid
|
|||
return
|
||||
}
|
||||
status := msg.GetStatus()
|
||||
log.V(2).Infoln("Lost executor %q from slave %q for framework %q with status %d",
|
||||
log.V(2).Infof("Lost executor %q from slave %q for framework %q with status %d",
|
||||
msg.GetExecutorId().GetValue(),
|
||||
msg.GetSlaveId().GetValue(),
|
||||
msg.GetFrameworkId().GetValue(),
|
||||
|
|
Reference in a new issue