Skip to content

dgram,test: add addMembership/dropMembership tests

Rodrigo Muino Tomonari requested to merge github/fork/Trott/80s into master
Checklist
  • tests and code linting passes
  • a test and/or benchmark is included
  • documentation is changed or added
  • the commit message follows commit guidelines
Affected core subsystem(s)

test dgram

Description of change

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.

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.

I also did some minor tidying on the existing test/internet test.

Merge request reports

Loading