internal/rosa: retry in SIGSEGV test
All checks were successful
Test / Create distribution (push) Successful in 1m3s
Test / Sandbox (push) Successful in 2m47s
Test / Hakurei (push) Successful in 3m46s
Test / ShareFS (push) Successful in 3m48s
Test / Sandbox (race detector) (push) Successful in 5m10s
Test / Hakurei (race detector) (push) Successful in 6m19s
Test / Flake checks (push) Successful in 1m21s

Munmap is not always immediate.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-04-17 20:45:19 +09:00
parent dd6a480a21
commit ae9b9adfd2

View File

@@ -51,7 +51,8 @@ func TestReportSIGSEGV(t *testing.T) {
}
}()
defer r.HandleAccess(&err)()
r.ArtifactOf(unique.Make(pkg.ID{}))
for {
r.ArtifactOf(unique.Make(pkg.ID{}))
}
}
}