I think this failure may depend on the execution order of tests, because: 1) I can reproduce this failure on some source tree, but cannot on another 2) I can only reproduce it with "mvn install", but "mvn test -Dtest=org.apache.crunch.CheckpointIT" cannot 3) I was trying to add some printf in the case, after saving the file (I modified that CheckpointIT.java), I cannot reproduce it now.
Does anyone have some clue? 2013/11/7 Chao Shi <[email protected]> > I got this testCheckpoints failure too, but cannot reproduce it. I will > this today in another computer. > > > 2013/11/6 Matthias Friedrich <[email protected]> > > > Hi, > > > > does anyone else get a failed test in CheckpointIT? > > > > | Results : > > | > > | Failed tests: testCheckpoints(org.apache.crunch.CheckpointIT): > > | expected:<1> but was:<2> > > | > > | Tests run: 241, Failures: 1, Errors: 0, Skipped: 1 > > > > Regards, > > Matthias > > > > On Monday, 2013-11-04, Josh Wills wrote: > > > Hello, > > > > > > This is a call for a vote on releasing the following candidate as > Apache > > > Crunch 0.8.0. > > > > > > The release fixes the following issues: > > > > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12324802&styleName=Html&projectId=12313526 > > > > > > The vote will be open for at least 72 hours. We need 3 PMC member +1s > in > > > order to make the release. > > > > > > Release artifacts: > > > http://people.apache.org/~jwills/crunch-0.8.0-RC0/ > > > > > > Maven staging repo(s): > > > > https://repository.apache.org/content/repositories/orgapachecrunch-075/ > > > > https://repository.apache.org/content/repositories/orgapachecrunch-076/ > > > > > > The tag to be voted upon: > > > > > > https://git-wip-us.apache.org/repos/asf?p=crunch.git;a=tag;h=b165c9ff472c8f8226e16d36abd1ee63e647bdee > > > > > > Crunch's KEYS file: > > > http://www.apache.org/dist/crunch/KEYS > > > > > > Thanks, > > > Josh > > > > >
