Class GCUpgrade9to10TestIT

    • Constructor Detail

      • GCUpgrade9to10TestIT

        public GCUpgrade9to10TestIT()
    • Method Detail

      • gcUpgradeRootTableDeletesIT

        @Test
        public void gcUpgradeRootTableDeletesIT()
                                         throws Exception
        Throws:
        Exception
      • gcUpgradeMetadataTableDeletesIT

        @Test
        public void gcUpgradeMetadataTableDeletesIT()
                                             throws Exception
        Throws:
        Exception
      • gcUpgradeNoDeletesIT

        @Test
        public void gcUpgradeNoDeletesIT()
                                  throws Exception
        Throws:
        Exception
      • gcUpgradeOutofMemoryTest

        @Test
        public void gcUpgradeOutofMemoryTest()
                                      throws Exception
        Ensure that the size of the candidates exceeds the Upgrader9to10's CANDIDATE_BATCH_SIZE and will clean up candidates in multiple batches, without running out of memory.
        Throws:
        Exception