Class ThreadPoolTest

All Implemented Interfaces:
JaloSessionHolder

@IntegrationTest public class ThreadPoolTest extends HybrisJUnit4Test
  • Constructor Details

    • ThreadPoolTest

      public ThreadPoolTest()
  • Method Details

    • disableFileAnalyzer

      public void disableFileAnalyzer()
    • restoreFileAnalyzer

      public void restoreFileAnalyzer()
    • testTransactionCleanUpSimple

      public void testTransactionCleanUpSimple() throws InterruptedException, BrokenBarrierException, TimeoutException
      Throws:
      InterruptedException
      BrokenBarrierException
      TimeoutException
    • testTransactionCleanUp

      public void testTransactionCleanUp() throws Exception
      CORE-66PLA-10816 Potential chance to fetch a PoolableThread with pending transaction from previous run

      together with setting logger level for a log4j.logger.de.hybris.platform.util.threadpool=DEBUG prints out information who/where started the stale transaction

      Throws:
      Exception
    • testBlockBehaviour

      public void testBlockBehaviour() throws Exception
      See PLA-7607.
      Throws:
      Exception