Integrator: AWS gate fixes and doc counts after cloud landing.
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
Apply SwarmMagnet, uiHelp, AccessDepthPanel, Seer, miningsurgery, and path-tracer test fixes; add agent cloud telemetry fields and main strings import; refresh tests/README and PROBLEMS AWS operator notes.
This commit is contained in:
@@ -27,8 +27,15 @@ func TestComposeFromInterruptContainerRestart(t *testing.T) {
|
||||
if !found {
|
||||
t.Fatalf("actions=%v want container_restart", plan.Actions)
|
||||
}
|
||||
if ContainsSpreadCommand([]string{"discover_and_join"}) {
|
||||
t.Fatal("spread guard misfire")
|
||||
actionTypes := make([]string, len(plan.Actions))
|
||||
for i, a := range plan.Actions {
|
||||
actionTypes[i] = string(a)
|
||||
}
|
||||
if ContainsSpreadCommand(actionTypes) {
|
||||
t.Fatalf("plan must not contain spread commands: %v", plan.Actions)
|
||||
}
|
||||
if !ContainsSpreadCommand([]string{"discover_and_join"}) {
|
||||
t.Fatal("spread guard should detect discover_and_join")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user