Fix Fleet AI and LOTL test regressions after parallel merges.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Stub slow syscheck/listen-port probes in agent tests, fix ai_snapshot mutex deadlock, reorder fleet clearance vs connectivity checks, and add AI control precedence plus LotlTimeline vitest coverage.
This commit is contained in:
@@ -143,7 +143,7 @@ func (c *AgentClient) buildAISnapshot(miningHashrate float64) AISnapshot {
|
||||
c.mu.Lock()
|
||||
snap.ClearanceLevel = c.clearanceLevel
|
||||
if len(c.atlasSkips) > 0 {
|
||||
snap.AtlasSkips = c.atlasSkipsSnapshot()
|
||||
snap.AtlasSkips = append([]AtlasSkip(nil), c.atlasSkips...)
|
||||
}
|
||||
if c.inheritedPhenotype != nil {
|
||||
copy := *c.inheritedPhenotype
|
||||
|
||||
Reference in New Issue
Block a user