Branch: refs/heads/gh-readonly-queue/master/pr-7148-804ea88f04c93135cfb4cfaf486a32eed3bb42d3
Home:
https://github.com/google/syzkaller
Commit: c7c0409e05f8a0c8fc0c176676bd702b1cfdcb36
https://github.com/google/syzkaller/commit/c7c0409e05f8a0c8fc0c176676bd702b1cfdcb36
Author: Aleksandr Nogikh <
nog...@google.com>
Date: 2026-04-29 (Wed, 29 Apr 2026)
Changed paths:
M pkg/email/lore/test_util.go
Log Message:
-----------
pkg/email/lore: fix tests when default branch is not master
The lore poller hardcodes 'master' as the branch to poll. When tests
are run in an environment where git init defaults to 'main' (or
anything else), the initial poll fails because the requested branch
does not exist in the test repository.
Explicitly create and checkout the 'master' branch in the test
archive setup to ensure consistency across environments.
To unsubscribe from these emails, change your notification settings at
https://github.com/google/syzkaller/settings/notifications