Re: [go-nuts] When should (or shouldn't) I use (*testing.T).Parallel()?

2017-01-09 Thread Ian Lance Taylor
On Mon, Jan 9, 2017 at 8:22 AM, wrote: > The godoc for (*testing.T).Parallel() only says: > >> Parallel signals that this test is to be run in parallel with (and only >> with) other parallel tests. > > Searching for "t.Parallel()" on golang.org shows some usage in >

[go-nuts] When should (or shouldn't) I use (*testing.T).Parallel()?

2017-01-09 Thread mark
The godoc for (*testing.T).Parallel() only says: > Parallel signals that this test is to be run in parallel with (and only with) other parallel tests. Searching for "t.Parallel()" on golang.org shows some usage in net/timeout_test.go but little use elsewhere. I would guess t.Parallel() would