Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
thunar:dev:integration_testcases [2024/03/16 22:02] – Use 100.000 files instead of 10.000 alexxconsthunar:dev:integration_testcases [2024/04/25 15:04] (current) alexxcons
Line 10: Line 10:
  
 == Memory Leakage  == == Memory Leakage  ==
 +  * Run all below testcases with "valgrind thunar/thunar"
   * check used ram of thunar in taskmanager after each test and compare with previous thunar version   * check used ram of thunar in taskmanager after each test and compare with previous thunar version
     * Ram at least should not increase dramatically     * Ram at least should not increase dramatically
Line 26: Line 26:
  
   * File IO   * File IO
-    * File Creation: ''for i in {1..20000}; do touch "$i"; done'' ([[https://gitlab.xfce.org/xfce/thunar/-/issues/1315|20.000 currently freezes thunar while 10.000 works fine]])+    * File Creation: ''for i in {1..20000}; do touch "$i"; done''
     * STRG+A on both views to select them all     * STRG+A on both views to select them all
     * File Deletion: ''for i in {1..20000}; do rm "$i"; done''     * File Deletion: ''for i in {1..20000}; do rm "$i"; done''