Shashank Mittal
Shashank Mittal
related PRs and Issues: #6098 and #5649 .
@davepagurek if you can review this. I am willing to work on this issue. Please assign.
Found 2 more data race conditions while testing a web application using TLS. ```================== WARNING: DATA RACE Read at 0x00c000fca780 by main goroutine: go.keploy.io/server/pkg/hooks.(*Hook).StopUserApplication() /home/shashank/Documents/Developer/keploy/pkg/hooks/loader.go:404 +0x105 go.keploy.io/server/pkg/service/test.(*tester).RunTestSet.func1() /home/shashank/Documents/Developer/keploy/pkg/service/test/test.go:573 +0xb8 runtime.deferreturn()...
> > Hello @andreyvelich I was wondering if I can pick up on this work if you are planning on including this in Katib 0.18. > > That would be...
Hey, IMO, it would be great to store test files alongside the actual files and standardize testing across all Kubeflow SDKs. I can start by going through the methods defined...
> Hi @shashank-iitbhu, did you have time to work on that issue ? We want to include this feature in the next Kubeflow release and the feature freeze date is...
Hey @richscott , I would like to give this a try. One way is to use GitHub actions matrix build for parallel execution of the jobs. Can you provide your...
Hey @yurishkuro ! I was trying to reproduce this issue. So I came up with two tests, first test ```TestConcurrentCertPoolAccessForDataRace``` [link](https://github.com/shashank-iitbhu/jaeger/blob/7ade33097a518c55ddeb71e9161a8a74f4e1c6c6/pkg/config/tlscfg/options_test.go#L192) directly provoking a data race by concurrently appending certificates...
Both the test are provoking Data Race conditions. Data Race provoked by the first test ```TestConcurrentCertPoolAccessForDataRace``` [link](https://github.com/shashank-iitbhu/jaeger/blob/7ade33097a518c55ddeb71e9161a8a74f4e1c6c6/pkg/config/tlscfg/options_test.go#L192) is similar to the actual Data Race: ```(base) shashankmittal@Shashanks-Laptop jaeger % /usr/local/go/bin/go test...