Closed
Bug 1296017
Opened 9 years ago
Closed 9 years ago
Default keybuilder for TelemetryBotoS3CrashStorage should be SimpleDatePrefixKeyBuilder
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
Details
Attachments
(1 file)
By default, when you use TelemetryBotoS3CrashStorage it should default to use SimpleDatePrefixKeyBuilder as the keybuilder_class.
When we do that we don't have specify the keybuilder_class in the mocked tests. E.g. https://github.com/mozilla/socorro/blob/b4c312fa2767e85f24fbc2ed401ad49cf933a114/socorro/unittest/external/boto/test_crashstorage.py#L1092
| Assignee | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/23244e39c824ba78ba98299c61f71a73c2310865
fixes bug 1296017 - default SimpleDatePrefixKeyBuilder on TelemetryBo… (#3431)
* fixes bug 1296017 - default SimpleDatePrefixKeyBuilder on TelemetryBotoS3CrashStorage
* remove reference_value_from
* force it in
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•