Closed
Bug 760062
Opened 13 years ago
Closed 13 years ago
Only 5 apps listed in "Games" category landing page.
Categories
(Marketplace Graveyard :: Consumer Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: vcarciu, Unassigned)
References
()
Details
(Keywords: regression)
Attachments
(3 files)
Prerequisites:
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/15.0 Firefox/15.0a1
Steps to reproduce:
1.Go to https://marketplace-dev.allizom.org/en-US/apps/games and observe the category landing page
Expected results:
If there are more than 6 apps in this category, then the landing page should list 6 apps.
Actual results:
Only 5 apps listed for "Games" even if we have 18 apps in this category.
Please see the attached screenshot.
NOTE:
Not reproducible in production.
Comment 1•13 years ago
|
||
If its not reproducible in prod, should it actually block 752013?
Comment 2•13 years ago
|
||
I see 6. calling this fixed.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•13 years ago
|
||
Reporter | ||
Comment 5•13 years ago
|
||
Reproducible again for more categories (less than 6 apps present on category landing pages even if there are more than 6 apps on this category):
https://marketplace-dev.allizom.org/en-US/apps/music
https://marketplace-dev.allizom.org/en-US/apps/business
https://marketplace-dev.allizom.org/en-US/apps/games
Etc...
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 6•13 years ago
|
||
I have absolutely no idea what's going on here.
This is what *should* be shown on the category landing page for Games:
[<Webapp: 379975: Galactians2>, <Webapp: 369489: Lord of Ultima>, <Webapp: 377832: Nook>, <Webapp: 368127: Chain Reaction>, <Webapp: 372635: Galactians>, <Webapp: 364745: Shibumi>]
Games category landing page: http://cl.ly/image/0d0u083c1T0I
Games category search results page: http://cl.ly/image/0f2W4632323F
Comment 7•13 years ago
|
||
I ran the elasticsearch query manually and it's including an addon with ID 371053 as the 6th result. (The slicing happens in ES). From there, the IDs are loaded from the database which finds this app is a persona and is disabled so it's excluded from the db query, which results in only 5 apps.
The app lookup for this ID is: https://marketplace-dev.allizom.org/en-US/lookup/app/371053/summary
Perhaps if we re-run app indexing this wouldn't get into our search index. I'm not sure how it got there to begin with.
Comment 8•13 years ago
|
||
Recreated the ES indices and reindexed the apps, and it appears OK: http://f.cl.ly/items/2N291g1P291E1q2C1v3F/Screen%20shot%202012-07-31%20at%2011.11.37%20AM.png
Thanks, Rob!
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 10•13 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•