From b960581deb8652dca3f3ac1a967c653f4440d571 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 22 Nov 2008 18:37:43 +0000 Subject: [PATCH] Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8077 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/CTestCustom.cmake | 2 +- regress/all-disk-tests | 4 +++- regress/tests/runscript-test | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/regress/CTestCustom.cmake b/regress/CTestCustom.cmake index c1cb28bf92..0061048c36 100644 --- a/regress/CTestCustom.cmake +++ b/regress/CTestCustom.cmake @@ -8,7 +8,7 @@ SET(CTEST_CUSTOM_ERROR_EXCEPTION "ERROR: *role \".*\" already exists" ) -SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 10000) +SET(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE 100000) SET(CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE 1048576) SET (CTEST_NIGHTLY_START_TIME "23:00:00 CET") diff --git a/regress/all-disk-tests b/regress/all-disk-tests index cd962d0b6e..34bac371cf 100755 --- a/regress/all-disk-tests +++ b/regress/all-disk-tests @@ -45,6 +45,7 @@ nice tests/span-vol-test nice tests/maxtime-test nice tests/maxvol-test nice tests/maxvol2-test +nice tests/next-vol-test nice tests/sparse-compressed-test nice tests/sparse-test nice tests/strip-test @@ -83,6 +84,7 @@ nice tests/incremental-2media nice tests/three-pool-test nice tests/2drive-3pool-test nice tests/2drive-swap-test -nice tests/next-vol-test +# Turn back on after next_vol.c bug is fixed +# nice tests/next-vol-test echo "End non-root virtual disk autochanger tests" echo "End non-root virtual disk autochanger tests" >>test.out diff --git a/regress/tests/runscript-test b/regress/tests/runscript-test index 144a9276a0..ef024c21fd 100755 --- a/regress/tests/runscript-test +++ b/regress/tests/runscript-test @@ -24,6 +24,7 @@ cat <${cwd}/tmp/bconcmds @$out /dev/null messages label volume=TestVolume001 pool=Scratch +setdebug dir level=200 @$out ${cwd}/tmp/RUN_FD_WARNING.log run job=RUN_FD_WARNING yes wait -- 2.39.5