Skip to content

Instantly share code, notes, and snippets.

@bsiegert
Created November 15, 2017 20:13
Show Gist options
  • Save bsiegert/80e5cf6cca5d656eef38dee398b7f843 to your computer and use it in GitHub Desktop.
Save bsiegert/80e5cf6cca5d656eef38dee398b7f843 to your computer and use it in GitHub Desktop.
--- FAIL: TestGoTestJSON (5.26s)
go_test.go:5140: running testgo [test -json -short -v sleepy1 sleepy2]
go_test.go:5140: standard output:
go_test.go:5140: {"Time":"2017-11-15T20:09:17.552717199Z","Action":"run","Package":"sleepy1","Test":"Test1"}
{"Time":"2017-11-15T20:09:17.553128778Z","Action":"output","Package":"sleepy1","Test":"Test1","Output":"=== RUN Test1\n"}
{"Time":"2017-11-15T20:09:17.722215434Z","Action":"output","Package":"sleepy1","Test":"Test1","Output":"--- PASS: Test1 (0.20s)\n"}
{"Time":"2017-11-15T20:09:17.722400429Z","Action":"pass","Package":"sleepy1","Test":"Test1","Elapsed":0.2}
{"Time":"2017-11-15T20:09:17.722441635Z","Action":"output","Package":"sleepy1","Output":"PASS\n"}
{"Time":"2017-11-15T20:09:17.722909196Z","Action":"output","Package":"sleepy1","Output":"ok \tsleepy1\t0.209s\n"}
{"Time":"2017-11-15T20:09:17.722943333Z","Action":"pass","Package":"sleepy1","Elapsed":0.209}
{"Time":"2017-11-15T20:09:18.564743675Z","Action":"run","Package":"sleepy2","Test":"Test1"}
{"Time":"2017-11-15T20:09:18.564881074Z","Action":"output","Package":"sleepy2","Test":"Test1","Output":"=== RUN Test1\n"}
{"Time":"2017-11-15T20:09:18.773194161Z","Action":"output","Package":"sleepy2","Test":"Test1","Output":"--- PASS: Test1 (0.21s)\n"}
{"Time":"2017-11-15T20:09:18.773442041Z","Action":"pass","Package":"sleepy2","Test":"Test1","Elapsed":0.21}
{"Time":"2017-11-15T20:09:18.773465186Z","Action":"output","Package":"sleepy2","Output":"PASS\n"}
{"Time":"2017-11-15T20:09:18.773934808Z","Action":"output","Package":"sleepy2","Output":"ok \tsleepy2\t0.212s\n"}
{"Time":"2017-11-15T20:09:18.773967482Z","Action":"pass","Package":"sleepy2","Elapsed":0.212}
go_test.go:5140: running testgo [test -json -short -v sleepy1 sleepy2]
go_test.go:5140: standard output:
go_test.go:5140: {"Time":"2017-11-15T20:09:19.652920002Z","Action":"run","Package":"sleepy1","Test":"Test1"}
{"Time":"2017-11-15T20:09:19.653398828Z","Action":"output","Package":"sleepy1","Test":"Test1","Output":"=== RUN Test1\n"}
{"Time":"2017-11-15T20:09:19.834892252Z","Action":"output","Package":"sleepy1","Test":"Test1","Output":"--- PASS: Test1 (0.20s)\n"}
{"Time":"2017-11-15T20:09:19.834955989Z","Action":"pass","Package":"sleepy1","Test":"Test1","Elapsed":0.2}
{"Time":"2017-11-15T20:09:19.83499283Z","Action":"output","Package":"sleepy1","Output":"PASS\n"}
{"Time":"2017-11-15T20:09:19.835124469Z","Action":"output","Package":"sleepy1","Output":"ok \tsleepy1\t0.208s\n"}
{"Time":"2017-11-15T20:09:19.835151515Z","Action":"pass","Package":"sleepy1","Elapsed":0.208}
{"Time":"2017-11-15T20:09:19.849381369Z","Action":"run","Package":"sleepy2","Test":"Test1"}
{"Time":"2017-11-15T20:09:19.849498233Z","Action":"output","Package":"sleepy2","Test":"Test1","Output":"=== RUN Test1\n"}
{"Time":"2017-11-15T20:09:20.054551636Z","Action":"output","Package":"sleepy2","Test":"Test1","Output":"--- PASS: Test1 (0.20s)\n"}
{"Time":"2017-11-15T20:09:20.054717691Z","Action":"pass","Package":"sleepy2","Test":"Test1","Elapsed":0.2}
{"Time":"2017-11-15T20:09:20.054744931Z","Action":"output","Package":"sleepy2","Output":"PASS\n"}
{"Time":"2017-11-15T20:09:20.055369967Z","Action":"output","Package":"sleepy2","Output":"ok \tsleepy2\t0.211s\n"}
{"Time":"2017-11-15T20:09:20.055438742Z","Action":"pass","Package":"sleepy2","Elapsed":0.211}
go_test.go:5158: did not find fmt interlaced with math
FAIL
FAIL cmd/go 102.955s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment