Class ServiceLockIT


  • @Tag("ZooKeeperTestingServer")
    public class ServiceLockIT
    extends Object
    • Constructor Detail

      • ServiceLockIT

        public ServiceLockIT()
    • Method Detail

      • testDeleteParent

        @Test
        @Timeout(10L)
        public void testDeleteParent()
                              throws Exception
        Throws:
        Exception
      • testNoParent

        @Test
        @Timeout(10L)
        public void testNoParent()
                          throws Exception
        Throws:
        Exception
      • testDeleteLock

        @Test
        @Timeout(10L)
        public void testDeleteLock()
                            throws Exception
        Throws:
        Exception
      • testDeleteWaiting

        @Test
        @Timeout(15L)
        public void testDeleteWaiting()
                               throws Exception
        Throws:
        Exception
      • testUnexpectedEvent

        @Test
        @Timeout(10L)
        public void testUnexpectedEvent()
                                 throws Exception
        Throws:
        Exception
      • testLockSerial

        @Test
        @Timeout(60L)
        public void testLockSerial()
                            throws Exception
        Throws:
        Exception
      • testLockParallel

        @Test
        @Timeout(60L)
        public void testLockParallel()
                              throws Exception
        Throws:
        Exception
      • testTryLock

        @Test
        @Timeout(10L)
        public void testTryLock()
                         throws Exception
        Throws:
        Exception
      • testChangeData

        @Test
        @Timeout(10L)
        public void testChangeData()
                            throws Exception
        Throws:
        Exception