-
Notifications
You must be signed in to change notification settings - Fork 0
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
ALX Tasks checker fails #37
Comments
This comment was marked as resolved.
This comment was marked as resolved.
it's wrong output checks, anyway, i checked the task 4 endpoints (/connect, /disconnect, /users/me) response and status codes same as required |
Also, task 6 has 3 fails : 9, 11 and 12 So far we have the following fails:
Task 1 exhibits inconsistent behavior: it sometimes passes completely, while other times it fails at check 4. This occurs without any code changes, simply by rerunning the check. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
After reverting code in #43 and #44 . @M1-Elmasry |
Task 6 and 7 have been resolved |
In task 4, all old fails (7, 11) have been resolved, but check 5 fails. Task 5 has 10 and 11 fails |
When i was writing tests in task 10 i noticed there is test cases passes in the first try and then fails, after some debugging i knew that's happened because in the first try redis and db are clear there is no records in them, so try to dump some data into redis and db and run tests again |
This solves many problems while testing on my machine, but about the checker, I checked the testing codes for each check, and the tests do drop and recreate the db and collections and fill them with initial data. So, I don't think this affect the checker, but it does affect our local environments. |
The text was updated successfully, but these errors were encountered: