[go-nuts] Re: Disable test result caching from within Go code?

2019-04-12 Thread Manlio Perillo
On Friday, March 29, 2019 at 2:20:53 AM UTC+1, twp...@gmail.com wrote: > > I have a bunch of integration tests which depend on external services. > I've added the build tag "integration" for each source file containing such > tests so they are only run when I do: > $ go test -tags=integration

Re: [go-nuts] Re: Disable test result caching from within Go code?

2019-04-12 Thread Tom Payne
t; Subject: [go-nuts] Re: Disable test result caching from within Go code? > > OK, I guess that Go has no solution for this. > > On Friday, March 29, 2019 at 2:20:53 AM UTC+1, twp...@gmail.com wrote: >> >> I have a bunch of integration tests which depend on external ser

Re: [go-nuts] Re: Disable test result caching from within Go code?

2019-04-11 Thread Robert Engels
request is getting cached by a CDN, etc.-Original Message- From: twpa...@gmail.com Sent: Apr 11, 2019 4:44 PM To: golang-nuts Subject: [go-nuts] Re: Disable test result caching from within Go code? OK, I guess that Go has no solution for this.On Friday, March 29, 2019 at 2:20:53 AM UTC+1, twp

[go-nuts] Re: Disable test result caching from within Go code?

2019-04-11 Thread twpayne
OK, I guess that Go has no solution for this. On Friday, March 29, 2019 at 2:20:53 AM UTC+1, twp...@gmail.com wrote: > > I have a bunch of integration tests which depend on external services. > I've added the build tag "integration" for each source file containing such > tests so they are only