Split testing
Hello @weierophinney I'm opening this issue to follow up your gist (https://gist.github.com/weierophinney/dfd36c2f839c2810a994), since gist has no notifications.
My test at zend-db component is done, but I'm having issues to run the phpunit, how are you running it?
Here is my repo https://github.com/renatomefidf/zend-db
@renatomefidf I'm seeing the same issues on your split; take a look at the 2.3.8 tag for an example.
To run unit tests, you must first run composer install so that dependencies and autoloading are setup. I've noticed in several cases that we're not listing adequate dev dependencies; that's something we'll fix after we have successful splits.
Ok, now I have a better scenario to continue the testings!
Hey @weierophinney how was you test with --all? I'm running one very similar to your last commit
Worked perfectly! Look at https://github.com/zendframework/zend-http - truncated history, only commits relevant to the component, all tags written correctly! On May 13, 2015 7:02 AM, "Renato Mendes Figueiredo" < [email protected]> wrote:
Hey @weierophinney https://github.com/weierophinney how was you test with --all? I'm running one very similar to your last commit
— Reply to this email directly or view it on GitHub https://github.com/zendframework/component-split/issues/16#issuecomment-101642130 .
Awesome Matthew! :)
Do you need help to run the other components?
Likely not; another contributor works for an AWS partner, and may be able to run all of them simultaneously on separate instances. If that falls through, I will run them using parallel in batches of 5-10 over the next 1-2 days.