-
Notifications
You must be signed in to change notification settings - Fork 212
[$75] Marathon Leaderboard Showing 100 for failed submission #4336
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc: @dushyantb @cwdcwd |
@Oanh-and-only-Oanh @sushilshinde Can we get a quick fix in for this one? It's causing a lot of problems on live marathon matches. |
the community app should look up the reviewType of |
This is the |
Note, please don't just hard code that Id in to solve this |
Contest https://www.topcoder.com/challenges/30124030 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30124030 has been updated - it has been assigned to Narekvar90. |
Hey @narekcat, checking progress here, how things are going? Thanks |
@luizrrodrigues I am working on it. I will finish it in next 6 hours. |
@luizrrodrigues - I tried to reproduce this bug, but I couldn't find an example of submission that succeed virus scan, but failed next review and in submissions list it's score is 100. Yesterday I could reproduce this bug, but today its working as expected. I also checked some other challenge submissions, but couldn't reproduce the bug. |
@narekcat Okay, I'll recheck and back to you shortly. |
@narekcat I'm able to reproduce the issue in this challenge: |
@luizrrodrigues Ok, I am already working on this issue. |
@luizrrodrigues I have debugged application and found out that it already ignores all reviews of Virus Scan (see https://github.com/topcoder-platform/topcoder-react-lib/blob/develop/src/utils/submission.js#L137). But in production it uses development |
@narekcat Cool, nice catch. Currently, we have an issue with I'll do some checks today and back to you. |
@luizrrodrigues Ok. |
@Oanh-and-only-Oanh @narekcat Already take a look and probably found the issue, I'll do some local test right now and give feedback on the ticket. |
@luizrrodrigues @narekcat, we need to resolve this asap. Please put your attention to this. thanks |
@Oanh-and-only-Oanh I'm checking fix to #4345 right now. |
Issue found, please check: #4345 (comment) I'll prepare the branch run QA. |
Great job @luizrrodrigues! Thanks |
Let’s aim to close this ASAP. Tony and Glenn will be very happy know. |
@Oanh-and-only-Oanh @ajefts @cwdcwd After fix
|
@SathyaJayabal This one ready to QA in Beta env. You can check with this challenge: |
@luizrrodrigues , verified on beta |
@luizrrodrigues, we should also ignore the unknown review type, because this will cause the issue to come back when the submissions processor is released (since submissions processor is on dev env and we still see the issue in dev) |
We’ll verify again in PROD since it shouldn’t be a problem there.
On Mon, May 11, 2020 at 9:08 AM SathyaJayabal ***@***.***> wrote:
@luizrrodrigues <https://github.com/luizrrodrigues>, we should also
ignore the unknown review type, because this will cause the issue to come
back when the submissions processor is released (since submissions
processor is on dev env and we still see the issue in dev)
cc @Oanh-and-only-Oanh <https://github.com/Oanh-and-only-Oanh>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4336 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALKVPTTKJRAX4TIUQISWGC3RRAPHVANCNFSM4MXEPS6A>
.
--
<https://www.topcoder.com/>
*Oanh Tran*
Product Manager, Community App
732-353-9457
www.topcoder.com | @topcoder <http://twitter.com/topcoder>
|
This ticket was not processed for payment. If you would like to process it for payment, please reopen it, add the |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30124030 |
Describe the bug
In certain cases a MM submission is failing to run. The Virus scan returns 100, but the next review doesn't succeed. The leaderboard is displaying 100 as their submission score, which is incorrect. It should be marked as a fail on the leaderboard.
If you check the API calls that get submissions (i.e. https://api.topcoder.com/v5/submissions?challengeId=30120970&page=1&perPage=500), you'll see a review array. The app needs to check the typeID to determine the review type. The scores posted on the leaderboard should not be the typeID that maps to AV Scan. You'll notice some submissions have 1 review record while others have multiple review records. The app needs to inspect them to make sure it's the correct one to display.
See screenshot for an example.
To Reproduce
Steps to reproduce the behavior:
Screenshots
https://www.topcoder.com/direct/customerProjectsAjaxAction
The text was updated successfully, but these errors were encountered: