Index: dashboard-transport-mode.scm ================================================================== --- dashboard-transport-mode.scm +++ dashboard-transport-mode.scm @@ -8,15 +8,14 @@ ;; NOTE: NOT ALL COMBINATIONS WORK ;; ;;====================================================================== ;; uncomment this block to test without tcp or cachedb -;; (dbfile:sync-method 'none) -;; (dbfile:cache-method 'none) -;; (rmt:transport-mode 'nfs) +(dbfile:sync-method 'none) +(dbfile:cache-method 'none) +(rmt:transport-mode 'nfs) ;; uncomment this block to test with tcp and cachedb -(dbfile:sync-method 'none) ;; original was causing crash on start. -(dbfile:cache-method 'none) -(rmt:transport-mode 'tcp) -;; (rmt:transport-mode 'nfs) +;; (dbfile:sync-method 'none) ;; original was causing crash on start. +;; (dbfile:cache-method 'none) +;; (rmt:transport-mode 'tcp) Index: megatest.scm ================================================================== --- megatest.scm +++ megatest.scm @@ -62,11 +62,11 @@ (declare (uses rmtmod)) (declare (uses rmtmod.import)) (declare (uses tasksmod)) (declare (uses tasksmod.import)) (declare (uses testsmod)) -(declare (uses testsmod.import)) +;; (declare (uses testsmod.import)) (declare (uses subrunmod)) (declare (uses subrunmod.import)) (declare (uses archivemod)) (declare (uses archivemod.import)) (declare (uses runsmod)) Index: transport-mode.scm ================================================================== --- transport-mode.scm +++ transport-mode.scm @@ -8,15 +8,15 @@ ;; NOTE: NOT ALL COMBINATIONS WORK ;; ;;====================================================================== ;; uncomment this block to test without tcp -;; (dbfile:sync-method 'none) -;; (dbfile:cache-method 'none) -;; (rmt:transport-mode 'nfs) +(dbfile:sync-method 'none) +(dbfile:cache-method 'none) +(rmt:transport-mode 'nfs) ;; uncomment this block to test with tcp -(dbfile:sync-method 'attach) ;; attach) ;; original -(dbfile:cache-method 'tmp) -(rmt:transport-mode 'tcp) +;; (dbfile:sync-method 'attach) ;; attach) ;; original +;; (dbfile:cache-method 'tmp) +;; (rmt:transport-mode 'tcp)