Closed
Bug 864391
Opened 12 years ago
Closed 12 years ago
create tables to support skiplist in database
Categories
(Socorro :: Database, task)
Tracking
(Not tracked)
RESOLVED
FIXED
48
People
(Reporter: lars, Assigned: selenamarie)
References
Details
(Whiteboard: [qa-])
we need a new table to hold the skip list information that's currently held in configuration and/or hard coded.
The table should look like this;
category: text
rule: text
Some sample data could look like this:
category rule
----------- ---------------------------------
prefix (libxul\.so|xul\.dll|XUL)@0x.*
ignore @0x[0-9a-fA-F]{2,}
prefix SocketShutdown
prefix operator new\([^,\)]+\)
sentinel '_purecall',
('mozilla::ipc::RPCChannel::Call(IPC::Message*, IPC::Message*)',
lambda x: 'CrashReporter::CreatePairedMinidumps(void*, '
'unsigned long, nsAString_internal*, nsILocalFile**, '
'nsILocalFile**)' in x
)
prefix arena_.*
order is unimportant
This table will be read once at the beginning of a run of the processor. If we ever implement SIGHUP in the processors, then this table would be read again after SIGHUP.
Reporter | ||
Comment 1•12 years ago
|
||
rather than the values listed in Comment #0, valid values for `category` should be
prefix
irrelevant
line_number
sentinel
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → sdeckelmann
Assignee | ||
Updated•12 years ago
|
Target Milestone: --- → 47
Assignee | ||
Updated•12 years ago
|
Target Milestone: 47 → 48
Comment 2•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/05ee39c7aecec94b12ed8a00e036a9b22cd6db6a
bug 864391 - Add skiplist table and migration
https://github.com/mozilla/socorro/commit/b47f8bc3033dd81152ba20e7db21cdd7b509a909
Merge pull request #1259 from selenamarie/bug864391-skiplist-db
bug 864391 - Add skiplist table and migration
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•