[hibernate-dev] started release
Scott Marlow
smarlow at redhat.com
Wed Jul 29 16:50:37 EDT 2015
Hi Sanne,
Good idea. I'm not sure exactly what about the test is failing. ORM
currently doesn't have all of the same components as WildFly, so tests
don't always translate (e.g. ORM doesn't have a EJB container). We need
to understand the cause and then maybe we can talk about an ORM test.
Scott
On 07/29/2015 04:47 PM, Sanne Grinovero wrote:
> Hi Scott,
> do you think you could merge those tests in Hibernate ORM?
>
> Thanks,
> Sanne
>
> On 29 July 2015 at 20:02, Scott Marlow <smarlow at redhat.com> wrote:
>> I missed a WildFly second level query cache failure yesterday in my
>> testing http://pastebin.com/kg3YhxxL
>>
>> Test steps:
>>
>> - creates an entity
>>
>> - queries for the entity
>>
>> - verify that the query cache hit count is zero.
>>
>> - query again for the entity
>>
>> - verify that the query cache hit count is one (this fails as the
>> query cache hit count is still zero)
>>
>> The failing test code is at
>> https://github.com/wildfly/wildfly/blob/master/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jpa/secondlevelcache/SFSB2LC.java#L255
>>
>> And is called from
>> https://github.com/wildfly/wildfly/blob/master/testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jpa/secondlevelcache/JPA2LCTestCase.java#L229
>>
>> This hurts my WF10 upgrade to ORM 5.0.0.CR3
>> https://github.com/wildfly/wildfly/pull/7842
>>
>> On 07/29/2015 11:37 AM, Steve Ebersole wrote:
>>> The release is done minus announcing and SF upload. Also I decided to not
>>> upload the docs yet since they are still incomplete and i still have work
>>> to do there prior to Final.
>>>
>>>
>>> On Wed, Jul 29, 2015 at 10:06 AM Steve Ebersole <steve at hibernate.org> wrote:
>>>
>>>> per $subject
>>>>
>>> _______________________________________________
>>> hibernate-dev mailing list
>>> hibernate-dev at lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>>>
>> _______________________________________________
>> hibernate-dev mailing list
>> hibernate-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
More information about the hibernate-dev
mailing list