iilyak commented on pull request #3189: URL: https://github.com/apache/couchdb/pull/3189#issuecomment-703836999
The approach is appropriate. However there is a little problem. Some tests would run twice. For example, `cluster_with_quorum_test` has two tags: `with_quorum_test` and `cluster`. Therefore we run it via `elixir-cluster` and `elixir-cluster-with-quorum`. I think we need to: 1) remove `elixir-cluster-with-quorum` (since it is covered by `elixir-cluster`). 2) replace `elixir-cluster-without-quorum` with `elixir-degraded-cluster` (which would use `--only`) ---------------------------------------------------------------- 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]
