GitHub user jpeach opened a pull request: https://github.com/apache/trafficserver/pull/671
Fix ParentProxySet configuration race. The first part of the problem occurs because the HTTP state machine samples the parent proxy configuration at the start of a transaction. We have to delay the start of the test until we know the configuration has been applied. The second pars occurs because the regression driver starts the next exclusive test as soon as the current one has set its status. This means that we need to tear down the synserver and any other exclusive state before setting the test status. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jpeach/trafficserver fix/parent-test-race Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/671.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 #671 ---- commit 6449bba6cf2054086faa1afc25571e4f59282506 Author: James Peach <jpe...@apache.org> Date: 2016-05-26T18:42:17Z Fix ParentProxySet configuration race. The first part of the problem occurs because the HTTP state machine samples the parent proxy configuration at the start of a transaction. We have to delay the start of the test until we know the configuration has been applied. The second pars occurs because the regression driver starts the next exclusive test as soon as the current one has set its status. This means that we need to tear down the synserver and any other exclusive state before setting the test status. ---- --- 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. ---