On Sun, Feb 8, 2015 at 9:15 PM, Lewis John Mcgibbney < [email protected]> wrote:
> Hi Folks, > A while back there was conversation on releasing 1.0.1 then moving > two-dot-o to master as that is where most development is going on. > Some questions and observations > Here's my take. > > - Is two-dot-o is a condition where is could be released? > Since we've been making source-code only releases, UG2 just as ready as UG1 for a release, which the exception of custom jars we've been using temporarily (Astyanax? RxJava?). I've been doing deploys and testing with UG2, and I'd recommend it over UG1. > - Is there a migration path from 1.0.1 to two-dot-o? I do not mean a > guide as such right now, I just mean has anyone even tried this? > There is no migration path yet and I don't know of any migration attempts. Because the data format is different, we need to write a migration tool -- that could be a complicated piece of work. Recently, Todd, George and I have been working on making the Export & Import tools work well -- that's one way to migrate. > - What does the entire test suite look like for Usergrid? Does anyone > have an automated manner for running all tests? > Currently, you have to run Cassanrda and ElasticSearch separately to run the stack's Maven tests. Todd is working on making this easier via Arquillian and Docker. Also, you will find that some tests in Services and REST are failing -- due to the ongoing test refactoring work there. This is where we need to focus now, getting tests back to green. - Dave
