Bug 522313 - Add Testcase

This testcase is very heavy.  In order to reproduce on my local
machine I had to install 40000 bundles in parallel over 500 threads

This heavy load also exposed an issue with the bundle file closer
because the single thread closing bundles would backup pending
removals which ultimately lead to too many files being opened at
the same time.  A workaround was added to add delays when the
pending closures got "too high" to allow the closer thread to
catch up.

The build machines cannot handle this test, diabled by default.

Change-Id: Id157bee4e11f02753e6d7927ee2183519f74c3a9
Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
1 file changed