Skip to content

Commit fe1cf60

Browse files
craig[bot]wenyihu6tbg
committed
Merge #157928
157928: mmaprototype: move unused helper functions to constraint_unused.go r=tbg a=wenyihu6 Epic: CRDB-55052 Release note: none --- **mmaprototype: move unused helper functions to constraint_unused.go** Previously, constraint.go included a few helper functions intended for future production use but not currently in use. This commit moves those helpers into their own dedicated file to make constraint.go smaller. --- **mmaprototype: move unused helper functions to constraint_unused.go** Previously, constraint_matcher.go included a few helper functions intended for future production use but not currently in use. This commit moves those helpers into their own dedicated file to make constraint_matcher.go smaller. Co-authored-by: wenyihu6 <[email protected]> Co-authored-by: Tobias Grieger <[email protected]>
2 parents a384179 + 2f374b3 commit fe1cf60

File tree

4 files changed

+498
-500
lines changed

4 files changed

+498
-500
lines changed

pkg/kv/kvserver/allocator/mmaprototype/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ go_test(
4343
"cluster_state_test.go",
4444
"constraint_matcher_test.go",
4545
"constraint_test.go",
46+
"constraint_unused_test.go",
4647
"load_test.go",
4748
"memo_helper_test.go",
4849
],

0 commit comments

Comments
 (0)