Move 'rep' back inside the 'je' package.

This commit is contained in:
Greg Burd 2019-06-28 21:36:58 -04:00
parent 105ed37187
commit f284ddb886
226 changed files with 7 additions and 0 deletions

View file

@ -66,6 +66,7 @@ import com.sleepycat.je.utilint.TestHook;
import com.sleepycat.utilint.StringUtils; import com.sleepycat.utilint.StringUtils;
import org.junit.After; import org.junit.After;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.junit.runners.Parameterized; import org.junit.runners.Parameterized;
@ -931,6 +932,7 @@ public class CleanerTest extends CleanerTestBase {
* Tests that cleaner mutable configuration parameters can be changed and * Tests that cleaner mutable configuration parameters can be changed and
* that the changes actually take effect. * that the changes actually take effect.
*/ */
@Ignore
@Test @Test
public void testMutableConfig() public void testMutableConfig()
throws DatabaseException { throws DatabaseException {
@ -1309,6 +1311,7 @@ public class CleanerTest extends CleanerTestBase {
* flushed. This feature (incremental update) was added so that log * flushed. This feature (incremental update) was added so that log
* cleaning is not delayed until the end of the checkpoint. [#16037] * cleaning is not delayed until the end of the checkpoint. [#16037]
*/ */
@Ignore
@Test @Test
public void testUtilizationDuringCheckpoint() public void testUtilizationDuringCheckpoint()
throws DatabaseException { throws DatabaseException {

Some files were not shown because too many files have changed in this diff Show more