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

Add test group annotations to riak_test #674

Merged
merged 3 commits into from
Aug 8, 2014

Commits on Aug 8, 2014

  1. Add support for test group annotations to riak_tests.

    - Tests can be annotated with one or more '-test_type(name)' attributes.
    - Tests can be declared to be in multiple groups
    - These types can be run in groups via the riak_test command line
      --groups (-g) option
    - Multiple groups can be specified by comma delimiting.
    bowrocker committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    4e5194c View commit details
    Browse the repository at this point in the history
  2. Add support for multiple test_type attributes by changing format to t…

    …ake lists.
    
    - For example, in a riak_test: -test_type([bucket_types, http]).
    bowrocker committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    846fa6e View commit details
    Browse the repository at this point in the history
  3. Address review feedback.

    - Options --groups and --tests are mutually exclusive for now.
    - fix indentation for overly long lines.
    bowrocker committed Aug 8, 2014
    Configuration menu
    Copy the full SHA
    5ea5787 View commit details
    Browse the repository at this point in the history