Skip to content
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

[Chat Server] Test fail if character limit is reached in codegrade #46

Open
VikashSingh-21 opened this issue Apr 12, 2024 · 0 comments
Open

Comments

@VikashSingh-21
Copy link
Contributor

There is a bug where a test will fail if there are print statements in the server code will reach a certain character limit. If a for loop is used to print characters, like in the example below, then the following test will fail: 16 clients test, 17 clients test, list test and in use test. It is possible that the other test can fail as well, but this has not happened when I attempted this. I believe this bug is a error from code grade. This can be tested by running a docker and seeing if it will still fail in the docker. My docker does not work for some unknown reason, so i have not been able to test this.
x = 1
for x in range(10000):
print(x)

vsi209

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant