chiastic-security/phoenix-for-cloudera

Integration tests are failing in branch 4.9-HBase-1.2-cdh5.9

pboado opened this issue · 0 comments

Hi I'm trying to continue your work for newer versions of CDH and I've notices that integration tests are failing for branch 4.9-HBase-1.2-cdh5.9

Are your getting this same error of maybe is it related to my build configuration? I'm building it on JDK7 and OSX.

testDefaultExpressionPrimaryKey(org.apache.phoenix.end2end.DefaultColumnValueIT)  Time elapsed: 2.263 sec  <<< ERROR!
java.sql.SQLException: ERROR 218 (23018): Constraint violation. T000088.C3 may not be null
	at org.apache.phoenix.end2end.DefaultColumnValueIT.verifyDefaultExpression(DefaultColumnValueIT.java:617)
	at org.apache.phoenix.end2end.DefaultColumnValueIT.testDefaultExpressionPrimaryKey(DefaultColumnValueIT.java:609)

testDefaultExpression(org.apache.phoenix.end2end.DefaultColumnValueIT)  Time elapsed: 2.268 sec  <<< FAILURE!
java.lang.AssertionError: expected:<123.33> but was:<null>
	at org.apache.phoenix.end2end.DefaultColumnValueIT.verifyDefaultExpression(DefaultColumnValueIT.java:626)
	at org.apache.phoenix.end2end.DefaultColumnValueIT.testDefaultExpression(DefaultColumnValueIT.java:592)

R```