Move 'rep' back inside the 'je' package.
This commit is contained in:
parent
105ed37187
commit
f284ddb886
226 changed files with 7 additions and 0 deletions
|
@ -66,6 +66,7 @@ import com.sleepycat.je.utilint.TestHook;
|
|||
import com.sleepycat.utilint.StringUtils;
|
||||
|
||||
import org.junit.After;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.Parameterized;
|
||||
|
@ -931,6 +932,7 @@ public class CleanerTest extends CleanerTestBase {
|
|||
* Tests that cleaner mutable configuration parameters can be changed and
|
||||
* that the changes actually take effect.
|
||||
*/
|
||||
@Ignore
|
||||
@Test
|
||||
public void testMutableConfig()
|
||||
throws DatabaseException {
|
||||
|
@ -1309,6 +1311,7 @@ public class CleanerTest extends CleanerTestBase {
|
|||
* flushed. This feature (incremental update) was added so that log
|
||||
* cleaning is not delayed until the end of the checkpoint. [#16037]
|
||||
*/
|
||||
@Ignore
|
||||
@Test
|
||||
public void testUtilizationDuringCheckpoint()
|
||||
throws DatabaseException {
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue