Megatest

Diff
Login

Differences From Artifact [13f3ccacd9]:

To Artifact [3caef9c8a2]:


47
48
49
50
51
52
53


54
55
56
57
58
59
60
;; Parameters

(define num-run-dbs           (make-parameter 10))

;;======================================================================
;;  R E C O R D S
;;======================================================================



;; a single Megatest area with it's multiple dbs is
;; managed in a dbstruct
;;
(defstruct dbr:dbstruct
  (areapath  #f)
  (homehost  #f)







>
>







47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
;; Parameters

(define num-run-dbs           (make-parameter 10))

;;======================================================================
;;  R E C O R D S
;;======================================================================

;; (define-record simple-run target id runname state status owner event_time)

;; a single Megatest area with it's multiple dbs is
;; managed in a dbstruct
;;
(defstruct dbr:dbstruct
  (areapath  #f)
  (homehost  #f)