Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Add "except tags" or "skip tags" #1007

Copy link
Copy link
Closed
@alexeyhimself

Description

@alexeyhimself
Issue body actions

A problem
When you have tests for example "not for production environment", then how not to run them on production environment using annotation tags? There is no way, because there are "tags", but there are no "except tags":

--%tags(not_for_production)
select * from table(ut.run(a_tags => ?));

Suggested solution
Introduce "a_skip_tags":

--%tags(not_for_production)
select * from table(ut.run(a_skip_tags => 'not_for_production'));

Workaround
Now I can only to put such "non-production" tests in a separate folder or in a separate branch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.