Class TestUtils


  • public class TestUtils
    extends java.lang.Object
    Test utilities.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void assertAllLocksReleased​(LocalAlluxioCluster cluster)
      Verifies that all master inode tree locks have been released for the given cluster.
      static void waitForReady​(alluxio.Process process)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestUtils

        public TestUtils()
    • Method Detail

      • waitForReady

        public static void waitForReady​(alluxio.Process process)
        Parameters:
        process - the process to wait for
      • assertAllLocksReleased

        public static void assertAllLocksReleased​(LocalAlluxioCluster cluster)
        Verifies that all master inode tree locks have been released for the given cluster.
        Parameters:
        cluster - the cluster