Closed Bug 1073130 Opened 10 years ago Closed 10 years ago

Treeherder only shows bug suggestions when the search term is an exact substring of the bug summary

Categories

(Tree Management :: Treeherder, defect, P1)

defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: RyanVM, Assigned: emorley)

References

Details

https://treeherder.mozilla.org/ui/logviewer.html#?job_id=2557821&repo=mozilla-inbound TBPL correctly suggests bug 1025040 for this failure. Treeherder has no suggestions.
09:27:11 ERROR - TEST-UNEXPECTED-ERROR | test_single_finger_desktop.py testSingleFingerMouse.test_chain | TimeoutException: TimeoutException: wait_for_condition timed out 09:27:34 ERROR - TEST-UNEXPECTED-FAIL | test_switch_frame.py TestSwitchFrame.test_should_be_able_to_carry_on_working_if_the_frame_is_deleted_from_under_us | AssertionError: 0 != 1 09:30:27 ERROR - Return code: 10
Priority: -- → P1
Blocks: 1057359
Assignee: nobody → emorley
Status: NEW → ASSIGNED
Search term: test_single_finger_desktop.py testSingleFingerMouse.test_chain https://treeherder.mozilla.org/api/bugscache/?search=test_single_finger_desktop.py%20testSingleFingerMouse.test_chain ...which returns zero bugs. However the bug summary isn't actually correct for that bug (it doesn't contain the exact string above). Now TBPL might happen to match on it by cooincidence, due to the quirks of quicksearch, but I think it's going to be hard to replicate match-word type behaviour without also hitting false positives like bug 1076963 or having the drawbacks of full-text search in bug 1091643.
Wontfix given comment 2.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Summary: Treeherder doesn't match failures for bug 1025040 → Treeherder only shows bug suggestions when the search term is an exact substring of the bug summary
Note I'm happy to consider other ways of matching if we can come up with something better, but we'll need a lot of tests and handling of truncated search terms etc.
You need to log in before you can comment on or make changes to this bug.