Closed dougbu closed 1 year ago
Unfortunately, the PortReserver
issues are still hurting in AzDO builds. I don't see them nearly as much in TeamCity (oddly enough). /cc @halter73 @Tratcher
TeamCity builds were the ones where I mainly saw problems w/ Microsoft.TestCommon. Using this branch, TeamCity builds #561 and #563 of Main.Integration was successful.
Trying to find a free port like that will always be racy. It's better for the server to retry binding until it finds a port.
Trying to find a free port like that will always be racy. It's better for the server to retry binding until it finds a port.
Thanks @Tratcher. Doesn't help my frustration w/ getting this PR in :wink: May either force the merge or just keep retrying until things work. I'm also open to adding a tactical fix here. I'm fine no matter the choice but am not going to dive into finding that workaround myself.
$(BuildInParallel)