Dylan Smith
Dylan Smith
another example: https://github.com/github/gh-gei/actions/runs/4450558388/jobs/7816162392#step:19:1844
another one with a SocketException/IOException: https://github.com/github/gh-gei/actions/runs/4670751380/jobs/8271717864#step:12:348 ``` [xUnit.net 00:07:51.35] OctoshiftCLI.IntegrationTests.AdoCsvToGithub.With_Inventory_Report_Csv [FAIL] Failed OctoshiftCLI.IntegrationTests.AdoCsvToGithub.With_Inventory_Report_Csv [7 m 49 s] Error Message: System.Net.Http.HttpRequestException : An error occurred while sending the request. ---- System.IO.IOException...
Another failure this would have prevented: https://github.com/github/gh-gei/actions/runs/5398224828/jobs/9803881769#step:16:151
Currently the only fail fast explicit checks we do (for GHES sources) are that the target repo does not exist and the target org does exist. The GEI API calls...
I agree, cc @timrogers to prioritize
Here's another failure: https://github.com/github/gh-gei/actions/runs/5509620147/jobs/10042726906#step:16:376
In this case that was intentional, but I agree it can be a bit confusing. The intent was to let the user know that the GH_SOURCE_PAT would be used to...
> Is it not possible for you to rename the archive with the parameters given to bbs2gh after it has been copy off the bitbucket server? (--bbs-project / --bbs-repo )...
In this case it looks like it already has retry logic, but I think there might be a bug where it's not properly logging the fact that retries are happening....
Nope I take it back, there's a bug in our retry logic, it's only retrying on an empty string result and not on exceptions. That's definitely a bug. We need...