Megatest

Check-in [0bc44e3515]
Login
Overview
Comment:Unfinished -run-wait work
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.55
Files: files | file ages | folders
SHA1: 0bc44e351565ca47502da99e8967f90956ecacbc
User & Date: mrwellan on 2014-07-23 18:08:21
Other Links: branch diff | manifest | tags
Context
2014-07-23
23:21
pulled changes to loadrunner from v1.60 branch. Added -run-wait support to run queue. check-in: 65f26a2bbf user: matt tags: v1.55
18:08
Unfinished -run-wait work check-in: 0bc44e3515 user: mrwellan tags: v1.55
2014-07-22
12:06
Fixed dashboard crash on sort choices check-in: 4ba94f5735 user: mrwellan tags: v1.55, v1.5524
Changes

Modified megatest.scm from [a1fa279662] to [54431b021e].

1242
1243
1244
1245
1246
1247
1248
1249


1250
1251
1252
1253
1254
1255
1256
1242
1243
1244
1245
1246
1247
1248

1249
1250
1251
1252
1253
1254
1255
1256
1257







-
+
+







	  (exit))
      (set! *didsomething* #t)))

;;======================================================================
;; Wait on a run to complete
;;======================================================================

(if (args:get-arg "-run-wait")
(if (and (args:get-arg "-run-wait")
	 (not (args:get-arg "-runtests"))) ;; run-wait is built into runtests now
    (begin
      (if (not (launch:setup-for-run))
	  (begin
	    (debug:print 0 "Failed to setup, exiting") 
	    (exit 1)))
      (operate-on 'run-wait)
      (set! *didsomething* #t)))

Modified tests/fdktestqa/fdk.config from [6c0fedec41] to [0cdf621a94].

1
2
3
4

5
6
7
8

9
10
11
12
13


1
2
3
4
5
6
7
8

9
10
11
12
13
14
15
16




+



-
+





+
+
[fields]
SYSTEM TEXT
RELEASE TEXT

[env-override]
[setup]
# Adjust max_concurrent_jobs to limit how much you load your machines
# max_concurrent_jobs 150
max_concurrent_jobs 500
max_concurrent_jobs 150

# This is your link path, you can move it but it is generally better to keep it stable
linktree #{shell readlink -f #{getenv PWD}/../simplelinks}

[include testqa/configs/megatest.abc.config]

timeout 0.025

Modified tests/fdktestqa/testqa/configs/megatest.abc.config from [b0c9fe881b] to [568ec796ea].

1
2
3
4
5
6
7
8
9
10
1
2
3
4
5
6
7

8
9







-


# Valid values for state and status for steps, NB// It is not recommended you use this
[validvalues]
state start end completed

# Job tools are more advanced ways to control how your jobs are launched
[jobtools]
useshell yes
launcher nbfake

[include megatest.def.config]

tests/installall/config/megatest.config.dat became a regular file with contents [736a5da885].

tests/installall/config/runconfigs.config.dat became a regular file with contents [3b8f260acb].