X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/016474590b8995d7651aa05bb49d8930f0b1701b..23cb044d4a68d424d9088ad68a8778a4d4838a2f:/lib/controller/integration_test.go diff --git a/lib/controller/integration_test.go b/lib/controller/integration_test.go index b0ec4293a3..4c49c007eb 100644 --- a/lib/controller/integration_test.go +++ b/lib/controller/integration_test.go @@ -1245,6 +1245,8 @@ func (s *IntegrationSuite) runContainer(c *check.C, clusterID string, token stri time.Sleep(time.Second / 2) } } + c.Logf("cr.CumulativeCost == %f", cr.CumulativeCost) + c.Check(cr.CumulativeCost, check.Not(check.Equals), 0.0) if expectExitCode >= 0 { c.Check(ctr.State, check.Equals, arvados.ContainerStateComplete) c.Check(ctr.ExitCode, check.Equals, expectExitCode)