Re: [infinispan-dev] Smoke test suite for hibernate-cache

2017-09-04 Thread Martin Gencur
Thanks, Galder. I've created this PR with your suggested tests: https://github.com/infinispan/infinispan/pull/5404 The smoke test suite now runs 349 tests (in one minute) compared to 1036 when the whole test suite is run. This is good enough for now, IMO. Martin On 1.9.2017 13:11, Galder Zama

Re: [infinispan-dev] Smoke test suite for hibernate-cache

2017-09-01 Thread Galder ZamarreƱo
Hey Martin, Thanks for working on this. I'd suggest these: - NaturalIdInvalidationTest - EntityRegionAccessStrategyTest - CollectionRegionAccessStrategyTest - QueryRegionImplTest - TimestampsRegionImplTest They cover most of the functionality offer, but they run in more than just a few seconds.

[infinispan-dev] Smoke test suite for hibernate-cache

2017-08-18 Thread Martin Gencur
Hi all, I'm currently in the process of refreshing the "smoke" test suite for Infinispan. There's a relatively new module called hibernate-cache. Could someone suggest tests that should be part of the smoke test suite? Ideally just a few tens of test cases (maybe a few hundreds at most but the t