-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix Flaky Behavior in getVolunteerRanks
Query Implementation
#2781
Comments
assign |
The issue has already been fixed in the PR #2770 |
We need to fix implementation not a test. It has been marked as flaky |
I think the actual answer should be 6 only, I've explained it in a comment in my pr. I had changed the expected answer to be equal to 6 in it. |
yes u are right, the implemetation seems fine, I slacked @varshith257 |
Describe the bug
Flaky behavior in the getVolunteerRanks query implementation causing inconsistent test results for monthly, descending, name, no limit scenario.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
all tests should pass
Actual behavior
getVolunteerRanks for monthly, descending, name, no limit
test is failingScreenshots

Additional details
the issue is in the implementation of
getVolunteerRanks
query rather than the test itselfPotential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: