-
Notifications
You must be signed in to change notification settings - Fork 302
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
Plagiarism checks
: Clean up results and cases in case of errors
#7466
Plagiarism checks
: Clean up results and cases in case of errors
#7466
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, waiting for testing session.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on ts1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested in testing session, LGMT
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Demonstrated in testing session.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worked fine, the plagiarism message was not displayed anymore after submitting something different
Plagiarism checks
: Clean up results and cases after cpc errorPlagiarism checks
: Clean up results and cases in case of errors
Checklist
General
Server
Motivation and Context
The cpc leaves phantom plagiarism cases when any of its subsequent runs results in an error. Such phantom cases can lead to false positive plagiarism case notification or not removing plagiarism case after cpc detected no plagiarism. An example scenario is when there suddenly is no submissions matching the plagiarism check configuration.
Description
Now in case an exception Is thrown the cpc will remove all phantom plagiarism comparisons and cases, leaving the system in a correct state.
Steps for Testing
Prerequisites:
plagiarism-detection-fix-cpc-when-new-short-submission-1min
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Review Progress
Performance Review
Code Review
Manual Tests
Test Coverage