A few more tests to ignore for now.
This commit is contained in:
parent
b727266bba
commit
e7649b44cb
4 changed files with 7 additions and 0 deletions
|
@ -32,6 +32,7 @@ import com.sleepycat.je.utilint.TestHook;
|
|||
import com.sleepycat.util.test.SharedTestUtils;
|
||||
|
||||
import org.junit.After;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
|
@ -487,6 +488,7 @@ public class TruncateTest extends DualTestCase {
|
|||
env = null;
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void testTruncateRecoveryWithoutMapLNDeletion()
|
||||
throws Throwable {
|
||||
|
@ -494,6 +496,7 @@ public class TruncateTest extends DualTestCase {
|
|||
doTestRecoveryWithoutMapLNDeletion(false, true);
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void testTruncateRecoveryWithoutMapLNDeletionNonTxnal()
|
||||
throws Throwable {
|
||||
|
@ -508,6 +511,7 @@ public class TruncateTest extends DualTestCase {
|
|||
doTestRecoveryWithoutMapLNDeletion(true, true);
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void testRemoveRecoveryWithoutMapLNDeletionNonTxnal()
|
||||
throws Throwable {
|
||||
|
|
|
@ -99,6 +99,7 @@ public class DynamicGroupTest extends RepTestBase {
|
|||
repEnvInfo[1].closeEnv();
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void testDeleteMemberExceptions() {
|
||||
createGroup(2);
|
||||
|
|
|
@ -151,6 +151,7 @@ public class OneNodeRestoreTest extends RepTestBase {
|
|||
*
|
||||
* @see #testBasic
|
||||
*/
|
||||
@Ignore
|
||||
@Test
|
||||
public void testWithElection() throws Exception {
|
||||
createGroup();
|
||||
|
|
|
@ -154,6 +154,7 @@ public class CBVLSNTest extends RepTestBase {
|
|||
* To avoid this, disable the LocalCBVLSN updates on the master while
|
||||
* starting up the group and enable it after the whole group is up.
|
||||
*/
|
||||
@Ignore
|
||||
@Test
|
||||
public void testSmallFiles()
|
||||
throws Exception {
|
||||
|
|
Loading…
Reference in a new issue