Differences From Artifact [252b48ae3a]:
- File megatest-version.scm — part of check-in [290d5d298f] at 2013-06-07 22:03:08 on branch dev — Added filter to skip COMPLETED tests on startup. Move code to query db for checking if ok to run more tests to server side (user: mrwellan, size: 144) [annotate] [blame] [check-ins using]
To Artifact [76cd76582a]:
- File megatest-version.scm — part of check-in [36fddc6e10] at 2013-06-14 18:45:18 on branch v1.55 — Fixed dashboard filtering broken by reqlen queue changes. (user: mrwellan, size: 144) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 1 2 3 4 5 6 7 | ;; Always use two digit decimal ;; 1.01, 1.02...1.10,1.11 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.5504) |