@@ -147,10 +147,13 @@ # XTERM [system xterm] # RUNDEAD [system exit 56] [server] + +# force use of server always +required yes # Use http instead of direct filesystem access transport http # transport fs # transport nmsg @@ -165,15 +168,16 @@ # Three minutes is 0.05 hours # timeout 0.025 timeout 0.061 # faststart; unless no, start server but proceed with writes until server started -faststart yes +faststart no +# faststart yes # Start server when average query takes longer than this # server-query-threshold 55500 -server-query-threshold 100 +server-query-threshold 1000 timeout 0.01 # daemonize yes # hostname #{scheme (get-host-name)} @@ -230,18 +234,27 @@ # /// disk0 /tmp/#{getenv USER}/adisk1 # Uncomment these to emulate a job queue with a long time (look in bin/sleeprunner for the time) [jobtools] -launcher #{scheme (case (string->symbol (conc (getenv "datapath"))) \ - ((none) "nbfake") \ - ((openlava) "bsub") \ - (else "sleeprunner"))} +# launcher #{ scheme (case (string->symbol (conc (getenv "datapath"))) \ +# ((none) "nbfake") \ +# ((openlava) "bsub") \ +# (else "sleeprunner"))} # launcher bsub -q priority -o $MT_TEST_RUN_DIR/openlava.log + +# launcher #{shell if which bsub > /dev/null;then echo bsub -q priority -o openlava.log;else echo sleeprunner;fi} +launcher nbfake [configf:settings trim-trailing-spaces yes] [test] # VAL1 has trailing spaces VAL1 Foo VAL2 ==>#{get test VAL1}Bar<== no spaces between Foo and Bar to pass + +ltest #{scheme (case (string->symbol (conc (getenv "datapath"))) \ + ((none) "nbfake") \ + ((openlava) "bsub") \ + (else "sleeprunner"))} +