You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2020/10/05 19:21:05 UTC

[GitHub] [couchdb] iilyak commented on pull request #3189: Split and prioritize integration tests execution

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:
users@infra.apache.org