Class 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 ....
  • Constructor Details

    • KeyGeneratorConcurrentTest

      public KeyGeneratorConcurrentTest()
  • Method Details

    • clearSeriesAfter

      public void clearSeriesAfter()
    • testConcurrentInit

      public void testConcurrentInit()