Closed Bug 1356571 Opened 7 years ago Closed 7 years ago

[stage][api tests] test_public_api_navigation is failing

Categories

(Socorro :: General, task)

task
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: mbrandt, Assigned: peterbe)

Details

(Whiteboard: [stage][fromAutomation])

Attachments

(1 file)

One of the API tests began failing on stage yesterday at roughly 4pm PST.

tests/test_api.py:51: in test_public_api_navigation
    assert len(product_to_uuid) == len(product_versions)
E   AssertionError: assert 4 == 5
E    +  where 4 = len({'Fennec': '77e1e67b-bf39-4eea-972f-fa6402170409', 'FennecAndroid': '95d8ca3b-f62f-48c0-8866-1a1852170407', 'Firefox': '424b403b-16ed-44de-8b41-dffeb2170407', 'Thunderbird': '86c37fbf-5241-4ba4-8679-e3dca2170407'})
E    +  and   5 = len(defaultdict(<type 'list'>, {u'Thunderbird': [u'55.0a1', u'54.0a2', u'54.0a1', ...'51.0b13', u'51.0b11', u'51.0b9', u'51.0b7', u'50.1.0', u'50.0.2', u'50.0.1']}))
Commit pushed to master at https://github.com/mozilla/socorro

https://github.com/mozilla/socorro/commit/1d777f0219126c4a3b7f3c8d2d9b2b5526a88642
fixes bug 1356571 - ignore version checking on certain products (#3730)

* fixes bug 1356571 - ignore version checking on certain products

* nits fixed
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Thanks peterbe, verified fixed, the api tests are happily humming along and passing in Jenkins.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: