umakanta75 / caliper

Automatically exported from code.google.com/p/caliper
Apache License 2.0
0 stars 0 forks source link

Current Master fails to build #225

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. git clone https://code.google.com/p/caliper/
2. cd caliper/caliper
3. mvn package

What is the expected output? What do you see instead?
I expected to see a JAR package with the latest SNAPSHOT build of Caliper, 
instead the build fails because two tests are failing:

Tests in error: 
  getVmConfig_baseDirectoryAndName(com.google.caliper.config.CaliperConfigTest): Failed to delete /var/folders/1m/n0p7lzwj43j3dsd4t8mvwmn40000gn/T/1361618663056-0
  getVmConfig_baseDirectoryAndHome(com.google.caliper.config.CaliperConfigTest): Failed to delete /var/folders/1m/n0p7lzwj43j3dsd4t8mvwmn40000gn/T/1361618663059-0

What version of the product are you using? On what operating system?
The latest master (48b1f239a98604b13731e0b635b24edbe5be6ab0) with the following 
operating system:

Darwin novabyte-chris.local 12.2.1 Darwin Kernel Version 12.2.1: Thu Oct 18 
16:32:48 PDT 2012; root:xnu-2050.20.9~2/RELEASE_X86_64 x86_64

Original issue reported on code.google.com by chris.mo...@gmail.com on 23 Feb 2013 at 11:31

GoogleCodeExporter commented 9 years ago

Original comment by gak@google.com on 25 Feb 2013 at 4:17