-
Notifications
You must be signed in to change notification settings - Fork 28
Manual validation
ObadaS edited this page Sep 4, 2024
·
6 revisions
This is a checklist to follow in order to perform a manual validation of the platform's proper functioning. This is especially useful when validating a "bump" pull request made by the dependabot, a fresh installation or any change in the code base.
- Create a user account and login
- Create a competition
- Create a queue
- Upload a submission
- Check that the submission was processed (results, visualization tab, leaderboard)
- Change/recover password
- Delete user
- Delete submission
- Delete queue
- Delete competition
- Admin page
- Look at the logs for any problematic messages (
docker compose logs -f
)