********** Running services/crunch-exec tests ********** ---------------------------------------------------------------------- FAIL: logging_test.go:73: LoggingTestSuite.TestWriteMultipleLogs logging_test.go:96: c.Check(api.Content["event_type"], Equals, "stdout") ... obtained string = "crunchexec" ... expected string = "stdout" logging_test.go:97: c.Check(api.Content["properties"].(map[string]string)["text"], Equals, logtext2) ... obtained string = "" + ... "2015-12-29T15:51:45.000000001Z Hello world!\n" + ... "2015-12-29T15:51:45.000000003Z Goodbye\n" ... expected string = "" + ... "2015-12-29T15:51:45.000000002Z Doing stuff\n" + ... "2015-12-29T15:51:45.000000004Z Blurb\n" OOPS: 18 passed, 1 FAILED --- FAIL: Test (49.53s) ---------------------------------------------------------------------- FAIL: logging_test.go:73: LoggingTestSuite.TestWriteMultipleLogs logging_test.go:96: c.Check(api.Content["event_type"], Equals, "stdout") ... obtained string = "crunchexec" ... expected string = "stdout" logging_test.go:97: c.Check(api.Content["properties"].(map[string]string)["text"], Equals, logtext2) ... obtained string = "" + ... "2015-12-29T15:51:45.000000001Z Hello world!\n" + ... "2015-12-29T15:51:45.000000003Z Goodbye\n" ... expected string = "" + ... "2015-12-29T15:51:45.000000002Z Doing stuff\n" + ... "2015-12-29T15:51:45.000000004Z Blurb\n" OOPS: 18 passed, 1 FAILED --- FAIL: Test2 (46.91s) FAIL coverage: 82.4% of statements FAIL git.curoverse.com/arvados.git/services/crunch-exec 96.689s