Re: [Proposal] geode-dunit sub module.

2018-04-16 Thread Kirk Lund
+1 I think I'm in favor of all of these changes as well. I don't know anything about buildship though. I do have a few dunit changes on a feature branch that I'd like to get merged to develop before we move dunit out of geode-core. I'll try to wrap up these changes by Tues or Wed. On Mon, Apr 16,

Re: [Proposal] geode-dunit sub module.

2018-04-16 Thread Sai Boorlagadda
+1 For a cleaner public dunit API. I am changing my proposal to rather create "geode-test" sub-module by combining geode-junit, geode-old-versions, and dunit test framework(extracted from geode-core). For eclipse users, I would recommend the use of buildship (rather than gradle eclipse plugin) an

Re: [Proposal] geode-dunit sub module.

2018-04-05 Thread Dan Smith
+1 Seems like great idea! A couple thoughts - I think it would help our users if we make dunit API very clean and abide by our backwards compatibility rules for that API as well. It would suck to write a test suite that keeps breaking on every version of geode. I think you still might run into so

[Proposal] geode-dunit sub module.

2018-04-05 Thread Sai Boorlagadda
All, Geode's dunit framework can provide an easier way to write integration tests for any server-side extensions or server-side application code. Currently the dunit framework is not a published artifact, so developers cannot write distributed tests. So the proposal is to move all dunit framework