Class StressTester

java.lang.Object
com.yahoo.vespa.config.benchmark.StressTester

public class StressTester extends Object
/** A class for stress-testing config server and config proxy. Includes an RPC server interface for communicating with test classes that implement the Tester interface.
Author:
hmusum
  • Constructor Details

    • StressTester

      public StressTester(String testClass)
  • Method Details

    • main

      public static void main(String[] args)
      Parameters:
      args - command-line arguments
    • verify

      public boolean verify(long generation, long timeout, String verificationFile) throws InterruptedException
      Throws:
      InterruptedException
    • stop

      public void stop()