[infinispan-dev] LevelDB expirationQueue

2014-07-10 Thread Pedro Ruivo
Hi, I found a couple of issue with the expirationQueue in leveldb. AFAIK, this queue has the goal to avoid 2 writes to leveldb per infinispan write. correct me if I'm wrong. Also, it is drain when the eviction thread is trigger (every minute by default). #1 the queue is is only drained when

Re: [infinispan-dev] infinispan test suite, reloaded

2014-07-10 Thread Sanne Grinovero
The important point for me is that patches don't get merged if they introduce any regression. I hope that rule stays? BTW this matches with the classic approach as far as I know it. On 10 July 2014 14:04, Mircea Markus mmar...@redhat.com wrote: I just had a chat with Dan and we don't think the

Re: [infinispan-dev] infinispan test suite, reloaded

2014-07-10 Thread Mircea Markus
On Jul 10, 2014, at 15:03, Sanne Grinovero sa...@infinispan.org wrote: The important point for me is that patches don't get merged if they introduce any regression. I hope that rule stays? BTW this matches with the classic approach as far as I know it. yes. A patch might pass the test when

Re: [infinispan-dev] infinispan test suite, reloaded

2014-07-10 Thread Sanne Grinovero
On 10 July 2014 15:13, Mircea Markus mmar...@redhat.com wrote: On Jul 10, 2014, at 15:03, Sanne Grinovero sa...@infinispan.org wrote: The important point for me is that patches don't get merged if they introduce any regression. I hope that rule stays? BTW this matches with the classic