Hi Rob, Rob Atkinson <[email protected]> schrieb am Do., 11. Aug. 2016 um 01:03 Uhr:
> Hi Sebastian > > The fix isnt complete - see 651 - so it would be great if you could take > them both into account. If you were able to point me at the shortcut to > run just the relevant unit tests I'd like to extend the tests to include > the 651 issue at the very least - and maybe have a look into a fix if I can > isolate where the relevant code is - it wasnt obvious from just searching > across the codebase. > > (I dont really have time to do this in the context of a full build which > takes several hours and has quite a few failing tests still on Windows. I > could run the test on a linux vm but IMHO this shouldnt be necessary either > and i cant really justify the setup time on that :-( ) > You are right, it should work perfectly fine from Windows or even from Eclipse or IntelliJ with Maven plugins. You can first to a full "mvn install -DskipTests" for the whole Marmotta project without tests and then later change into the libraries/kiwi directory and run "mvn install" with tests just in that subproject. This way you can skip all the other expensive tests. You can even just run the tests in the kiwi-sparql subdirectory the same way. >From IntelliJ with Maven support you can just click on the Maven tab on the right and you see the whole project structure. Pick the subproject, right click on the "install" target and directly debug or run it. Hope this helps! :) Sebastian > > rob > > > On Thu, 11 Aug 2016 at 07:16 Sebastian Schaffert < > [email protected]> wrote: > > > Hi, > > > > it seems the fix to MARMOTTA-640 (SPARQL UNION) broke all UNION tests. At > > least > > queries 26, 28 and 29 seem to be broken. > > > > Not sure I have enough time to fix it but I'll have a look. > > > > Cheers > > > > Sebastian > > >
