Skip to content

Commit

Permalink
Disabled snapshot generation in stress test (temporarily).
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Feb 4, 2016
1 parent 06a7213 commit 5e7c45b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
public class DatabaseFullMigrationTest extends AbstractStressTest {
protected final TestLogger log = new TestLogger(getClass());

@Test
@Test ( enabled = false )
public void testUpdateFileStatus() {
addDescription("Test updating the file status for all files in one bitarchive replica. This procedure takes around one hour to run for " +
"a full production load. Because there are no actual files present in the test system, the test will eventually show that all files are " +
Expand All @@ -59,7 +59,7 @@ public void testIngestDomains() {
doIngestDomains();
}

@Test
@Test ( enabled = false )
public void testGenerateSnapshot() {
addDescription("Test generating snapshot jobs with a maximum number of bytes per domain of 100 000. This takes about ten hours to complete. The" +
" number of jobs generated is determined roughly by the parameter settings.harvester.scheduler.jobGen.domainConfigSubsetSize which is" +
Expand Down

0 comments on commit 5e7c45b

Please sign in to comment.