See <https://builds.apache.org/job/Tajo-master-jdk8-nightly/122/changes>

Changes:

[jhkim] TAJO-1810: Remove QueryMasterTask cache immediately, if it stored to 
persistent storage.

[jhkim] TAJO-1738: Improve off-heap RowBlock.

[hyunsik] TAJO-1812: Timezone support in JSON file format.

[hyunsik] TAJO-1749: Refine JDBC exceptions to better handle exceptional cases.

------------------------------------------
[...truncated 722180 lines...]
 3: type=Broadcast, tables=default.d]
 4: type=Broadcast,...> but was:<...ast, tables=default.[d
 1: type=Broadcast, tables=default.c
 2: type=Broadcast, tables=default.b
 3: type=Broadcast, tables=default.e]
 4: type=Broadcast,...>
  
TestInnerJoinQuery.testWhereClauseJoin6:98->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[part
 1: type=Broadcast, tables=default.supplier]
 2: type=Broadcast,...> but was:<...ast, tables=default.[supplier
 1: type=Broadcast, tables=default.part]
 2: type=Broadcast,...>
  
TestInnerJoinQuery.testJoinWithMultipleJoinQual1:112->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[ps
 1: type=Broadcast, tables=default.p
 2: type=Broadcast, tables=default.s]
 3: type=Broadcast,...> but was:<...ast, tables=default.[s
 1: type=Broadcast, tables=default.ps
 2: type=Broadcast, tables=default.p]
 3: type=Broadcast,...>
  
TestInnerJoinQuery.testBroadcastTwoPartJoin:266->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[orders
 1: type=Broadcast, tables=default.part
 2: type=Broadcast, tables=default.lineitem]
 3: type=Broadcast,...> but was:<...ast, tables=default.[lineitem
 1: type=Broadcast, tables=default.part
 2: type=Broadcast, tables=default.orders]
 3: type=Broadcast,...>
  
TestInnerJoinQuery.testInnerJoinWithThetaJoinConditionInWhere:56->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[a]

SELECTION(6)
  => ...> but was:<...ast, tables=default.[b]

SELECTION(6)
  => ...>
  
TestInnerJoinQuery.testDifferentTypesJoinCondition:209->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...st, tables=default.t[4]

JOIN(5)(INNER)
  =...> but was:<...st, tables=default.t[3]

JOIN(5)(INNER)
  =...>
  TestInnerJoinQuery.testTPCHQ2Join:105->QueryTestCaseBase.runSimpleTests:587 
Plan Verification for: 1 th test expected:<...ast, tables=default.[part
 1: type=Broadcast, tables=default.supplier]
 2: type=Broadcast,...> but was:<...ast, tables=default.[supplier
 1: type=Broadcast, tables=default.part]
 2: type=Broadcast,...>
  
TestInnerJoinQuery.testWhereClauseJoin6:98->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[part
 1: type=Broadcast, tables=default.supplier]
 2: type=Broadcast,...> but was:<...ast, tables=default.[supplier
 1: type=Broadcast, tables=default.part]
 2: type=Broadcast,...>
  
TestInnerJoinQuery.testJoinWithMultipleJoinQual1:112->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[ps
 1: type=Broadcast, tables=default.p
 2: type=Broadcast, tables=default.s]
 3: type=Broadcast,...> but was:<...ast, tables=default.[s
 1: type=Broadcast, tables=default.ps
 2: type=Broadcast, tables=default.p]
 3: type=Broadcast,...>
  
TestInnerJoinQuery.testBroadcastTwoPartJoin:266->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[orders
 1: type=Broadcast, tables=default.part
 2: type=Broadcast, tables=default.lineitem]
 3: type=Broadcast,...> but was:<...ast, tables=default.[lineitem
 1: type=Broadcast, tables=default.part
 2: type=Broadcast, tables=default.orders]
 3: type=Broadcast,...>
  
TestInnerJoinQuery.testInnerJoinWithThetaJoinConditionInWhere:56->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[a]

SELECTION(6)
  => ...> but was:<...ast, tables=default.[b]

SELECTION(6)
  => ...>
  
TestInnerJoinQuery.testDifferentTypesJoinCondition:209->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...st, tables=default.t[4]

JOIN(5)(INNER)
  =...> but was:<...st, tables=default.t[3]

JOIN(5)(INNER)
  =...>
  TestInnerJoinQuery.testTPCHQ2Join:105->QueryTestCaseBase.runSimpleTests:587 
