Class KeyGeneratorConcurrentTest
- java.lang.Object
-
- de.hybris.platform.testframework.HybrisJUnit4Test
-
- de.hybris.platform.servicelayer.ServicelayerBaseTest
-
- de.hybris.platform.servicelayer.keygenerator.KeyGeneratorConcurrentTest
-
- All Implemented Interfaces:
JaloSessionHolder
@PerformanceTest @IntegrationTest public class KeyGeneratorConcurrentTest extends ServicelayerBaseTest
Making this non-transactional is on purpose the number series pros are created in separate thread - aka transaction. Cleaning them in transaction - in main test thread - is also not so wise since we actually get rid of them ....
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession
-
-
Constructor Summary
Constructors Constructor Description KeyGeneratorConcurrentTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearSeriesAfter()
void
testConcurrentInit()
-
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSession
-
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
-