Closed
Bug 1042695
Opened 11 years ago
Closed 11 years ago
Comment left by treeherder-to-TBPL-sync omits the bug number
Categories
(Tree Management :: Treeherder, defect, P1)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: mdoglio)
References
Details
Classifying a failure on treeherder successfully leaves a comment on TBPL for the same job (nice work!).
The comment left on TBPL is:
intermittent
Please could we make it something like:
Bug 123456 (classification: intermittent)
And for multiple bugs:
Bug 123456, Bug 654321 (classification: intermittent)
![]() |
Reporter | |
Comment 1•11 years ago
|
||
It seems like this is already meant to happen?
https://github.com/mozilla/treeherder-service/blob/a0d82137ccc519ed1036ee12e25238ed012b9994/treeherder/etl/tbpl.py#L95
Summary: Comment left by treeherder to TBPL sync needs tweaking → Comment left by treeherder-to-TBPL-sync needs tweaking
![]() |
Reporter | |
Updated•11 years ago
|
Summary: Comment left by treeherder-to-TBPL-sync needs tweaking → Comment left by treeherder-to-TBPL-sync omits the bug number
![]() |
Assignee | |
Updated•11 years ago
|
Assignee: nobody → mdoglio
![]() |
Reporter | |
Updated•11 years ago
|
Status: NEW → ASSIGNED
![]() |
Reporter | |
Comment 2•11 years ago
|
||
Mauro - don't suppose you've had any luck with this P1?
It's one of the reasons I'm not actively using treeherder side-by-side with TBPL, since the synced data isn't correct.
![]() |
Assignee | |
Comment 3•11 years ago
|
||
It's the next item on my list. I'll work on it tomorrow probably
![]() |
Reporter | |
Comment 4•11 years ago
|
||
Ah great :-)
![]() |
Assignee | |
Comment 5•11 years ago
|
||
Quick update on the progress: persona authentication is not working properly and that prevents the bug submission to tbpl. A quick workaround is to logout and login again with persona. I will open a bug for it and mark this as dependent.
![]() |
Assignee | |
Comment 6•11 years ago
|
||
I forgot to mention that there was an outdated permission check on the bug association endpoint that checked if the user submitting data is a sheriff. I'll remove it in a mini PR
![]() |
Assignee | |
Comment 7•11 years ago
|
||
It's on master now, I'll apply it to production in a few hours. I also marked bug 1050765 as a blocker for this
![]() |
Assignee | |
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
![]() |
Reporter | |
Comment 8•11 years ago
|
||
Was it intended that there are now two comments left, one that says "intermittent" and one that has the bug number?
eg:
https://tbpl.mozilla.org/?rev=8252eae8278c&jobname=Ubuntu%20ASAN%20VM%2012.04%20x64%20mozilla-central%20opt%20test%20mochitest-devtools-chrome
Flags: needinfo?(mdoglio)
![]() |
Assignee | |
Comment 9•11 years ago
|
||
Yes, that's due to the differentiation between bug association and classification we do on treeherder. If it's a problem I can avoid posting the classification to tbpl unless there is a comment attached to it
Flags: needinfo?(mdoglio)
![]() |
Reporter | |
Comment 10•11 years ago
|
||
Let's perhaps just leave as is, not doing any harm & we'll only be throwing away the sync code in a while :-)
You need to log in
before you can comment on or make changes to this bug.
Description
•