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

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

public class SparseColumnFamilyTest
extends FunctionalTest

This test recreates issue ACCUMULO-516. Until that issue is fixed this test should time out.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.accumulo.server.test.functional.FunctionalTest
FunctionalTest.TableSetup
 
Constructor Summary
SparseColumnFamilyTest()
           
 
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

SparseColumnFamilyTest

public SparseColumnFamilyTest()
Method Detail

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

cleanup

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


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