Merge lp:~racb/apport/more-mysql-bugpatterns into lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns

Proposed by Robie Basak
Status: Merged
Merged at revision: 563
Proposed branch: lp:~racb/apport/more-mysql-bugpatterns
Merge into: lp:~ubuntu-bugcontrol/apport/ubuntu-bugpatterns
Diff against target: 33 lines (+25/-0)
1 file modified
bugpatterns.xml (+25/-0)
To merge this branch: bzr merge lp:~racb/apport/more-mysql-bugpatterns
Reviewer Review Type Date Requested Status
Brian Murray Approve
Alberto Salvia Novella (community) Approve
Review via email: mp+307943@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alberto Salvia Novella (es20490446e) :
review: Approve
Revision history for this message
Brian Murray (brian-murray) wrote :

This looks good to me. Keep in mind it's possible to use search-bugs in the same bzr branch to review and consolidate existing bug reports e.g.:

./search-bugs --package ubuntu-release-upgrader --tags apport-bug -C

review: Approve
Revision history for this message
Robie Basak (racb) wrote :

Thanks! These ones have been trickling in so we've been duping them manually. I just got fed up of duping a couple more for the umpteenth time :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bugpatterns.xml'
2--- bugpatterns.xml 2016-09-20 16:02:39 +0000
3+++ bugpatterns.xml 2016-10-07 11:51:33 +0000
4@@ -2083,4 +2083,29 @@
5 <re key="Logs.var.log.mysql.error.log">\[ERROR\] Incorrect definition of table performance_schema\.</re>
6 </pattern>
7
8+ <pattern url="https://launchpad.net/bugs/1490071">
9+ <re key="Package">^mysql-server-5\.(6|7)</re>
10+ <re key="DpkgTerminalLog">Aborting downgrade from \(at least\) 10\.0 to 5\.(6|7)\.</re>
11+ </pattern>
12+
13+ <pattern url="https://launchpad.net/bugs/1579708">
14+ <re key="Package">^mysql-server-5\.7</re>
15+ <re key="modified.conffile..etc.mysql.conf.d.mysql.cnf">\[deleted\]</re>
16+ </pattern>
17+
18+ <pattern url="https://launchpad.net/bugs/1579708">
19+ <re key="Package">^(mysql-server|mysql-server-5.7|mysql-common)</re>
20+ <re key="modified.conffile..etc.mysql.mysql.cnf">\[deleted\]</re>
21+ </pattern>
22+
23+ <pattern url="https://launchpad.net/bugs/1579708">
24+ <re key="Package">^(mysql-server|mysql-server-5.7|mysql-common)</re>
25+ <re key="modified.conffile..etc.mysql.conf.d.mysql.cnf">\[deleted\]</re>
26+ </pattern>
27+
28+ <pattern url="https://launchpad.net/bugs/1579708">
29+ <re key="Package">^(mysql-server|mysql-server-5.7|mysql-common)</re>
30+ <re key="modified.conffile..etc.mysql.my.cnf.fallback">\[deleted\]</re>
31+ </pattern>
32+
33 </patterns>