[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: VFS bug testing
alesj
do-not-reply at jboss.com
Tue Jan 20 08:48:33 EST 2009
"rhusar" wrote :
| lets establish together what we need for the testing of the VFS bug.
|
A simple answer would be:
we need something that would access nested resources every
* (cache limit time) + 1 period - if timed cache
* (cache size limit) + 1 times - if LRU cache
* weak/soft cache release - if we have some way of doing this (JBoss Profiler - Clebert's work)
* ?
Nested resources should be:
* classes
* packages (from package-info.java)
* metadata files
* some configuration files
* ?
Access type:
* via classloader
* direct URL usage
* via VFS api
* ?
Each '?' means this should be made flexible,
easy to add new type (resource, access, ...).
The test should prove:
* the temp resources are not growing beyond resonable size/number
* cache entry instances are expected
"rhusar" wrote :
| I am running long tests for the clustering test, maybe we can add it to the test scenario,
|
As long as we can properly monitor it.
"rhusar" wrote :
| but i guess it will be easier to create one from the scrach.
| But depends what we need indeed.
|
It's up to you to decide that,
as only you (and probably Brian) know what you're doing there.
"rhusar" wrote :
| Ales, maybe you can send your "some quick/crappy test on my 2nd machine" and I can have a look at that.
|
Not something I'm proud to share. :-)
I'll keep it as a last resort if you really have no other idea. ;-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4203259#4203259
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4203259
More information about the jboss-dev-forums
mailing list