I'm looking at a problem where a test suite is setting up a number of parallel tests that are creating/modifying/deleting property groups within a single service instance. A number of libscf actions take place and hit the repository pretty hard. Sometimes I get failures from some of the scf_* functions. The error string is almost always "entity not found" and is most frequently on a property group delete or a transaction end. On the delete, the property group does get deleted.
If I slow down the creation of the parallel tests, the failures disappear which Is why I have started to suspect a load issue. I should also mention that each instance of the test works on different property groups so there isn't a collision where two are modifying the same pgroup. I didn't see a similar problem when searching the discussion and bugs., but wanted to check to see if it is a known issue. Also, any ideas on how to further diagnose the problem? This message posted from opensolaris.org