[23:50] wallyworld: getting an error on uniter api tests but no error message ```OOPS: 118 passed, 1 skipped, 1 FAILED [23:50] --- FAIL: TestAll (10.94s) [23:50] FAIL [23:50] fail github.com/juju/juju/api/uniter 10.967s``` [23:50] hmmm [23:50] running locally? [23:50] had this on jenkins I think on friday [23:51] I'll see if its reproducible [23:51] what branch [23:51] develop [23:51] possibly a bug in teardown? [23:52] could be. a lot of stuff has landed in 2.8 and been forward ported. not sure how much develop work has been done of late [23:57] wallyworld: running the test package with https://godoc.org/golang.org/x/tools/cmd/stress results in the error [23:58] cd api/uniter && go test -c && stress ./uniter.test -test.cpu=10 [23:58] but no error printed?