Worker Live MXAccess Smoke Test #34
Notifications
Due Date
No due date set.
Blocks
Depends on
#35 Parity Fixture Matrix
dohertj2/mxaccessgw
#49 Cross-Language Smoke Test Matrix
dohertj2/mxaccessgw
#12 Implement Session Manager And Registry
dohertj2/mxaccessgw
#13 Implement Public gRPC Service
dohertj2/mxaccessgw
#14 Implement Event Streaming And Backpressure
dohertj2/mxaccessgw
#24 Create MXAccess COM Object On STA
dohertj2/mxaccessgw
#26 Implement Register And Unregister
dohertj2/mxaccessgw
#27 Implement AddItem, AddItem2, RemoveItem
dohertj2/mxaccessgw
#28 Implement Advise, UnAdvise, AdviseSupervisory
dohertj2/mxaccessgw
#29 Implement Event Sink And Event Queue
dohertj2/mxaccessgw
#33 Implement Graceful Shutdown
dohertj2/mxaccessgw
Reference: dohertj2/mxaccessgw#34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Source: $file
Milestone: $currentMilestone
Labels:
area:worker,area:tests,type:test,priority:p0Deliverables:
Register,AddItem,Advise,CloseSession.Acceptance criteria:
Worker 2 is taking this issue. Branch: agent-2/issue-34-worker-live-mxaccess-smoke-test. Worktree: C:\Users\dohertj2\Desktop\mxaccessgw-agent-2.
Implemented and merged via PR #91.
Verification performed by orchestrator:
dotnet test src\MxGateway.IntegrationTests\MxGateway.IntegrationTests.csproj --filter FullyQualifiedName~IntegrationTestEnvironmentTestspassed: 3 passed.dotnet format src\MxGateway.sln --verify-no-changespassed.dotnet build src\MxGateway.slnpassed: 0 warnings, 0 errors.dotnet test src\MxGateway.Worker.Tests\MxGateway.Worker.Tests.csproj -p:Platform=x86 --no-buildpassed: 114 passed.dotnet test src\MxGateway.sln --no-buildpassed: integration 3 passed/1 skipped, gateway 179 passed, worker 114 passed.Live MXAccess execution was skipped because
MXGATEWAY_RUN_LIVE_MXACCESS_TESTSis not set. The new smoke test remains opt-in and reports as skipped in the normal solution test run.Additional review fix applied before merge: repository root discovery now supports git worktree
.gitfiles as well as normal.gitdirectories, with regression coverage.