zrhoffman commented on issue #5060:
URL: https://github.com/apache/trafficcontrol/issues/5060#issuecomment-812093760


   It succeeds 1000 out of 1000 times for me when testing locally.
   
   ```shell
   cd traffic_ops/traffic_ops_golang/profile
   go test -c
   failures=0
   for ((i = 0; i < 1000; i++)); do
     ./profile.test test.run TestGetImportProfileParameters || (( ++failures ))
   done;
   echo "Failed ${failures} times out of ${i}"
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to