GitHub user jacksontj opened a pull request: https://github.com/apache/trafficserver/pull/561
Fix broken test of min_keep_alive_connection This test was previously not setting the UUID per transaction (but rather per request). This was working because the configuration options set for keepalive etc. were incorrect. This patch corrects the configuration options, and the UUIDs to make the test check what it is intending to check. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jacksontj/trafficserver master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/561.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #561 ---- commit 681455a9140ade5cc2bcbbc80703171d8f3a84d6 Author: Thomas Jackson <jacksontj...@gmail.com> Date: 2016-04-11T19:04:39Z Fix broken test of min_keep_alive_connection This test was previously not setting the UUID per transaction (but rather per request). This was working because the configuration options set for keepalive etc. were incorrect. This patch corrects the configuration options, and the UUIDs to make the test check what it is intending to check. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---