aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/pkg/reporter
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-07-11 15:44:40 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-07-14 11:30:46 +0000
commitec20f94ff6effe4c2aab4b4a4ecdfb33180e6e77 (patch)
tree57058c12e7ab2ca53553afdbd75d632d98c9c9a6 /syz-cluster/pkg/reporter
parent76718eb73e3d1e2a43363d80ab15366706b6491f (diff)
syz-cluster: upload and share build config and log
Diffstat (limited to 'syz-cluster/pkg/reporter')
-rw-r--r--syz-cluster/pkg/reporter/api_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/syz-cluster/pkg/reporter/api_test.go b/syz-cluster/pkg/reporter/api_test.go
index 279055e5a..69ee0c604 100644
--- a/syz-cluster/pkg/reporter/api_test.go
+++ b/syz-cluster/pkg/reporter/api_test.go
@@ -43,6 +43,8 @@ func TestAPIReportFlow(t *testing.T) {
finding.LinkCRepro = ""
assert.NotEmpty(t, finding.LinkSyzRepro, "%q's LinkSyzRepro is empty", finding.Title)
finding.LinkSyzRepro = ""
+ assert.NotEmpty(t, finding.Build.ConfigLink, "%q's ConfigLink is empty", finding.Title)
+ finding.Build.ConfigLink = ""
}
assert.Equal(t, &api.SessionReport{
@@ -69,6 +71,7 @@ func TestAPIReportFlow(t *testing.T) {
Repo: "mainline",
BaseCommit: "abcd",
Arch: "amd64",
+ Compiler: "compiler",
},
},
{
@@ -78,6 +81,7 @@ func TestAPIReportFlow(t *testing.T) {
Repo: "mainline",
BaseCommit: "abcd",
Arch: "amd64",
+ Compiler: "compiler",
},
},
},