-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
syz-ci: upload programs coverage from managers to gcs #5815
base: master
Are you sure you want to change the base?
Conversation
cfc7315
to
62f27df
Compare
62f27df
to
fccac25
Compare
fileName := fmt.Sprintf("%s/%s-%s-%d-%d.jsonl", | ||
mgr.mgrcfg.DashboardClient, | ||
mgr.name, curTime.Format(time.DateOnly), | ||
curTime.Hour(), curTime.Minute()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: not that it matters much, but do we care about hours and minutes here? If there were several restarts on the same day, is it not okay to just overwrite the jsonl?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It costs nothing and guarantees uniqueness. The goal was to generate the human readable, unique name.
But you're probably right, it is not a big deal.
3a982d5
to
c849374
Compare
PTAL |
c849374
to
d18b1bd
Compare
See #5668 for the wider context.
#5798 needs to be landed first