-
Notifications
You must be signed in to change notification settings - Fork 2
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
Handling of low disk space #29
Comments
It could be useful to show in the status more information regarding the ETF status: |
I think these are information that are relevant only for the Admin and should not be shown in the standard user interface. Meanwhile, I even think that the Loaded components should not be displayed and the status view should be renamed to Running tests or something like that. For users, it might be more useful to show a classified status, based on the resource details. For example: "System is under heavy load, tests may take a while", "No space left on disk for new test data. New tests can not be started at this time. Wait for old test data to be cleaned up.". I think these information should be displayed when the user attempts to start a new test or visits the Running tests view. |
To do:
|
As @jonherrmann said, the information on the ETF Status page is not very relevant to a common user of the application. Maybe the messages to display could be:
Another option could be to check the test objects that the user is providing, to see if the size of the data could be hosted on the system. Also, apply some heuristics to evaluate the space in memory needed for the test run, and how much time it will take; this way some quick test runs could be allowed under heavy work load. On a related note, it would be interesting to check the usage of the status page. Right now, the page is accessed via Javascript, and no log is generated when displaying the status tab. A tool like Matomo (formerly named Piwik) could be used to capture the client side interactions, and get usage statistics. |
Background and Motivation
To improve handling of low disk space the user could be notified about the status of disk. In addition,
some old test object data should be deleted after a while.
This issue is related to etf-validator/etf-webapp#13.
Proposed change
Alternatives
Funding
TBD
The text was updated successfully, but these errors were encountered: