thanks Rob I did mvn clean package, But I tried with -U as well and it makes no difference
From: Rob Vesse <[email protected]> To: "[email protected]" <[email protected]> Date: 06/11/2012 03:42 PM Subject: Re: errors when running the tests? Ok so revisions match up so we are talking the same code. I can't comment on the TDB errors not knowing that part of the codebase but the ARQ failures look to do with some XSD stuff which I know Andy worked on recently. Did you do a simple mvn clean package or did you do a mvn clean package ?U to force updates of all dependencies. That is unlikely to magically fix things but occasionally it does. Interestingly when I fire up the Windows 7 VM and do this I see 1 test failure on ARQ related to a timeout not occurring which I'm not sure what the culprit of is but not the two failures you see. For TDB I do see the same failures as you, as I said I can't help diagnose those so will have to defer to Andy on that Rob From: Simon Helsen <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Monday, June 11, 2012 11:35 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Cc: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: errors when running the tests? I picked up the revision this morning EST and I had noticed the same problem last Friday. The revision number on arq is 1348833 and on tdb it is 1348829 I have attached the relevant error reports Simon From: Rob Vesse <[email protected]<mailto:[email protected]>> To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: 06/11/2012 02:10 PM Subject: Re: errors when running the tests? ________________________________ I can't speak for other committers but I'm not seeing any test failures but then I like most of the other committers run on non-Windows platforms (OS X in my case) Maven uses the surefire plugin to run unit tests and you can find reports under target/surefire-reports for individual modules. I know Andy has made a ton of commits lately and there were some notes in the log about enabling and re-enabling some failing tests during some of his development work around addressing the TDB issues. What revision are you on precisely? Svn reports 1348948 for me. Is it possible you picked up a revision that was during the time Andy was doing his work? Rob On 6/11/12 10:49 AM, "Simon Helsen" <[email protected]< mailto:[email protected]>> wrote: >Hi, > >When I update my Jena projects with svn and then run mvn clean package, I >am seeing junit errors in ARQ and TDB. I am running this on Windows 7/64 >bit. Does anyone else see this? It seems to me that it is questionable to >release Jena if not all junits run through > >Is there a way to produce log files when I run the tests? That way I can >easier share what I am seeing > >Simon
