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

False positive autograding process when creating large files #261

Open
florian-jaeger opened this issue Jan 27, 2025 · 0 comments
Open

False positive autograding process when creating large files #261

florian-jaeger opened this issue Jan 27, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@florian-jaeger
Copy link
Contributor

Describe the bug
Currently, submission code can create large files that break git hook validation rules.

Describe a solution
We need to do the following to solve this problem:

  • add customization options to change max file and repo sizes
  • validate output directory after autograding
    • if output dir contains large files or is too large: fail autograding and add log message
@florian-jaeger florian-jaeger added the bug Something isn't working label Jan 27, 2025
@florian-jaeger florian-jaeger changed the title False positive autograding process by large files False positive autograding process when creating large files Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant