Index: common.scm ================================================================== --- common.scm +++ common.scm @@ -218,14 +218,15 @@ ;;====================================================================== ;; E X I T H A N D L I N G ;;====================================================================== (define (std-exit-procedure) - (debug:print-info 0 "starting exit process, finalizing databases.") + (debug:print-info 2 "starting exit process, finalizing databases.") (rmt:print-db-stats) (let ((run-ids (hash-table-keys *db-local-sync*))) - (if (not (null? run-ids)) + (if (and (not (null? run-ids)) + (configf:lookup *configdat* "setup" "megatest-db")) (db:multi-db-sync run-ids 'new2old))) (if *dbstruct-db* (db:close-all *dbstruct-db*)) (if (and *megatest-db* (sqlite3:database? *megatest-db*)) (begin Index: tests/fullrun/config/mt_include_1.config ================================================================== --- tests/fullrun/config/mt_include_1.config +++ tests/fullrun/config/mt_include_1.config @@ -16,11 +16,11 @@ # launcher nbfind # launcher nodanggood # launcher loadrunner launcher nbfake # maxload *per cpu* -maxload 4 +maxload 1.5 # default waitdelay is 60 seconds waitdelay 15 ## use "xterm -e csi -- " as a launcher to examine the launch environment.