Megatest

Check-in [51eb2410ed]
Login
Overview
Comment:Dashboard filter check enabled
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | v1.63-run-times
Files: files | file ages | folders
SHA1: 51eb2410ed9516f78765f6150efe06cc9f39b092
User & Date: ritikaag on 2017-02-23 14:06:16
Other Links: branch diff | manifest | tags
Context
2017-02-23
14:06
Dashboard filter check enabled Closed-Leaf check-in: 51eb2410ed user: ritikaag tags: v1.63-run-times
10:45
Merged with v1.63 check-in: 39edec417c user: ritikaag tags: v1.63-run-times
Changes

Modified dashboard.scm from [5320486b43] to [fe9cb776ef].

537
538
539
540
541
542
543
544
545


546
547
548
549
550
551
552
537
538
539
540
541
542
543


544
545
546
547
548
549
550
551
552







-
-
+
+







			   'itempath))
	 ;; note: the rundat is normally created in "update-rundat". 
	 (run-dat      (or (hash-table-ref/default (dboard:tabdat-allruns-by-id tabdat) run-id #f)
			   (let ((rd (dboard:rundat-make-init run: run key-vals: key-vals)))
			     (hash-table-set! (dboard:tabdat-allruns-by-id tabdat) run-id rd)
			     rd)))
	 ;; (prev-tests  (dboard:rundat-tests prev-dat)) ;; (vector-ref prev-dat 1))
         (last-update  (if (or do-not-use-query-timestamps
			       (dboard:tabdat-filters-changed tabdat))
         (last-update  (if do-not-use-query-timestamps
			      ;; (dboard:tabdat-filters-changed tabdat))
			   0
			   (dboard:rundat-last-update run-dat)))
	 (last-db-time (if do-not-use-db-file-timestamps
			   0
			   (dboard:rundat-last-db-time run-dat)))
	 (db-path      (or (dboard:rundat-db-path run-dat)
			   (let* ((db-dir (common:get-db-tmp-area))