Plan Verification for: 1 th test expected:<...ast, tables=default.[part
 1: type=Broadcast, tables=default.supplier]
 2: type=Broadcast,...> but was:<...ast, tables=default.[supplier
 1: type=Broadcast, tables=default.part]
 2: type=Broadcast,...>
  
TestCrossJoin.testCrossJoinOfOneSmallTableAndJoin:152->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[supplier
 1: type=Broadcast, tables=default.region]
 2: type=Broadcast,...> but was:<...ast, tables=default.[region
 1: type=Broadcast, tables=default.supplier]
 2: type=Broadcast,...>
  
TestCrossJoin.testCrossJoinWithThetaJoinConditionInWhere:117->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[a]

PROJECTION(3)
  =>...> but was:<...ast, tables=default.[b]

PROJECTION(3)
  =>...>
  
TestCrossJoin.testCrossJoinOfOneSmallTableAndJoin:152->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[supplier
 1: type=Broadcast, tables=default.region]
 2: type=Broadcast,...> but was:<...ast, tables=default.[region
 1: type=Broadcast, tables=default.supplier]
 2: type=Broadcast,...>
  
TestCrossJoin.testCrossJoinWithThetaJoinConditionInWhere:117->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[a]

PROJECTION(3)
  =>...> but was:<...ast, tables=default.[b]

PROJECTION(3)
  =>...>
  
TestInnerJoinWithSubQuery.testJoinWithMultipleJoinQual3:63->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[ps
 1: type=Broadcast, tables=default.]s
 2: type=Broadcast...> but was:<...ast, tables=default.[s
 1: type=Broadcast, tables=default.p]s
 2: type=Broadcast...>
  
TestInnerJoinWithSubQuery.testJoinWithMultipleJoinQual4:70->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[ps
 1: type=Broadcast, tables=default.]s
 2: type=Broadcast...> but was:<...ast, tables=default.[s
 1: type=Broadcast, tables=default.p]s
 2: type=Broadcast...>
  
TestInnerJoinWithSubQuery.testComplexJoinCondition5:95->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...st, tables=default.n[ation]

SORT(12)
  => Sort...> but was:<...st, tables=default.n[1]

SORT(12)
  => Sort...>
  
TestInnerJoinWithSubQuery.testBroadcastSubquery2:123->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[part
 1: type=Broadcast, tables=default.a
 2: type=Broadcast, tables=default.c]

GROUP_BY(36)()
  =...> but was:<...ast, tables=default.[c
 1: type=Broadcast, tables=default.a
 2: type=Broadcast, tables=default.part]

GROUP_BY(36)()
  =...>
  
TestInnerJoinWithSubQuery.testJoinWithMultipleJoinQual3:63->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[ps
 1: type=Broadcast, tables=default.]s
 2: type=Broadcast...> but was:<...ast, tables=default.[s
 1: type=Broadcast, tables=default.p]s
 2: type=Broadcast...>
  
TestInnerJoinWithSubQuery.testJoinWithMultipleJoinQual4:70->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[ps
 1: type=Broadcast, tables=default.]s
 2: type=Broadcast...> but was:<...ast, tables=default.[s
 1: type=Broadcast, tables=default.p]s
 2: type=Broadcast...>
  
TestInnerJoinWithSubQuery.testComplexJoinCondition5:95->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...st, tables=default.n[ation]

SORT(12)
  => Sort...> but was:<...st, tables=default.n[1]

SORT(12)
  => Sort...>
  
TestInnerJoinWithSubQuery.testBroadcastSubquery2:123->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[part
 1: type=Broadcast, tables=default.a
 2: type=Broadcast, tables=default.c]

GROUP_BY(36)()
  =...> but was:<...ast, tables=default.[c
 1: type=Broadcast, tables=default.a
 2: type=Broadcast, tables=default.part]

GROUP_BY(36)()
  =...>
  
TestOuterJoinWithSubQuery.testLeftOuterJoinWithEmptySubquery1:87->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[jointable12
 1: type=Broadcast, tables=default.lineitem]

SORT(17)
  => Sort...> but was:<...ast, tables=default.[lineitem
 1: type=Broadcast, tables=default.jointable12]

SORT(17)
  => Sort...>
  
TestOuterJoinWithSubQuery.testLeftOuterJoinWithEmptySubquery1:87->QueryTestCaseBase.runSimpleTests:587
 Plan Verification for: 1 th test expected:<...ast, tables=default.[jointable12
 1: type=Broadcast, tables=default.lineitem]

SORT(17)
  => Sort...> but was:<...ast, tables=default.[lineitem
 1: type=Broadcast, tables=default.jointable12]

SORT(17)
  => Sort...>
  TestDDLBuilder.testBuildDDLForExternalTable:64 expected:<...) USING TEXT WITH 
