Add fleet topology epidemiology: strain plague map and mining interrupt fixes.
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
Strain nodes replace host nodes in FleetTopologyMap; server queues epidemiology_fix on auth and reports interrupts to AI and Seer.
This commit is contained in:
@@ -64,6 +64,9 @@ func TestParseCommandsSpreadRetryLane(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestCourtCommandsNeedRetryElevation(t *testing.T) {
|
||||
if !CourtCommandsNeedRetryElevation([]Command{{Type: CmdSpreadGraft}}) {
|
||||
t.Fatal("spread_graft should require L4 elevation")
|
||||
}
|
||||
if !CourtCommandsNeedRetryElevation([]Command{{Type: CmdSpreadRetryLane}}) {
|
||||
t.Fatal("expected spread_retry_lane to need L4")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user