From 2cfec537a35f8e7bcb50a3302d73bb98be70e426 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 31 Jan 2025 12:38:41 +0100 Subject: syz-cluster: store session test logs Record the logs from the build and fuzzing steps. --- syz-cluster/controller/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syz-cluster/controller/api.go') diff --git a/syz-cluster/controller/api.go b/syz-cluster/controller/api.go index e5cb18a27..3e25b2ba4 100644 --- a/syz-cluster/controller/api.go +++ b/syz-cluster/controller/api.go @@ -102,7 +102,7 @@ func (c ControllerAPI) uploadTest(w http.ResponseWriter, r *http.Request) { if req == nil { return } - // TODO: add parameters validation. + // TODO: add parameters validation (and also of the Log size). err := c.testService.Save(r.Context(), req) if err != nil { http.Error(w, fmt.Sprint(err), http.StatusInternalServerError) -- cgit mrf-deployment