From: Anthony H. <an...@an...> - 2013-04-09 17:19:58
|
Dear Andrius That is an interesting observation! I am reading myself online now that JUnit does run tests in an arbitrary order.. I did have the same assumption as you. Bizarre, isn’t it? I particularly like the doctrinaire ignorance of “of course your tests should be totally independent” – what world do these people live in? I am not sure if that is the case in VCG, but Leo's doing an overhaul of it at the moment so hopefully all such issues will be identified and resolved in the nearest future. Some of the flashing errors are corner cases for VCG which require some tuning (if I understand correctly), so they are ignored in the tests but are still producing verbose output at the moment. So that output can be ignored as long as the build does not fail. Thanks – that’s good to know How is the SectionManager running with the latest CZT version? Are you still getting transaction errors? No, thank you. That was entirely the fault of maven. All seems well now. I only had to make the one change to the constructor call. Many thanks for your help Anthony Best regards, Andrius On Tue, Apr 9, 2013 at 2:36 PM, Anthony Hall <an...@an...> wrote: Thanks Andrius I’ve changed the url When I rebuilt I again got VCG test errors. This time, however, when I tried again the build was successful, although a lot of errors flashed past during the VCG testing they seemed to be handled in some way that didn’t prevent the build working. I’ve just discovered something horrible that may possibly throw light on that. I’m getting a similar problem with my own cztinterface build – tests are failing apparently randomly. The root cause in my case appears to be a feature of JUnit: within a suite it runs tests in whatever order it feels like (and its mood seems to change from run to run). I had assumed and relied on the fact that it ran them in the order I wrote them. I’m surprised that this hasn’t hit me before. Anyway, I wonder if that might be happening in the VCG case as well? All the best Anthony From: Andrius Velykis [mailto:and...@ne...] Sent: 09 April 2013 13:57 To: Anthony Hall Cc: CZT-Devel Subject: Re: [CZT-Devel] Building from CZT snapshot Dear Anthony, On Tue, Apr 9, 2013 at 12:45 PM, Anthony Hall <an...@an...> wrote: According to git config: remote.origin.url=git://czt.git.sourceforge.net/gitroot/czt/czt remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* The url is what is given in setup.md Yes, sorry, this is the old CZT Git repository path. After the recent move to the new SourceForge platform, the Git repository addresses changed. The read-only access is now `git://git.code.sf.net/p/czt/code` <http://git.code.sf.net/p/czt/code%60> . For write access, check your personal link at http://sourceforge.net/p/czt/code/ when you are logged in to SourceForge. Let me know if this gets the latest version for you. Here's some info on changing the Git remote URL: http://stackoverflow.com/questions/2432764/how-to-change-a-remote-repository-uri-using-git We will update the instructions accordingly. Sorry the about misleading instructions in setup.md - I forgot to update the documentation after the repository change. Best regards, Andrius ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ CZT-Devel mailing list CZT...@li... https://lists.sourceforge.net/lists/listinfo/czt-devel |