bcpierce00 / unison

Unison file synchronizer
GNU General Public License v3.0
4.08k stars 229 forks source link

Add test to sync 100,000 new files #997

Open gdt opened 7 months ago

gdt commented 7 months ago

We have occasional reports of running out of memory. It would be nice if the automated tests did something stressful. This ticket is just to add something that is a) stressful and b) we think can fit in some reasonable amount of RAM that we document in the test instructions.

However, that might cause more trouble than it is worth. So it might lead to test options where the normal "make test" does not run tests that are expensive.