Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(maint) Test fixes #514

Merged
merged 2 commits into from
Nov 10, 2016
Merged

(maint) Test fixes #514

merged 2 commits into from
Nov 10, 2016

Commits on Nov 10, 2016

  1. (maint) Change test to avoid depending on message delivery

    The current test relies on the pcp-broker handling delayed message
    delivery while the pxp-agent restarts. This causes a problem if the
    broker stops honoring message expiration and immediately rejects the
    message. Make the test more reliable by waiting for session association
    before checking on the status of the run.
    MikaelSmith committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    d0cb398 View commit details
    Browse the repository at this point in the history
  2. (maint) Make the pcp-broker test version configurable

    Add PCP_BROKER_FORK and PCP_BROKER_REF environment variables that can be
    set to configure what pcp-broker version is used for acceptance tests.
    MikaelSmith committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    86ba5e5 View commit details
    Browse the repository at this point in the history