| com.tctest.TransparentTestBase com.tctest.AddIncludeClassFromBootJarTest
AddIncludeClassFromBootJarTest | public class AddIncludeClassFromBootJarTest extends TransparentTestBase (Code) | | This test is mainly to model and test the use case reported in CDV-456. Specifically, the use case is to add ReentrantReadWriteLock.WriteLock
to the config with honorTransient to true which will result in NPE when the lock is faulted in the other node. In general, this problem
could apply to any class that is in the boot jar.
|
getApplicationClass | protected Class getApplicationClass()(Code) | | |
Methods inherited from com.tctest.TransparentTestBase | protected boolean canRun()(Code)(Java Doc) protected boolean canRunActivePassive()(Code)(Java Doc) protected boolean canRunCrash()(Code)(Java Doc) protected boolean canRunNormal()(Code)(Java Doc) protected boolean canRunProxyConnect()(Code)(Java Doc) protected boolean canSkipL1ReconnectCheck()(Code)(Java Doc) protected TerracottaConfigBuilder createConfigBuilder(int port, int adminPort)(Code)(Java Doc) protected void doDumpServerDetails()(Code)(Java Doc) public void doSetUp(TransparentTestIface t) throws Exception(Code)(Java Doc) protected boolean enableL1Reconnect()(Code)(Java Doc) protected boolean enableManualProxyConnectControl()(Code)(Java Doc) abstract protected Class getApplicationClass()(Code)(Java Doc) protected ApplicationConfigBuilder getApplicationConfigBuilder()(Code)(Java Doc) public TVSConfigurationSetupManagerFactory getConfigFactory()(Code)(Java Doc) public DSOClientConfigHelper getConfigHelper()(Code)(Java Doc) protected Map getOptionalAttributes()(Code)(Java Doc) protected ProxyConnectManager getProxyConnectManager()(Code)(Java Doc) public DistributedTestRunnerConfig getRunnerConfig()(Code)(Java Doc) String getServerPortProp()(Code)(Java Doc) protected TestConfigObject getTestConfigObject()(Code)(Java Doc) public TransparentAppConfig getTransparentAppConfig()(Code)(Java Doc) public void initializeTestRunner() throws Exception(Code)(Java Doc) public void initializeTestRunner(boolean isMutateValidateTest) throws Exception(Code)(Java Doc) final protected synchronized String mode()(Code)(Java Doc) public void setApplicationConfigBuilder(ApplicationConfigBuilder builder)(Code)(Java Doc) protected void setJavaHome()(Code)(Java Doc) protected void setJvmArgsL1Reconnect(ArrayList jvmArgs)(Code)(Java Doc) protected void setUp() throws Exception(Code)(Java Doc) final protected void setUpControlledServer(TestTVSConfigurationSetupManagerFactory factory, DSOClientConfigHelper helper, int serverPort, int adminPort, String configFile) throws Exception(Code)(Java Doc) final protected void setUpControlledServer(TestTVSConfigurationSetupManagerFactory factory, DSOClientConfigHelper helper, int serverPort, int adminPort, String configFile, List jvmArgs) throws Exception(Code)(Java Doc) protected void setUpExternalProcess(TestTVSConfigurationSetupManagerFactory factory, DSOClientConfigHelper helper, int serverPort, int adminPort, String configFile, List jvmArgs) throws Exception(Code)(Java Doc) final protected void setUpForMultipleExternalProcesses(TestTVSConfigurationSetupManagerFactory factory, DSOClientConfigHelper helper, int[] dsoPorts, int[] jmxPorts, int[] l2GroupPorts, int[] proxyPorts, String[] serverNames, File[] configFiles) throws Exception(Code)(Java Doc) protected void setupActivePassiveTest(ActivePassiveTestSetupManager setupManager)(Code)(Java Doc) protected void setupConfig(TestTVSConfigurationSetupManagerFactory configFactory)(Code)(Java Doc) protected void setupProxyConnectTest(ProxyConnectManager mgr)(Code)(Java Doc) protected void startServerControlsAndProxies() throws Exception(Code)(Java Doc) protected void tearDown() throws Exception(Code)(Java Doc) public void test() throws Exception(Code)(Java Doc) protected boolean useExternalProcess()(Code)(Java Doc) protected File writeMinimalConfig(int port, int adminPort)(Code)(Java Doc)
|
|
|