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:ABRT_Test_Cases]]
[[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

  1. 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

  1. ABRT should not save the new crash
  2. If abrt-applet is running then it should notify user about exceeded quota