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 com.sleepycat.util.test.SharedTestUtils;
|
||||||
|
|
||||||
import org.junit.After;
|
import org.junit.After;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -487,6 +488,7 @@ public class TruncateTest extends DualTestCase {
|
||||||
env = null;
|
env = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore
|
||||||
@Test
|
@Test
|
||||||
public void testTruncateRecoveryWithoutMapLNDeletion()
|
public void testTruncateRecoveryWithoutMapLNDeletion()
|
||||||
throws Throwable {
|
throws Throwable {
|
||||||
|
@ -494,6 +496,7 @@ public class TruncateTest extends DualTestCase {
|
||||||
doTestRecoveryWithoutMapLNDeletion(false, true);
|
doTestRecoveryWithoutMapLNDeletion(false, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore
|
||||||
@Test
|
@Test
|
||||||
public void testTruncateRecoveryWithoutMapLNDeletionNonTxnal()
|
public void testTruncateRecoveryWithoutMapLNDeletionNonTxnal()
|
||||||
throws Throwable {
|
throws Throwable {
|
||||||
|
@ -508,6 +511,7 @@ public class TruncateTest extends DualTestCase {
|
||||||
doTestRecoveryWithoutMapLNDeletion(true, true);
|
doTestRecoveryWithoutMapLNDeletion(true, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore
|
||||||
@Test
|
@Test
|
||||||
public void testRemoveRecoveryWithoutMapLNDeletionNonTxnal()
|
public void testRemoveRecoveryWithoutMapLNDeletionNonTxnal()
|
||||||
throws Throwable {
|
throws Throwable {
|
||||||
|
|
|
@ -99,6 +99,7 @@ public class DynamicGroupTest extends RepTestBase {
|
||||||
repEnvInfo[1].closeEnv();
|
repEnvInfo[1].closeEnv();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore
|
||||||
@Test
|
@Test
|
||||||
public void testDeleteMemberExceptions() {
|
public void testDeleteMemberExceptions() {
|
||||||
createGroup(2);
|
createGroup(2);
|
||||||
|
|
|
@ -151,6 +151,7 @@ public class OneNodeRestoreTest extends RepTestBase {
|
||||||
*
|
*
|
||||||
* @see #testBasic
|
* @see #testBasic
|
||||||
*/
|
*/
|
||||||
|
@Ignore
|
||||||
@Test
|
@Test
|
||||||
public void testWithElection() throws Exception {
|
public void testWithElection() throws Exception {
|
||||||
createGroup();
|
createGroup();
|
||||||
|
|
|
@ -154,6 +154,7 @@ public class CBVLSNTest extends RepTestBase {
|
||||||
* To avoid this, disable the LocalCBVLSN updates on the master while
|
* To avoid this, disable the LocalCBVLSN updates on the master while
|
||||||
* starting up the group and enable it after the whole group is up.
|
* starting up the group and enable it after the whole group is up.
|
||||||
*/
|
*/
|
||||||
|
@Ignore
|
||||||
@Test
|
@Test
|
||||||
public void testSmallFiles()
|
public void testSmallFiles()
|
||||||
throws Exception {
|
throws Exception {
|
||||||
|
|
Loading…
Reference in a new issue