Github user blrunner commented on the pull request:
https://github.com/apache/tajo/pull/459#issuecomment-93272754
Hi @navis
I failed to build this as follows.
```
-------------------------------------------------------------------------------
Test set: org.apache.tajo.cli.tsql.TestTajoCli
-------------------------------------------------------------------------------
Tests run: 18, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.29 sec
<<< FAILURE! - in org.apache.tajo.cli.tsql.TestTajoCli
testHelpSessionVars(org.apache.tajo.cli.tsql.TestTajoCli) Time elapsed:
0.01 sec <<< FAILURE!
org.junit.ComparisonFailure: expected:<...me from Master
\set [FETCH_BLOCK] [true or false] - W...> but was:<...me from Master
\set [BLOCK_ON_RESULT] [true or false] - W...>
at org.junit.Assert.assertEquals(Assert.java:115)
at org.junit.Assert.assertEquals(Assert.java:144)
at
org.apache.tajo.cli.tsql.TestTajoCli.assertOutputResult(TestTajoCli.java:117)
at
org.apache.tajo.cli.tsql.TestTajoCli.assertOutputResult(TestTajoCli.java:99)
at
org.apache.tajo.cli.tsql.TestTajoCli.assertOutputResult(TestTajoCli.java:95)
at
org.apache.tajo.cli.tsql.TestTajoCli.testHelpSessionVars(TestTajoCli.java:366)
```
Could you check above error?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---