Bug 727494
Summary: | [RFE] warn if user wants to re-report the same problem | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Yogesh <ychavan> |
Component: | abrt | Assignee: | Denys Vlasenko <dvlasenk> |
Status: | CLOSED ERRATA | QA Contact: | qe-baseos-tools-bugs |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.1 | CC: | ahecox, dvlasenk, gavin, jmoskovc, kklic, mnowak, npajkovs, pmuller, rvokal, vgaikwad |
Target Milestone: | rc | Keywords: | FutureFeature |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | abrt-2.0.8-1.el6 | Doc Type: | Enhancement |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-06-20 07:03:14 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 744774 |
Description
Yogesh
2011-08-02 10:00:43 UTC
Yes, ABRT allows to report the same crash many times, I think we should implement dupe checking similar to bugzilla, so customers can find duplicates at least in their tickets. I agree with what Jiri said -- we should be de-duplicating that behind the scenes, although maybe we can make that more visible to the customer. Did the customer report the crash each time from the same system? yes, and for abrt we should have the the message "You've already reported the issue/bug. Do you want to report it once more?" if report submits the problem report and we can return an arbitrary response, we could include this. Eg, suggested KBase: article-123, also, you've already reported this problem in case-234, do you want to add this data to this case? We can look that up server-side, although we'll need to scope out the work if we want to go down that path... Fixed in git: commit 7d86e14ae0d5899eac823f22f111253c6b829a5e Author: Denys Vlasenko <dvlasenk> Date: Tue Nov 1 17:41:39 2011 +0100 reporter-bugzilla/rhts: add code to prevent duplicate reporting. Closes rhbz#727494 Option -f override this check. For now, I added the option to default config files - meaning that the behavior don't change. Improvement: commit aded0a7f67d3ccd87f5dfc2cf9c0aa165af4af89 Author: Denys Vlasenko <dvlasenk> Date: Thu Nov 3 18:19:29 2011 +0100 reporter-{bugzilla,rhtsupport}: if already reported, don't abort, but ask. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-0841.html |