Overview
Comment: | Use a different variable to control starting up servers on overloaded hosts. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.65 |
Files: | files | file ages | folders |
SHA1: |
30b0302862cb860f31ab9ab80e7fc887 |
User & Date: | mrwellan on 2018-02-02 15:13:34 |
Other Links: | branch diff | manifest | tags |
Context
2018-02-02
| ||
16:41 | Add a little randomness check-in: 64d9352976 user: mrwellan tags: v1.65 | |
15:13 | Use a different variable to control starting up servers on overloaded hosts. check-in: 30b0302862 user: mrwellan tags: v1.65 | |
10:29 | bumped version check-in: 83fad2f941 user: bjbarcla tags: v1.65, v1.6507 | |
Changes
Modified server.scm from [92475e2503] to [347cacb51e].
︙ | |||
122 123 124 125 126 127 128 | 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 | - + | (cmdln (conc (common:get-megatest-exe) " -server " (or target-host "-") (if (equal? (configf:lookup *configdat* "server" "daemonize") "yes") " -daemonize " "") ;; " -log " logfile " -m testsuite:" testsuite)) ;; (conc " >> " logfile " 2>&1 &"))))) (log-rotate (make-thread common:rotate-logs "server run, rotate logs thread")) |
︙ |
Modified tests/fdktestqa/fdk.config from [1449c69529] to [5922f41e2b].
︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | - - + - + + - - + - - - - - - - | max_concurrent_jobs 1000 # This is your link path, you can move it but it is generally better to keep it stable linktree #{shell readlink -f #{getenv MT_RUN_AREA_HOME}/../simplelinks} [include testqa/configs/megatest.abc.config] |
Modified tests/fdktestqa/testqa/Makefile from [f65c4da07e] to [b03429fb6d].
︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | - + | all : $(MEGATEST) -remove-runs -target a/b -runname c -testpatt %/% $(MEGATEST) -run -testpatt % -target a/b -runname c bigbig : for tn in a b c d;do \ |
︙ |
Modified tests/fdktestqa/testqa/megatest.config from [96a4d22c9d] to [39f7a70093].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | - + + + + + - + | [setup] testcopycmd cp --remove-destination -rlv TEST_SRC_PATH/. TEST_TARG_PATH/. >> TEST_TARG_PATH/mt_launch.log 2>> TEST_TARG_PATH/mt_launch.log # launchwait no |
︙ |