From Fedora Project Wiki
(Created page with '{{QA/Test_Case |description=This test case tests the functionality of the ABRT quota option. |actions= # Edit /etc/abrt/abrt.conf and find this line: <pre> Max...') |
(convert to new category system) |
||
Line 19: | Line 19: | ||
# If abrt-applet is running then it should notify user about exceeded quota | # If abrt-applet is running then it should notify user about exceeded quota | ||
}} | }} | ||
[[Category: | [[Category:Package_abrt_test_cases]] |
Revision as of 16:21, 13 January 2011
Description
This test case tests the functionality of the ABRT quota option.
How to test
- Edit /etc/abrt/abrt.conf and find this line:
MaxCrashReportsSize = 1000
- this means that the quota is set to 1000MB
How to test this:
- set this to some lower value and try to generate some crashdumps with abrt and
exceed this limit - the last dump shouldn't be saved. Note - the last saved dump can exceed this value, but the next one won't be saved.
Expected Results
- ABRT should not save the new crash
- If abrt-applet is running then it should notify user about exceeded quota