Class mtTester

java.lang.Object
org.apache.derby.impl.tools.ij.mtTester
All Implemented Interfaces:
Runnable

public class mtTester extends Object implements Runnable
mtTester grabs test and runs them forever. The spawner of tester is responsible for killing it.
  • Field Details

  • Constructor Details

  • Method Details

    • run

      public void run()
      Run until killed or until there is a problem. If we get other than 'connection closed' we'll signal that we recieved a fatal error before quittiing; otherwise, we are silent.
      Specified by:
      run in interface Runnable
    • stop

      public void stop()
    • noFailure

      public boolean noFailure()