Reconcile docs with reality; fix module graph, token compare, health #1

Open
kami wants to merge 216 commits from webui-and-audit-reconciliation into master
Showing only changes of commit 82d8e91959 - Show all commits
+1
View File
@@ -94,6 +94,7 @@ func ingest(t *testing.T, s *store.Store, external string) domain.Task {
}
func TestEndToEndIngestRouteLeaseRotateAndComplete(t *testing.T) {
// The completion version is intentionally read after pickup to model the event stream.
s, r, _ := setup(t)
task := ingest(t, s, "one")
h := &harness{occupancy: .95, boundary: true}