Overview
Comment: | The big numbers of items run is working (and exposes a few bugs). Upped timeout so server stalls don't kill the test run |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.55 |
Files: | files | file ages | folders |
SHA1: |
ea8419fe8019fdb0bd03684edcb43bb0 |
User & Date: | mrwellan on 2013-06-18 15:43:13 |
Other Links: | branch diff | manifest | tags |
Context
2013-06-24
| ||
09:18 | fixed call to get-keys check-in: f7a525de64 user: mrwellan tags: v1.55 | |
2013-06-23
| ||
21:13 | Bringing runcontrol up to development. Step three NOTE: This node was not used to bring runcontrol to development closing this leaf but revisit it sometime ... Closed-Leaf check-in: 08a90a4da6 user: matt tags: runcontol | |
17:15 | Merged v1.55 into development check-in: fd16aaec8d user: matt tags: dev | |
17:11 | Merge from v1.55 to development plus some other changes Closed-Leaf check-in: b9a4606df4 user: matt tags: mixed-merge, dev | |
2013-06-18
| ||
15:43 | The big numbers of items run is working (and exposes a few bugs). Upped timeout so server stalls don't kill the test run check-in: ea8419fe80 user: mrwellan tags: v1.55 | |
2013-06-14
| ||
18:45 | Fixed dashboard filtering broken by reqlen queue changes. check-in: 36fddc6e10 user: mrwellan tags: v1.55, v1.5504 | |
Changes
Modified tests/fdktestqa/testqa/megatest.config from [88ea0dc535] to [b118157a0d].
1 2 3 4 5 6 7 | [setup] testcopycmd cp --remove-destination -rlv TEST_SRC_PATH/. TEST_TARG_PATH/. >> TEST_TARG_PATH/mt_launch.log 2>> TEST_TARG_PATH/mt_launch.log runqueue 2 [include ../fdk.config] [server] | | | 1 2 3 4 5 6 7 8 | [setup] testcopycmd cp --remove-destination -rlv TEST_SRC_PATH/. TEST_TARG_PATH/. >> TEST_TARG_PATH/mt_launch.log 2>> TEST_TARG_PATH/mt_launch.log runqueue 2 [include ../fdk.config] [server] timeout 0.05 |