kubernetes/hack/make-rules
Patrick Ohly d459b4429f integration: remove special verbosity for garbagecollector and graph_builder
The setting for garbagecollector was added 7 years ago in 9ac91e5172 for
"debugging gc".  graph_builder was added 6 years in a98801c1 when restoring the
-vmodule parameter after some temporary removal, without an explanation.

It seems safe to assume that the garbage collector has been debugged
sufficiently...

These defaults cause performance overhead:
- Enabling -vmodule slows down all log calls because checking verbosity
  cannot take a simpler fast path.
- The amount of log output is much higher for those files.

The amount of log data also caused test output to get truncated, removing the
actual test failure explanation.
2023-05-24 10:02:53 +02:00
..
build.sh fix shellcheck in hack/make-rules/... 2019-02-26 00:56:36 -05:00
clean.sh Update shellcheck version (0.7.2 -> 0.8.0) and fix findings 2022-11-08 11:53:57 +01:00
cross.sh fix shellcheck in hack/make-rules/... 2019-02-26 00:56:36 -05:00
make-help.sh avoid masking return values in hack/make-rules/make-help.sh 2022-10-19 23:46:18 -07:00
test-cmd.sh Lock ServerSideApply feature to true 2022-09-27 13:48:28 +02:00
test-e2e-node.sh stop using deprecated klog flags 2022-09-04 21:02:43 +02:00
test-integration.sh integration: remove special verbosity for garbagecollector and graph_builder 2023-05-24 10:02:53 +02:00
test.sh Update shellcheck version (0.7.1 -> 0.7.2) and fix findings 2022-11-01 23:10:44 +01:00
update.sh Merge pull request #115246 from thockin/codegen-11-swagger-from-update-codegen 2023-01-22 11:24:10 -08:00
verify.sh Add a script to verify that URLs in API documentation are valid 2023-03-13 11:37:59 -07:00
vet.sh staging: fix "go vet" issues 2023-03-03 07:51:04 +01:00