chore: pin AltTester fork with driver transport hardening - #10029
Draft
mikhail-dcl wants to merge 1 commit into
Draft
chore: pin AltTester fork with driver transport hardening#10029mikhail-dcl wants to merge 1 commit into
mikhail-dcl wants to merge 1 commit into
Conversation
Contributor
🚦 CI StatusWindows and Mac built successfully in Unity Cloud.
No C# files changed — lint ratchet skipped. All Unity tests passed ✅
Tests time sums the test cases; Job time is the job's wall clock including checkout, licensing and asset import. Slowest tests
Full report: run summary · results + editor logs: editmode · playmode 🏁 Bare-metal benchmark finished — run #34224564460. Full reportPR #10029, run #34224564460 Overall: ✅ no significant changes Builds: Windows change, Windows baseline, macOS change, macOS baseline How to read this table
Intel Core i5
On demand — comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR change?
Pin
com.alttester.sdkin the manifest and lockfile to fork commit3b2540f5. It includes the Unity 6000.5 compatibility and NLog initialization fixes from AltTester #1984, plus a separate transport-hardening commit.The transport-only diff fixes reconnect state, requires driver registration, reports failed sends, and isolates command responses across connections. The branch backing #1984 remains unchanged at
3c644489; these changes are not added to that contribution.This updates the Unity package only. The external explorer-automation runner still consumes its separate
AltTester-DriverNuGet package. This PR does not claim to resolve the original intermittent Explorer stall.Test Instructions
Explorer/using the Unity version inExplorer/ProjectSettings/ProjectVersion.txtand allow Package Manager to resolve dependencies.com.alttester.sdkresolves to3b2540f507264eeb675bc7787400af485f7e6986, with no AltTester compilation or NLog initialization errors.Transport regression checks, from the AltTester fork at the pinned commit:
Completed: 15 tests passed on the full Unity-upgrade base; Release builds for netstandard2.0 and net5.0 passed with zero warnings/errors. Manifest/lockfile consistency, unchanged package dependencies, and upgrade ancestry were verified. Unity import and instrumented-client smoke testing remain pending.
Quality Checklist