Closed
Bug 1373784
Opened 8 years ago
Closed 8 years ago
system tests broken due to 'debug' parameter
Categories
(Socorro :: Symbols, task)
Socorro
Symbols
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
Details
System tests fail with:
_____________________ test_basic_symbolication_with_debug ______________________
Traceback (most recent call last):
File "/app/tests/systemtest/test_symbolicate.py", line 66, in test_basic_symbolication_with_debug
debug = response.json()['debug']
KeyError: 'debug'
_______________________ test_basic_symbolication_cached ________________________
Traceback (most recent call last):
File "/app/tests/systemtest/test_symbolicate.py", line 96, in test_basic_symbolication_cached
assert response.json()['debug']['downloads']['count'] == 0
KeyError: 'debug'
===================== 2 failed, 15 passed in 14.99 seconds =====================
Due to https://github.com/mozilla-services/tecken/commit/5333833c81cec7643c2485a28560ca4603cfdbe8
Assignee | ||
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
Commit pushed to master at https://github.com/mozilla-services/tecken
https://github.com/mozilla-services/tecken/commit/de646a1b1e16e311bee1e404accb0e3a4288709c
fixes bug 1373784 - system tests broken due to 'debug' parameter (#175)
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•