Overview
Comment: | Bumped version |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.62 | v1.6207 |
Files: | files | file ages | folders |
SHA1: |
6f592c6a40d2f3c758c2d790a2763501 |
User & Date: | matt on 2016-11-01 21:57:01 |
Other Links: | branch diff | manifest | tags |
Context
2016-11-01
| ||
23:24 | Support for using WAL mode in when in /tmp check-in: 4f995c77e3 user: matt tags: v1.62 | |
21:57 | Bumped version check-in: 6f592c6a40 user: matt tags: v1.62, v1.6207 | |
17:27 | Improved dashboard performance check-in: c8475ffa22 user: mrwellan tags: v1.62 | |
Changes
Modified megatest-version.scm from [a1be7ed10e] to [d8346aabbc].
1 2 3 4 5 | ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. (declare (unit megatest-version)) | | | 1 2 3 4 5 6 7 | ;; Always use two or four digit decimal ;; 1.01, 1.02...1.10,1.11,1.1101 ... 1.99,2.00.. (declare (unit megatest-version)) (define megatest-version 1.6207) |
Modified tests/fullrun/megatest.config from [43488111c7] to [7f75c02259].
︙ | ︙ | |||
30 31 32 33 34 35 36 | # turn off faststart, put monitor.db in MT_RUN_AREA_HOME/db # and set the dbdir to /var/tmp/$USER/mt_db to enable keeping # the raw db in /var/tmp/$USER # faststart no monitordir #{getenv MT_RUN_AREA_HOME}/db | | | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | # turn off faststart, put monitor.db in MT_RUN_AREA_HOME/db # and set the dbdir to /var/tmp/$USER/mt_db to enable keeping # the raw db in /var/tmp/$USER # faststart no monitordir #{getenv MT_RUN_AREA_HOME}/db dbdir /tmp/#{getenv USER}/#{getenv MT_TESTSUITE_NAME}/db # sync more aggressively to megatest-db megatest-db yes # Set launchwait to no to use the more agressive code that does not wait for the launch to complete before proceeding # this may save a few milliseconds on launching tests # launchwait no |
︙ | ︙ |