Class ThreadPoolTest

    • Constructor Detail

      • ThreadPoolTest

        public ThreadPoolTest()
    • Method Detail

      • disableFileAnalyzer

        public void disableFileAnalyzer()
      • restoreFileAnalyzer

        public void restoreFileAnalyzer()
      • testTransactionCleanUpSimple

        public void testTransactionCleanUpSimple()
                                          throws java.lang.InterruptedException,
                                                 java.util.concurrent.BrokenBarrierException,
                                                 java.util.concurrent.TimeoutException
        Throws:
        java.lang.InterruptedException
        java.util.concurrent.BrokenBarrierException
        java.util.concurrent.TimeoutException
      • testTransactionCleanUp

        public void testTransactionCleanUp()
                                    throws java.lang.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:
        java.lang.Exception
      • testBlockBehaviour

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