('[compression.codec'='org.apache.hadoop.io.compress.GzipCodec', 
'text.delimiter'='|]') PARTITION BY COLU...> but was:<...) USING TEXT WITH 
('[text.delimiter'='|', 
'compression.codec'='org.apache.hadoop.io.compress.GzipCodec]') PARTITION BY 
COLU...>
  TestDDLBuilder.testBuildDDLForBaseTable:103 expected:<...) USING TEXT WITH 
('[compression.codec'='org.apache.hadoop.io.compress.GzipCodec', 
'text.delimiter'='|]');> but was:<...) USING TEXT WITH ('[text.delimiter'='|', 
'compression.codec'='org.apache.hadoop.io.compress.GzipCodec]');>
  TestDDLBuilder.testBuildDDLQuotedTableName:90 expected:<...) USING TEXT WITH 
('[compression.codec'='org.apache.hadoop.io.compress.GzipCodec', 
'text.delimiter'='|]') PARTITION BY COLU...> but was:<...) USING TEXT WITH 
('[text.delimiter'='|', 
'compression.codec'='org.apache.hadoop.io.compress.GzipCodec]') PARTITION BY 
COLU...>

Tests run: 1718, Failures: 45, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Tajo Main ......................................... SUCCESS [  1.908 s]
[INFO] Tajo Project POM .................................. SUCCESS [  1.836 s]
[INFO] Tajo Maven Plugins ................................ SUCCESS [  2.817 s]
[INFO] Tajo Common ....................................... SUCCESS [ 29.406 s]
[INFO] Tajo Algebra ...................................... SUCCESS [  2.452 s]
[INFO] Tajo Catalog Common ............................... SUCCESS [  4.628 s]
[INFO] Tajo Plan ......................................... SUCCESS [  6.440 s]
[INFO] Tajo Rpc Common ................................... SUCCESS [  1.244 s]
[INFO] Tajo Protocol Buffer Rpc .......................... SUCCESS [ 46.603 s]
[INFO] Tajo Catalog Client ............................... SUCCESS [  1.426 s]
[INFO] Tajo Catalog Server ............................... SUCCESS [ 10.034 s]
[INFO] Tajo Storage Common ............................... SUCCESS [  2.767 s]
[INFO] Tajo HDFS Storage ................................. SUCCESS [ 45.450 s]
[INFO] Tajo PullServer ................................... SUCCESS [  1.078 s]
[INFO] Tajo Client ....................................... SUCCESS [  2.720 s]
[INFO] Tajo CLI tools .................................... SUCCESS [  2.017 s]
[INFO] ASM (thirdparty) .................................. SUCCESS [  1.922 s]
[INFO] Tajo RESTful Container ............................ SUCCESS [  4.162 s]
[INFO] Tajo Metrics ...................................... SUCCESS [  1.460 s]
[INFO] Tajo Core ......................................... SUCCESS [  9.944 s]
[INFO] Tajo RPC .......................................... SUCCESS [  0.981 s]
[INFO] Tajo Catalog Drivers Hive ......................... SUCCESS [ 12.948 s]
[INFO] Tajo Catalog Drivers .............................. SUCCESS [  0.069 s]
[INFO] Tajo Catalog ...................................... SUCCESS [  1.006 s]
[INFO] Tajo Client Example ............................... SUCCESS [  1.172 s]
[INFO] Tajo HBase Storage ................................ SUCCESS [  5.472 s]
[INFO] Tajo Cluster Tests ................................ SUCCESS [  2.360 s]
[INFO] Tajo JDBC Driver .................................. SUCCESS [ 32.226 s]
[INFO] Tajo Storage ...................................... SUCCESS [  1.005 s]
[INFO] Tajo Distribution ................................. SUCCESS [  5.461 s]
[INFO] Tajo Core Tests ................................... FAILURE [20:48 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24:51 min
[INFO] Finished at: 2015-09-03T13:44:27+00:00
[INFO] Final Memory: 146M/2149M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on 
project tajo-core-tests: There are test failures.
[ERROR] 
[ERROR] Please refer to 
<https://builds.apache.org/job/Tajo-master-jdk8-nightly/ws/tajo-core-tests/target/surefire-reports>
 for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :tajo-core-tests
Build step 'Execute shell' marked build as failure
Archiving artifacts
Sending artifact delta relative to Tajo-master-jdk8-nightly #82
Archived 1 artifacts
Archive block size is 32768
Received 0 blocks and 59322424 bytes
Compression is 0.0%
Took 15 sec
Recording test results

Reply via email to