1 4 package com.tctest; 5 6 public class AutoLockVectorTest extends TransparentTestBase { 7 private static final int NODE_COUNT = 3; 8 9 public AutoLockVectorTest() { 10 disableAllUntil("2023-04-01"); 11 } 12 13 protected void setUp() throws Exception { 14 super.setUp(); 15 getTransparentAppConfig().setClientCount(NODE_COUNT).setIntensity(1); 16 initializeTestRunner(); 17 } 18 19 protected Class getApplicationClass() { 20 return AutoLockVectorTestApp.class; 21 } 22 23 } 24 | Popular Tags |