fix(windows): retry/backoff and serial-mode return fix on Docker path - #213
Conversation
…path windows/steps/activate.ps1 and windows/steps/return_license.ps1 (the Docker-container script set used by unity-test-runner and unity-builder's Windows matrix) never got the retry/exponential-backoff treatment applied everywhere else this session, and return_license.ps1's serial branch was missing -username/-password entirely. Confirmed live via unity-test-runner#310's Windows Docker jobs: license return failed on the very first attempt with "Serial number unavailable for ULF return" (Unity falls back to a ULF-style return when it doesn't know the license was serial-activated) and no retry ever happened. - return_license.ps1: serial branch now passes -username/-password (matching mac/steps/return_license.sh and the host-mode windows/return_license.ps1), and both branches retry with exponential backoff on known-transient signatures. - activate.ps1: all three branches (personal/serial/licensing-server) now retry with exponential backoff, and serial credentials are preferred over personal-license whenever both are configured, matching the priority fix already applied to every other activate script. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Test plan