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

dgram,test: add addMembership/dropMembership tests #6753

Closed
wants to merge 2 commits into from

Commits on May 19, 2016

  1. doc: add added: info for dgram.*Membership()

    Since I was doing the necessary git archaeology anyway, I took the time
    to add YAML information to the docs about when `addMembership()` and
    `dropMembership()` first appeared in their current forms.
    Trott committed May 19, 2016
    Configuration menu
    Copy the full SHA
    963fce8 View commit details
    Browse the repository at this point in the history
  2. dgram,test: add addMembership/dropMembership tests

    The only tests for `addMembership()` and `dropMembership()` (from the
    `dgram` module) were in `test/internet` which means they almost never
    get run. This adds checks in `test/parallel`.
    
    I also did some minor tidying on the existing `test/internet` test.
    Trott committed May 19, 2016
    Configuration menu
    Copy the full SHA
    57b62f5 View commit details
    Browse the repository at this point in the history