Description
right now package test class TestPackagesPseudoDistributed.groovy mixes with package service tests, file contents tests and dependency tests. I am trying to use it to test the package and found there are too many failures in each run and very hard to isolate/verify the bugs and very hard to get a clean run to indicate certain level of health of the package.
This patch is minor, but it will very helpful for me to isolate the package test issues in different levels (service, dependency, file contents) so that we can gradually get confident of our package before release.