Skip to content

Commit 6850cff

Browse files
test(procmgr): add spawn-profile Windows E2E with LocalSystem supervisor
Assert dd-procmgr-service runs as LocalSystem and agent-profile children run as the agent user with a loaded user profile. Requires the MSI installer to register dd-procmgr-service as LocalSystem (ServiceCustomAction in this PR).
1 parent 0c9ff4a commit 6850cff

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

test/new-e2e/tests/agent-runtimes/procmgr/procmgr_win_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,6 @@ func (s *procmgrWindowsSuite) TestAgentProfileDescribeUserMatchesRuntimeUser() {
185185
assert.NotEmpty(ct, runtimeUser)
186186
assert.Equal(ct, user, runtimeUser,
187187
"describe User should match Runtime User for agent-profile children")
188-
// MSI stores the machine name as installedDomain for local ddagentuser;
189-
// procmgr display normalizes local SAM accounts to .\user.
190188
assert.Equal(ct, `.\`+agentUser, user,
191189
"local agent user should use registry-style .\\user display")
192190
}, 60*time.Second, 2*time.Second)

0 commit comments

Comments
 (0)