Re: mailbox integration tests preview

2011-08-17 Thread Ioan Eugen Stan
> A NO or BAD response usual means that there was an exception thrown from the > mailbox code. To get an better idea what happens you should use this patch > on the integration tests: I applied the patch but I don;t see more information that could help me. Could you please have a look at the test

Re: mailbox integration tests preview

2011-08-16 Thread Ioan Eugen Stan
2011/8/16 Norman Maurer : > Am 16.08.2011 11:25, schrieb Ioan Eugen Stan: >> >> 2011/8/16 Eric Charles: >>> >>> Hi Ioan, >>> >>> I've run a few tests but didn't see the ClassCastException. >> >> Thats because last night some gremlins worked on the code and >> committed the fixes for that ;). >> >>>

Re: mailbox integration tests preview

2011-08-16 Thread Norman Maurer
Am 16.08.2011 11:25, schrieb Ioan Eugen Stan: 2011/8/16 Eric Charles: Hi Ioan, I've run a few tests but didn't see the ClassCastException. Thats because last night some gremlins worked on the code and committed the fixes for that ;). e.g. Running from eclipse: NonAuthenticatedStateTest : 10

Re: mailbox integration tests preview

2011-08-16 Thread Ioan Eugen Stan
2011/8/16 Eric Charles : > Hi Ioan, > > I've run a few tests but didn't see the ClassCastException. Thats because last night some gremlins worked on the code and committed the fixes for that ;). > > e.g. Running from eclipse: > > NonAuthenticatedStateTest : 100% OK > > SelectTest : > org.apache.j

Re: mailbox integration tests preview

2011-08-16 Thread Ioan Eugen Stan
2011/8/16 Norman Maurer : > Hi Ioan, > > I just found a bug in your impl. Here is the fix.. > > diff -r edb0b99712ce > src/main/java/org/apache/james/mailbox/hbase/mail/HBaseMessageMapper.java > --- > a/src/main/java/org/apache/james/mailbox/hbase/mail/HBaseMessageMapper.java >    Tue Aug 16 03:07:

Re: mailbox integration tests preview

2011-08-16 Thread Eric Charles
Hi Ioan, I've run a few tests but didn't see the ClassCastException. e.g. Running from eclipse: NonAuthenticatedStateTest : 100% OK SelectTest : org.apache.james.imap.tester.base.ProtocolSession$InvalidServerResponseException: Location: /org/apache/james/imap/scripts/SelectUnseen.test:24 L

Re: mailbox integration tests preview

2011-08-16 Thread Norman Maurer
Hi Ioan, I just found a bug in your impl. Here is the fix.. diff -r edb0b99712ce src/main/java/org/apache/james/mailbox/hbase/mail/HBaseMessageMapper.java --- a/src/main/java/org/apache/james/mailbox/hbase/mail/HBaseMessageMapper.java Tue Aug 16 03:07:49 2011 +0300 +++ b/src/main/java/org

mailbox integration tests preview

2011-08-15 Thread Ioan Eugen Stan
Hello, The integration tests are done. I have created a second repository for them at [1]. You can get a working copy with the following command: hg clone https://stan.ieu...@code.google.com/a/apache-extras.org/p/hbase-mailbox-integration-test/ . I have runt the tests and some pass and other don