test_alerts_post doesn't set or test the PerformanceDatum's job_id
Categories
(Tree Management :: Perfherder, defect, P1)
Tracking
(Not tracked)
People
(Reporter: emorley, Assigned: suyash546, Mentored)
References
Details
(Keywords: good-first-bug, Whiteboard: [lang=py])
Attachments
(1 file)
Updated•5 years ago
|
Comment 2•5 years ago
|
||
Hello,
I would like to work on this issue. This is my very first time contributing it would be great if you could redirect me to the documentation and kindly please guide me on how to get started on this. Thank you
Comment 3•5 years ago
|
||
Ganesh, are you still interested in working on this bug? You can find the Treeherder docs here.
Updated•5 years ago
|
Comment 4•5 years ago
|
||
Thanks for your reply. Sure I would love to work on ths bug. I have looked at how to fix the issue. I will look at the docs and raise a PR for the same. This would be my first PR ever please do let me know if I should take care of anything
Assignee | ||
Comment 5•5 years ago
|
||
I think that passing ds_job_id as job_id would be enough .
Shall I go on proceeding this way
Comment 6•5 years ago
|
||
(In reply to suyash546 from comment #5)
I think that passing ds_job_id as job_id would be enough .
Shall I go on proceeding this way
I don't think that's the best approach. ds_job_id
is a deprecated field & the tests should take that into account.
Comment 7•5 years ago
|
||
From what I can see, job ids are nullable, which means they don't have to be provided.
Thus, we should simply remove the mentioning of that job_id
from the zip entirely.
Assignee | ||
Comment 8•5 years ago
|
||
Shall I go on to do this
Comment 9•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
Well done Suyash!
Assignee | ||
Comment 12•5 years ago
|
||
Thanks Armen!!
Updated•5 years ago
|
Description
•