Megatest

Diff
Login

Differences From Artifact [0e4db37723]:

To Artifact [fc28390531]:


244
245
246
247
248
249
250
251
252


253
254
255
256
257
258
259
260


261

262
263
264
265
266
267
268
244
245
246
247
248
249
250


251
252
253
254
255
256

257
258
259
260
261

262
263
264
265
266
267
268
269







-
-
+
+




-



+
+
-
+







(define (common:api-changed?)
  (not (equal? (substring (->string megatest-version) 0 4)
               (substring (conc (common:get-last-run-version)) 0 4))))
  
;; Move me elsewhere ...
;; RADT => Why do we meed the version check here, this is called only if version misma
;;
(define (common:cleanup-db dbstruct)
  (db:multi-db-sync 
(define (common:cleanup-db dbstruct #!key (full #f))
  (apply db:multi-db-sync 
   dbstruct
   'schema
   ;; 'new2old
   'killservers
   'dejunk
   'adj-target
   ;; 'old2new
   'new2old
   (if full
       '(dejunk)
   )
       '()))
  (if (common:api-changed?)
      (common:set-last-run-version)))

;; Rotate logs, logic: 
;;                 if > 500k and older than 1 week:
;;                     remove previous compressed log and compress this log
;; WARNING: This proc operates assuming that it is in the directory above the