Error saving classification shows up when classifying fails
Categories
(Tree Management :: Treeherder, defect, P2)
Tracking
(Not tracked)
People
(Reporter: CosminS, Assigned: camd)
References
(Regression)
Details
Attachments
(2 files)
this doesn't happen all the time but mostly when classifying failures quickly one after another, please see the attached screenshot.
also noticed that this appears when you have multiple fails pinned and you classify them all at once.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
I haven't yet been able to reproduce this. I'll keep trying on stage. I don't suppose this has changed since the deploy 6 days ago? We pushed some changes I made in this area.
Assignee | ||
Comment 3•6 years ago
|
||
OK, I spoke too soon. I was finally able to reproduce this. I have not yet figured out the error though. Trying to track that down...
Assignee | ||
Comment 4•6 years ago
|
||
I found the error and have a fix. In reality, there was no error classifying. It was an error in trying to reapply filters AFTER classifying. But if you classify several jobs in the same platform, the later jobs will already be filtered away. But I wasn't checking if the job was gone before trying to call filter
on it. So a simple check fixes it.
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
I tested on stage and it looks fixed now.
Comment 7•6 years ago
|
||
Hi Cameron, I could still reproduce this again this shift, same situation, when classifying multiple failures at once: https://irccloud.mozilla.com/file/tp28916N/classification_error
Assignee | ||
Comment 8•6 years ago
|
||
Andrea-- Sorry, I should have clarified. This change has been pushed to stage, but not production yet. I will do a production push today to get all these fixes out. If you wanted to test on treeherder.allizom.org, it should work correctly there.
Comment 9•6 years ago
|
||
Ahh, okay. Tested on staging and indeed the issue is fixed. Thank you.
Description
•