Hi Kaz, On Wed, Jul 18, 2012 at 11:08 PM, Kazuomi Kashii <[email protected]> wrote:
> > I have not seen such an exception on my environments, both on Linux (CentOS) > and Mac OSX. Neither have I and I am working on Linux (Ubuntu 11.10). However now I am getting a whole host of exceptions when running the Cassandra tests locally. In all honesty I'm getting vastly different results from you and the CI build so I just assume that this is my local setUp which is affecting my results. > Is it in gora-cassandra test console output, or in > target/surefire-reports/org.apache.gora.cassandra.store.TestCassandraStore.txt This is exclusively from the surefire-reports on TestCassandraStore. > What exactly is that exception ? The exception that we are seeing on the Jenkins CI build regarding the snappy compression (which is also linked to CASSANDRA-4400) seems to have vanished today. Today the embedded Cassandra was able to initiate and some tests ran, out of 28 which did run there was however quite a few failures [0]. If you look at the link I gave you, you will see that most of them are actually the ones you highlighted earlier so at least we are reading from the same page now. [0] https://builds.apache.org/view/G-L/view/Gora/job/gora-trunk/ws/trunk./gora-cassandra/target/surefire-reports/org.apache.gora.cassandra.store.TestCassandraStore.txt > > By the way, I tested Cassandra 1.0.0, 1.0.10, 1.1.0, and 1.1.2, and got the > same results as > https://issues.apache.org/jira/browse/GORA-53?focusedCommentId=13414694#comment-13414694 OK. It's really just my intention to get to that stage as well. Therefore I'm going to deleted local m2 cache and start from beginning solely on getting the tests sorted. Thanks Lewis

