Fixed NettyEmitter - the WordCountTestZk passes - code is at https://github.com/kambatla/s4-piper/tree/fix-netty
Matthieu and Kishore, how do I unit test for network glitches - please point me to appropriate sources if you know of any. Should I commit this for now and add JIRA for network-glitch-test. Thanks Karthik On Tue, Nov 22, 2011 at 1:27 PM, Matthieu Morel <[email protected]> wrote: > > > Also, you should clean up the lock file between tests, I have the > > impression that it stays and doesn't allow to batch tests, as with > > "gradle test". You can probably get some code from the s4-core tests > > TestUtils class for that. > > Fixed by making sure each test is forked when running tests in batch > through gradle. That was an issue with the build script, not the platform > code. > > I committed that change in Leo's master branch > https://github.com/leoneu/s4-**piper/<https://github.com/leoneu/s4-piper/> > > > Matthieu >
