Skip to content

Commit

Permalink
Remove -distributor.shard-by-all-labels from tests
Browse files Browse the repository at this point in the history
Signed-off-by: tesla59 <[email protected]>
  • Loading branch information
tesla59 committed Jun 17, 2024
1 parent c7cb353 commit f7f1607
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion integration/ingester_limits_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ func TestIngesterGlobalLimits(t *testing.T) {

flags := BlocksStorageFlags()
flags["-distributor.replication-factor"] = "1"
flags["-distributor.shard-by-all-labels"] = "true"
flags["-distributor.sharding-strategy"] = testData.shardingStrategy
flags["-distributor.ingestion-tenant-shard-size"] = strconv.Itoa(testData.tenantShardSize)
flags["-ingester.max-series-per-user"] = "0"
Expand Down
1 change: 0 additions & 1 deletion integration/ingester_sharding_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ func TestIngesterSharding(t *testing.T) {
defer s.Close()

flags := BlocksStorageFlags()
flags["-distributor.shard-by-all-labels"] = "true"
flags["-distributor.sharding-strategy"] = testData.shardingStrategy
flags["-distributor.ingestion-tenant-shard-size"] = strconv.Itoa(testData.tenantShardSize)

Expand Down
2 changes: 0 additions & 2 deletions integration/zone_aware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ func TestZoneAwareReplication(t *testing.T) {
defer s.Close()

flags := BlocksStorageFlags()
flags["-distributor.shard-by-all-labels"] = "true"
flags["-distributor.replication-factor"] = "3"
flags["-distributor.zone-awareness-enabled"] = "true"

Expand Down Expand Up @@ -158,7 +157,6 @@ func TestZoneResultsQuorum(t *testing.T) {
defer s.Close()

flags := BlocksStorageFlags()
flags["-distributor.shard-by-all-labels"] = "true"
flags["-distributor.replication-factor"] = "3"
flags["-distributor.zone-awareness-enabled"] = "true"

Expand Down

0 comments on commit f7f1607

Please sign in to comment.