In my opinion, all default tests should pass regardless of the computer, regardless of the project. We shouldn't have to commit changes and try a build on Jenkins to make sure we didn't break anything. So, I'm happy the build succeeds on my computer right now. But, I also want to use Java 1.7.
On Thu, Aug 14, 2014 at 2:03 PM, Lewis John Mcgibbney < [email protected]> wrote: > Hi Tyler, > I can build OODT locally not problem since tests were stabalized. > Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; > 2014-02-14T09:37:52-08:00) > Maven home: /usr/local/apache-maven-3.2.1 > Java version: 1.7.0_55, vendor: Oracle Corporation > Java home: > /Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.9.4", arch: "x86_64", family: "mac" > > I've always just had it as a rule of thumb (in the past anyway)... I try to > match what Jenkins environment is like. > Obviously this is not the case right now as I am building on mac OSX > however I am not surprised if it is not working. > https://builds.apache.org/view/All/job/oodt-trunk/ > You can check the build configuration by navigating to 'configuration' on > the left hand side bar and looking into the job. > hth > Lewis > > > On Thu, Aug 14, 2014 at 1:45 PM, Tyler Palsulich <[email protected]> > wrote: > > > Hi all, > > > > Moving this discussion over to a new thread. Chris is testing with Java > 1.7 > > on his machine. @Michael, you're having (different) tests fail on > different > > machines? > > > > My computer is now passing all tests with OS X 10.9.4 and Java 1.6.0_65. > > Tests failed with 1.7.0_65, I switched, and now they pass. > > > > <quote> > > > > > I'm having issues even passing the Commons tests on a clean install... > > > > Working with Ross Laidlaw, we figured out that I was having a Java > > versioning issue. I was using jdk1.7.0_65 and tests were not running and > > failing completely silently. So, I downgraded to 1.6.0_65 and now all > tests > > pass. > > > > Odd... Anyone have any thoughts on why? Can others build with 1.7? > > > > Tyler > > > > > > On Sat, Jul 26, 2014 at 7:17 PM, Tyler Palsulich <[email protected]> > > wrote: > > > > > Hi, > > > > > > The odd thing is, I can't find a failing test... Which doesn't make > > sense. > > > Every commons test has 0 errors, 0 failures, and 0 skipped. > > > > > > I'd really like to avoid -DskipTests, for sanity's sake. > > > > > > Tyler > > > On Jul 24, 2014 10:40 PM, "Tom Barber" <[email protected]> > wrote: > > > > > >> Hey Tyler, > > >> > > >> I've seen some failures but not this one before, can you dig out the > > >> failure message from the surefire test? You could always just munge it > > and > > >> try -DskipTests > > >> > > >> On 23/07/14 16:49, Tyler Palsulich wrote: > > >> > > >>> Thanks all! I'm looking forward to the roadmap call. > > >>> > > >>> Before then, I'm having issues even passing the Commons tests on a > > clean > > >>> install... Here is the output of `mvn test -X`: > > >>> https://paste.apache.org/75u9. > > >>> > > >>> ➜ mvn --version > > >>> Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; > > >>> 2014-02-14T09:37:52-08:00) > > >>> Maven home: /usr/local/Cellar/maven/3.2.1/libexec > > >>> Java version: 1.7.0_60, vendor: Oracle Corporation > > >>> Java home: > > >>> /Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home/jre > > >>> Default locale: en_US, platform encoding: UTF-8 > > >>> OS name: "mac os x", version: "10.9.3", arch: "x86_64", family: "mac" > > >>> > > >>> TL;DR: I don't see any failed tests. -DfailIfNoTests=false doesn't > > help. > > >>> My > > >>> surefire directory doesn't have any failures. > > >>> > > >>> Is there any config that needs to be set up before install? Or, am I > > >>> missing something in the output above? > > >>> > > >>> Thank for any help, > > >>> Tyler > > >> > > >> > > </quote> > > > > > > -- > *Lewis* >
