Skip to content

Commit

Permalink
admission: segment test files by central type
Browse files Browse the repository at this point in the history
Pure code movement change. Carve out
{io_load_listener,tokens_linear_model}_test.go using the same non-test
partitioning scheme as earlier commits. Within granter_test.go, move the
supporting types further below in the file.

Release note: None
  • Loading branch information
irfansharif committed Aug 19, 2022
1 parent d186c59 commit 88ccf28
Show file tree
Hide file tree
Showing 5 changed files with 595 additions and 545 deletions.
2 changes: 2 additions & 0 deletions pkg/util/admission/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ go_test(
srcs = [
"disk_bandwidth_test.go",
"granter_test.go",
"io_load_listener_test.go",
"store_token_estimation_test.go",
"tokens_linear_model_test.go",
"work_queue_test.go",
],
data = glob(["testdata/**"]),
Expand Down
Loading

0 comments on commit 88ccf28

Please sign in to comment.