Class ZooBasedConfigIT


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

      • ZooBasedConfigIT

        public ZooBasedConfigIT()
    • Method Detail

      • setupZk

        @BeforeAll
        public static void setupZk()
      • shutdownZK

        @AfterAll
        public static void shutdownZK()
                               throws Exception
        Throws:
        Exception
      • initPaths

        @BeforeEach
        public void initPaths()
      • cleanupZnodes

        @AfterEach
        public void cleanupZnodes()
      • upgradeSysTestNoProps

        @Test
        public void upgradeSysTestNoProps()
                                   throws Exception
        The sys config encoded node will not exist and there are no properties set - an empty encoded node should be created.
        Throws:
        Exception
      • getPropertiesTest

        @Test
        public void getPropertiesTest()
      • failOnDuplicateCreate

        @Test
        public void failOnDuplicateCreate()
      • getPropertiesFromParentTest

        @Test
        public void getPropertiesFromParentTest()
      • throwOnNoNode

        @Test
        public void throwOnNoNode()