diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-01-31 12:38:41 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-02-04 14:57:28 +0000 |
| commit | 2cfec537a35f8e7bcb50a3302d73bb98be70e426 (patch) | |
| tree | 27f60eebd3368729e00a35b1662662771948d0df /syz-cluster/controller/api.go | |
| parent | 10f46061d0a00f1bfb6c1f0f34509e1656a3bb23 (diff) | |
syz-cluster: store session test logs
Record the logs from the build and fuzzing steps.
Diffstat (limited to 'syz-cluster/controller/api.go')
| -rw-r--r-- | syz-cluster/controller/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
