Skip to content

Commit

Permalink
crosscluster/logical: use large test pool
Browse files Browse the repository at this point in the history
This package spins up several TestServers. We've also seen many tests timeout,
likely due to resource exhaustion.

Informs cockroachdb#138277
Informs cockroachdb#139673

Release note: none
  • Loading branch information
msbutler committed Jan 28, 2025
1 parent 56faadf commit 31e48d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/crosscluster/logical/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ go_library(

go_test(
name = "logical_test",
exec_properties = {"test.Pool": "large"},
srcs = [
"create_logical_replication_stmt_test.go",
"dead_letter_queue_test.go",
Expand Down

0 comments on commit 31e48d8

Please sign in to comment.