iilyak commented on a change in pull request #3110:
URL: https://github.com/apache/couchdb/pull/3110#discussion_r480323950
##########
File path: test/elixir/test/partition_design_docs_test.exs
##########
@@ -5,6 +5,9 @@ defmodule PartitionDesignDocsTest do
Test Partition functionality for partition design docs
"""
+ @moduletag :partition
+ @moduletag kind: :cluster
Review comment:
This should be :single_node.
##########
File path: test/elixir/test/partition_mango_test.exs
##########
@@ -5,6 +5,10 @@ defmodule PartitionMangoTest do
@moduledoc """
Test Partition functionality for mango
"""
+
+ @moduletag :partition
+ @moduletag kind: :cluster
Review comment:
This should be :single_node.
##########
File path: test/elixir/test/partition_size_limit_test.exs
##########
@@ -5,6 +5,9 @@ defmodule PartitionSizeLimitTest do
Test Partition size limit functionality
"""
+ @moduletag :partition
+ @moduletag kind: :cluster
Review comment:
This should be :single_node.
##########
File path: test/elixir/test/partition_size_test.exs
##########
@@ -4,6 +4,9 @@ defmodule PartitionSizeTest do
@moduledoc """
Test Partition size functionality
"""
+
+ @moduletag :partition
+ @moduletag kind: :cluster
Review comment:
This should be :single_node.
##########
File path: test/elixir/test/partition_view_test.exs
##########
@@ -5,6 +5,9 @@ defmodule ViewPartitionTest do
@moduledoc """
Test Partition functionality for views
"""
+
+ @moduletag :partition
+ @moduletag kind: :cluster
Review comment:
This should be :single_node.
----------------------------------------------------------------
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]