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

kola run: Accept a list of glob patterns, kola list: Platform/distro filters with glob patterns #73

Merged
merged 2 commits into from
Mar 30, 2020

Conversation

pothos
Copy link
Member

@pothos pothos commented Mar 27, 2020

  • kola list: Platform/distro filters with glob patterns
    The "kola run" command accepts a glob pattern to limit which tests are run.
    To test a pattern before running a test, add a filter option to
    "kola list" to filter the list of known tests by platform and distro,
    and if wanted with a glob pattern to see its effect.
  • kola run: Accept a list of glob patterns
    Glob patterns are matching like the shell expands a glob pattern.
    This does not allow to test against two names that don't share a
    substring. On the shell this is solved by having two glob arguments.
    Allow multiple glob patterns to be specified as arguments to handle
    the cases where the tests don't share a substring but we want to run
    exactly those tests.

The "kola run" command accepts a glob pattern to limit which tests
are run.
To test a pattern before running a test, add a filter option to
"kola list" to filter the list of known tests by platform and distro,
and if wanted with a glob pattern to see its effect.
@pothos pothos requested review from t-lo and dongsupark March 27, 2020 17:18
Glob patterns are matching like the shell expands a glob pattern.
This does not allow to test against two names that don't share a
substring. On the shell this is solved by having two glob arguments.
Allow multiple glob patterns to be specified as arguments to handle
the cases where the tests don't share a substring but we want to run
exactly those tests.
@pothos pothos changed the title kola list: Platform/distro filters with glob patterns kola run: Accept a list of glob patterns, kola list: Platform/distro filters with glob patterns Mar 27, 2020
@pothos pothos merged commit b9d2961 into flatcar-master Mar 30, 2020
@pothos pothos deleted the kai/kola-list branch March 30, 2020 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant