Re: [hibernate-dev] [OGM] Cassandra failure

2015-05-18 Thread Sanne Grinovero
Ok, sorry I must have checked the build right after you fixed it .. Thanks, Sanne On 18 May 2015 at 10:12, Gunnar Morling wrote: > Hey, > > Yes, Davide has already sent a fix for this, by mapping these types to > String rather than Character. Indeed CI was skipping test execution for > Cassandra

Re: [hibernate-dev] [OGM] Cassandra failure

2015-05-18 Thread Gunnar Morling
Hey, Yes, Davide has already sent a fix for this, by mapping these types to String rather than Character. Indeed CI was skipping test execution for Cassandra (as CASSANDRA_HOSTNAME wasn't set), I have changed this earlier this morning. Just re-triggered the build for master, let's see how that goe

Re: [hibernate-dev] [OGM] Cassandra failure

2015-05-18 Thread Sanne Grinovero
On 18 May 2015 at 10:06, Jonathan Halliday wrote: > > yup, looks like the new columns added as part of OGM-717 don't work with > cassandra. Which kinda begs the question - how did the branch get into > that state? Is the CI skipping tests? No, it was reported: - http://ci.hibernate.org/view/O

Re: [hibernate-dev] [OGM] Cassandra failure

2015-05-18 Thread Jonathan Halliday
yup, looks like the new columns added as part of OGM-717 don't work with cassandra. Which kinda begs the question - how did the branch get into that state? Is the CI skipping tests? Jonathan. On 15/05/15 16:58, Emmanuel Bernard wrote: > Hey Jonathan, > > I investigated a bit the Cassandra fa

[hibernate-dev] [OGM] Cassandra failure

2015-05-15 Thread Emmanuel Bernard
Hey Jonathan, I investigated a bit the Cassandra failure I am seeing. The logs based on a code change I did are here https://gist.github.com/emmanuelbernard/13d22d15dc983a83a7e2 My understanding is that the failing type is the TrueFalseType used on Bookmark.isPrivate. This type returns a F char