dottorblaster commented on pull request #3189: URL: https://github.com/apache/couchdb/pull/3189#issuecomment-703816052
@iilyak I need your opinion here 😄 actually I discovered that it's not possible to run `--only` and exclude stuff, mainly because inclusion takes precedence over any exclusion, so even if we exclude some `pending` tests they are included again as part of a (example given) `kind: :single_node` test suite. The only solution I found was adding a `@tag kind: :pending` to those modifying indeed the `kind` label of the test. This way pending tests were properly excluded. Do you think this is feasible? Pending tests are like less of ten, so I'd follow this approach and do some PRs following this trying to resolve those pending cases, just to get rid of this stuff. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
