ilovesoup / hyracks

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

mvn clean && mvn package failing #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Clone AsterixDB from https://code.google.com/p/asterixdb/source/
2. Build and install Hyracks (clone Hyracks from 
https://code.google.com/p/hyracks/source/)
3. mvm clean && mvn install -DskipTests
4. Change directories to hyracks and input the following into the command line:
mvm clean && mvn package

What is the expected output? What do you see instead?
Expected output of success on the tests. Instead received:

-------------------------------------------------------------------------------
Test set: edu.uci.ics.asterix.test.runtime.ExecutionTest
-------------------------------------------------------------------------------
Tests run: 817, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 637.938 sec 
<<< FAILURE! - in edu.uci.ics.asterix.test.runtime.ExecutionTest
test[790](edu.uci.ics.asterix.test.runtime.ExecutionTest)  Time elapsed: 0.188 
sec  <<< ERROR!
java.lang.Exception: Test 
"src/test/resources/runtimets/queries/temporal/parse_01/parse_01.3.query.aql" 
FAILED!
    at edu.uci.ics.asterix.test.aql.TestsUtils.writeResultsToFile(TestsUtils.java:178)
    at edu.uci.ics.asterix.test.aql.TestsUtils.executeTest(TestsUtils.java:410)
    at edu.uci.ics.asterix.test.runtime.ExecutionTest.test(ExecutionTest.java:134)

Also see attached.

What version of the product are you using? On what operating system?
Using the clone listed in steps to reproduce the problem on Ubuntu 12.04 LTS.

Original issue reported on code.google.com by techa...@gmail.com on 14 Apr 2014 at 5:10

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for reporting this. I have experienced this error too lately, I thought 
at first it was a fluke because I could not reproduce it on other machines. 
What platform are you using, specifically? This happens to me on Debian jessie 
on a Thinkpad X201 (i5 540M) with OpenJDK 1.7.0_51, but it doesn't happen on a 
Xeon E5-1620v2 with the same Java version and OS, nor does it happen on the 
build server which is CentOS 6.5 with Oracle JDK 1.7.0_45 with two Xeon E5-2630 
.

Original comment by ima...@uci.edu on 14 Apr 2014 at 7:01

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I'm using Ubuntu Precise Pangolian on HP dv6qte (i7-2670QM) with java version 
"1.7.0_51"

Also, Revising steps to reproduce problem for clarity:

What steps will reproduce the problem?
1. Clone AsterixDB onto your computer. git clone -b <branch> 
https://code.google.com/p/asterixdb/source/
2. Build and install Hyracks (git clone -b <branch> 
https://code.google.com/p/hyracks/source/)
3. mvm clean && mvn install -DskipTests inside the hyracks folder that was 
created.
4. Change directories to the folder where you cloned AsterixDB and input the 
following into the command line:
mvm clean && mvn package

Also, I'm attaching the entire error output message below.

Original comment by techa...@gmail.com on 14 Apr 2014 at 9:27

Attachments:

GoogleCodeExporter commented 9 years ago
This is actually an AsterixDB bug- Issue 795 
(https://code.google.com/p/asterixdb/issues/detail?id=795) to be precise. It 
should be fixed now, as the patch for that was merged into master a while ago. 

Original comment by ima...@uci.edu on 8 Oct 2014 at 5:02