org.apache.accumulo.server.test.functional
Class MaxOpenTest

java.lang.Object
  extended by org.apache.accumulo.server.test.functional.FunctionalTest
      extended by org.apache.accumulo.server.test.functional.MaxOpenTest

public class MaxOpenTest
extends FunctionalTest

A functional test that excercises hitting the max open file limit on a tablet server. This test assumes there are one or two tablet servers.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.accumulo.server.test.functional.FunctionalTest
FunctionalTest.TableSetup
 
Constructor Summary
MaxOpenTest()
           
 
Method Summary
 void cleanup()
           
 Map<String,String> getInitialConfig()
           
 List<FunctionalTest.TableSetup> getTablesToCreate()
           
 void run()
           
 
Methods inherited from class org.apache.accumulo.server.test.functional.FunctionalTest
bulkImport, checkMapFiles, checkSplits, getConnector, getCredentials, getInstance, getMaster, getPassword, getUsername, main, parseConfig, setInstanceName, setMaster, setPassword, setup, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaxOpenTest

public MaxOpenTest()
Method Detail

cleanup

public void cleanup()
Specified by:
cleanup in class FunctionalTest

getInitialConfig

public Map<String,String> getInitialConfig()
Specified by:
getInitialConfig in class FunctionalTest

getTablesToCreate

public List<FunctionalTest.TableSetup> getTablesToCreate()
Specified by:
getTablesToCreate in class FunctionalTest

run

public void run()
         throws Exception
Specified by:
run in class FunctionalTest
Throws:
Exception


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.