[hibernate-dev] Some weird Jenkins failures
Sanne Grinovero
sanne at hibernate.org
Thu Oct 4 10:22:28 EDT 2012
Hi all,
the following are failures in the Hibernate Search testsuite from
Jenkins but they look like ORM related.
Could someone have a look and help me classify them in
- need an ORM JIRA
- need to disable test on dialect (like the Sybase NUMERIC one looks
like we should blame the driver)
- something is probably broken in our tests
?
Thanks,
Sanne
"The token datastream length was not correct. This is an internal
protocol error." from Sybase SQL exception:
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/hibernate-search-master-dbmatrix/database=sybase155,jdk=java16_default,label=hibernate/lastCompletedBuild/testReport/org.hibernate.search.test.query.timeout/TimeoutTest/testEnoughTime/
"Scale error during implicit conversion of NUMERIC value
'154.340000000000003410605131648480892181396484375' to a NUMERIC
field. "
Again Sybase:
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/hibernate-search-master-dbmatrix/database=sybase155,jdk=java16_default,label=hibernate/lastCompletedBuild/testReport/org.hibernate.search.test.bridge.bigdecimal/NumericBigDecimalBridgeTest/testNumericFieldWithBigDecimals/
"The method com.sybase.jdbc4.jdbc.SybCursorResultSet.getBlob(String)
is not supported and should not be called."
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/hibernate-search-master-dbmatrix/database=sybase155,jdk=java16_default,label=hibernate/lastCompletedBuild/testReport/org.hibernate.search.test.bridge.tika/TikaBridgeBlobSupportTest/testDefaultTikaBridgeWithBlobData/
"Error converting data type nvarchar to decimal."
This is happening while storing an entity having a BigDecimal
property, with default mapping.
Same error on mssql2008R1 and mssql2008R2 :
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/hibernate-search-master-dbmatrix/database=mssql2008R1,jdk=java16_default,label=hibernate/lastCompletedBuild/testReport/org.hibernate.search.test.bridge.bigdecimal/NumericBigDecimalBridgeTest/testNumericFieldWithBigDecimals/
ORA-00928: missing SELECT keyword
Funny, as we're attempting to do an INSERT..
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/hibernate-search-master-dbmatrix/database=oracle11gR1,jdk=java16_default,label=hibernate/lastCompletedBuild/testReport/org.hibernate.search.test.spatial/SpatialIndexingTest/testSpatialAnnotationOnFieldLevel/
More information about the hibernate-dev
mailing list