[google/syzkaller] 787e7c: dashboard/app: prepare for spanner migrations

0 views
Skip to first unread message

Dmitry Vyukov

unread,
8:21 AM (5 hours ago) 8:21 AM
to syzk...@googlegroups.com
Branch: refs/heads/gh-readonly-queue/master/pr-6590-e31fcc98a0656b952c90a2bcf6d044efb890e21a
Home: https://github.com/google/syzkaller
Commit: 787e7cd0a324014b6ec3d4d830119c8d71439200
https://github.com/google/syzkaller/commit/787e7cd0a324014b6ec3d4d830119c8d71439200
Author: Dmitry Vyukov <dvy...@google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)

Changed paths:
M dashboard/app/aidb/crud.go

Log Message:
-----------
dashboard/app: prepare for spanner migrations

If the code uses "select *", it's not possible to update spanner schema.
Adding a field to spanner first leads to "missing field in Go struct" errors,
adding a field to Go struct first leads to "missing field in spanner" errors.
Replace "select *" with concrete set of fields the code knowns about.
This should allow adding fields to spanner first.


Commit: ce94b10583a205d365175b0f18ed2c9d0765559c
https://github.com/google/syzkaller/commit/ce94b10583a205d365175b0f18ed2c9d0765559c
Author: Dmitry Vyukov <dvy...@google.com>
Date: 2026-01-13 (Tue, 13 Jan 2026)

Changed paths:
M dashboard/app/ai_test.go
M dashboard/app/aidb/entities.go
A dashboard/app/aidb/migrations/2_add_jobs_correct.down.sql
A dashboard/app/aidb/migrations/2_add_jobs_correct.up.sql
M dashboard/app/util_test.go

Log Message:
-----------
dashboard/app: add spanner Jobs.Correct field

Lay down foundation for spanner DB migrations by adding Jobs.Correct field.
This will allow us to test deployment of such changes.
The field will be used to record results of manual assessment of AI job results.


Compare: https://github.com/google/syzkaller/compare/787e7cd0a324%5E...ce94b10583a2

To unsubscribe from these emails, change your notification settings at https://github.com/google/syzkaller/settings/notifications

Dmitry Vyukov

unread,
8:33 AM (5 hours ago) 8:33 AM
to syzk...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages