iilyak commented on a change in pull request #3110:
URL: https://github.com/apache/couchdb/pull/3110#discussion_r480323373
##########
File path: test/elixir/test/partition_all_docs_test.exs
##########
@@ -6,6 +6,9 @@ defmodule PartitionAllDocsTest do
Test Partition functionality for for all_docs
"""
+ @moduletag :partition
+ @moduletag kind: :cluster
Review comment:
This should be `:single_node`. Partition feature is not about
partitioned cluster it is about [forming logical database partitions by using
a partition key](https://docs.couchdb.org/en/master/partitioned-dbs/index.html).
----------------------------------------------------------------
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]