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-mast...
"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-mast...
"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-mast...
"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-mast...
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-mast...