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_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'syz-cluster/controller/api_test.go') diff --git a/syz-cluster/controller/api_test.go b/syz-cluster/controller/api_test.go index bc205392b..99532bc77 100644 --- a/syz-cluster/controller/api_test.go +++ b/syz-cluster/controller/api_test.go @@ -67,6 +67,7 @@ func TestAPISaveFinding(t *testing.T) { BaseBuildID: buildResp.ID, TestName: "test", Result: api.TestRunning, + Log: []byte("some log"), }) assert.NoError(t, err) -- cgit mrf-deployment