Megatest

Check-in [24a028a172]
Login
Overview
Comment:Restoring test_records.scm, not quite able to get rid of it yet.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | v1.6569-diet
Files: files | file ages | folders
SHA1: 24a028a1722528811637cd277f1d911b6ce6b79b
User & Date: matt on 2021-01-15 22:58:07
Other Links: branch diff | manifest | tags
Context
2021-01-15
23:05
Couple unused functions check-in: 7ef4e75485 user: matt tags: v1.6569-diet
22:58
Restoring test_records.scm, not quite able to get rid of it yet. check-in: 24a028a172 user: matt tags: v1.6569-diet
22:46
begin diet check-in: badd71f3b3 user: matt tags: v1.6569-diet
Changes

Modified Makefile from [41b5a567a1] to [1550d5f6a0].

166
167
168
169
170
171
172


173
174
175
176
177
178
179
tests.o tasks.o dashboard-tasks.o : task_records.scm

megatest.o : megatest-fossil-hash.scm megatest-version.scm

rmt.scm client.scm common.scm configf.scm dashboard-guimonitor.scm dashboard-tests.scm dashboard.scm db.scm dcommon.scm ezsteps.scm http-transport.scm index-tree.scm items.scm keys.scm launch.scm megatest.scm monitor.scm mt.scm runconfig.scm runs.scm server.scm tdb.scm tests.scm tree.scm : common_records.scm megatest-version.scm

common_records.scm : altdb.scm



# mofiles/stml2.o : mofiles/cookie.o
# configf.o : mofiles/commonmod.o

vg.o dashboard.o : vg_records.scm megatest-version.scm

dcommon.o : run_records.scm







>
>







166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
tests.o tasks.o dashboard-tasks.o : task_records.scm

megatest.o : megatest-fossil-hash.scm megatest-version.scm

rmt.scm client.scm common.scm configf.scm dashboard-guimonitor.scm dashboard-tests.scm dashboard.scm db.scm dcommon.scm ezsteps.scm http-transport.scm index-tree.scm items.scm keys.scm launch.scm megatest.scm monitor.scm mt.scm runconfig.scm runs.scm server.scm tdb.scm tests.scm tree.scm : common_records.scm megatest-version.scm

common_records.scm : altdb.scm

runs.o tests.o : test_records.scm

# mofiles/stml2.o : mofiles/cookie.o
# configf.o : mofiles/commonmod.o

vg.o dashboard.o : vg_records.scm megatest-version.scm

dcommon.o : run_records.scm

Modified runs.scm from [89bea698c4] to [030b929939].

32
33
34
35
36
37
38

39
40
41
42
43
44
45
(declare (uses archive))
;; (declare (uses filedb))

(include "common_records.scm")
(include "key_records.scm")
(include "db_records.scm")
(include "run_records.scm")


;; (include "debugger.scm")

;; use this struct to facilitate refactoring
;;

(defstruct runs:dat







>







32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
(declare (uses archive))
;; (declare (uses filedb))

(include "common_records.scm")
(include "key_records.scm")
(include "db_records.scm")
(include "run_records.scm")
(include "test_records.scm")

;; (include "debugger.scm")

;; use this struct to facilitate refactoring
;;

(defstruct runs:dat

Name change from attic/test_records.scm to test_records.scm.

Modified tests.scm from [5c7d2ae55e] to [bf94920f7d].

38
39
40
41
42
43
44

45
46
47
48
49
50
51
(import (prefix sqlite3 sqlite3:))
(require-library stml)

(include "common_records.scm")
(include "key_records.scm")
(include "db_records.scm")
(include "run_records.scm")

(include "js-path.scm")

(define (init-java-script-lib)
  (set! *java-script-lib* (conc  (common:get-install-area) "/share/js/jquery-3.1.0.slim.min.js"))
  )

;; Call this one to do all the work and get a standardized list of tests







>







38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
(import (prefix sqlite3 sqlite3:))
(require-library stml)

(include "common_records.scm")
(include "key_records.scm")
(include "db_records.scm")
(include "run_records.scm")
(include "test_records.scm")
(include "js-path.scm")

(define (init-java-script-lib)
  (set! *java-script-lib* (conc  (common:get-install-area) "/share/js/jquery-3.1.0.slim.min.js"))
  )

;; Call this one to do all the work and get a standardized list of tests