go: 1.27
Test / Hakurei (race detector) (push) Successful in 4m20s
Test / Sandbox (push) Successful in 3m12s
Test / Sandbox (race detector) (push) Successful in 2m43s
Test / ShareFS (push) Successful in 5m40s
Test / Create distribution (push) Successful in 56s
Test / Hakurei (push) Successful in 3m28s
Test / Flake checks (push) Successful in 1m12s

This fixes test cases affected by jsonv2 changes.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
cat
2026-08-20 19:05:29 +09:00
parent ace59607f2
commit cbd95294ba
6 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ func TestDispatch(t *testing.T) {
}),
},
}, true, []string{`{"kind":"fatal","message":"rejecting coldboot loop","error":"unique error 51966 injected by the test suite"}
`, `{"kind":"inconsistent","message":"processed inconsistent uevent","error":{"fault":1,"event":{"action":"add","devpath":"\u0000","env":{"V":"\ufffd"},"seqnum":2,"subsystem":""},"object":{"state":1,"devpath":"\u0000","subsystem":"","env":{"V":"\ufffd"}}}}
`, `{"kind":"inconsistent","message":"processed inconsistent uevent","error":{"fault":1,"event":{"action":"add","devpath":"\u0000","env":{"V":"` + "\ufffd" + `"},"seqnum":2,"subsystem":""},"object":{"state":1,"devpath":"\u0000","subsystem":"","env":{"V":"` + "\ufffd" + `"}}}}
`}, `dispatch: rejecting coldboot loop: unique error 51966 injected by the test suite
dispatch: processed inconsistent uevent: duplicate add event on devpath "\x00"
`, nil},