Followings are my Os and Maven version details. It might be possible that FileSystem.listStaus() function returns directories/files is sorted order on Max os which might not be the case with linux. I can create Jira and provide patch if required.
mvn -version Apache Maven 3.0.4 Maven home: /usr/share/maven Java version: 1.6.0_33, vendor: Sun Microsystems Inc. Java home: /usr/local/java/jdk1.6.0_33/jre Default locale: en_IN, platform encoding: UTF-8 OS name: "linux", version: "3.2.0-27-generic", arch: "amd64", family: "unix" java -version java version "1.6.0_33" Java(TM) SE Runtime Environment (build 1.6.0_33-b04) Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03, mixed mode) Thanks & Regards, Gagan On Thu, Oct 11, 2012 at 5:57 AM, Aaron McCurry <[email protected]> wrote: > I have cleaned all the Blur projects and run mvn install on all the > projects and have gotten no unit test errors. What versions of java > and maven are you using? And what operating system on running them > on? > > mvn -version > Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500) > Maven home: /usr/share/maven > Java version: 1.6.0_31, vendor: Apple Inc. > Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home > Default locale: en_US, platform encoding: MacRoman > OS name: "mac os x", version: "10.7.3", arch: "x86_64", family: "mac" > > java -version > java version "1.6.0_31" > Java(TM) SE Runtime Environment (build 1.6.0_31-b04-415-11M3635) > Java HotSpot(TM) 64-Bit Server VM (build 20.6-b01-415, mixed mode) > > Let me know how I can help. > > Aaron > > On Wed, Oct 10, 2012 at 12:14 PM, Aaron McCurry <[email protected]> > wrote: > > Ok, thanks! I will take a look at this and post back. Feel free to > > add a Jira ticket: > > > > https://issues.apache.org/jira/browse/BLUR > > > > If not I will add one once I can reproduce the problem. Thanks again! > > > > Aaron > > > > On Wed, Oct 10, 2012 at 10:20 AM, Gagan Juneja > > <[email protected]> wrote: > >> Hi Aaron, > >> Thanks a lot. > >> I have taken code from this location only. The test case failing is * > >> testGetSplits* in class BlurInputFormatTest.java. Here array having > list of > >> splits in arbitrary order but we are comparing in sequence. I fixed this > >> locally instead of comparing on certain index list.contains is working > >> fine. I am using java 6 only. This file is there at 2 places. > >> > >> > >> Thanks & Regards, > >> Gagan > >> > >> On Wed, Oct 10, 2012 at 6:41 PM, Aaron McCurry <[email protected]> > wrote: > >> > >>> First off, welcome! > >>> > >>> The correct Apache location is: > >>> > >>> http://git-wip-us.apache.org/repos/asf/incubator-blur.git > >>> > >>> So the git command is: > >>> > >>> git clone http://git-wip-us.apache.org/repos/asf/incubator-blur.git > >>> > >>> Yes the master is the version to use for now. Can you please post the > >>> testcase(s) that are failing? There is a know issue with blur-jdbc, > >>> in that it won't build with java 7 and the whole project has not been > >>> tested in java 7 yet. That is one of the goals of the next major > >>> version 0.2. > >>> > >>> Aaron > >>> > >>> On Wed, Oct 10, 2012 at 8:37 AM, Gagan Juneja < > [email protected]> > >>> wrote: > >>> > Hi Team, > >>> > I have taken code base from master branch on git repository. While > >>> building > >>> > the project some of the test case are failing. Although I found some > >>> fixes. > >>> > Did I checkout the code from right location or any development branch > >>> > exists on git repository? > >>> > > >>> > Regards, > >>> > Gagan > >>> >
