![]() As `tools/mod` also contains the `go.mod` file. We should add it to the `module_dirs` variable, so that when executing `./scripts/fix.sh`, the proper checks and fixes can be applied. To address the issue of broken unit tests and code coverage due to the directory's lack of Go code, we've introduced a new doc.go file. This file acts as a placeholder, enabling tools like golangci-lint and go test to function correctly. --- Discovered when working on https://github.com/etcd-io/etcd/pull/18575 The directories are checked against the following: - Command: `find . -type f -name go.mod -exec dirname {} \;` - Output: ``` ./etcdutl . ./tools/testgrid-analysis ./tools/rw-heatmaps ./tools/mod ./etcdctl ./tests ./server ./api ./client/internal/v2 ./client/v3 ./client/pkg ./pkg ``` Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com> |
||
---|---|---|
.. | ||
build_lib.sh | ||
build_tools.sh | ||
build-binary.sh | ||
build-docker.sh | ||
build-release.sh | ||
build.sh | ||
codecov_upload.sh | ||
etcd_version_annotations.txt | ||
fix.sh | ||
fuzzing.sh | ||
genproto.sh | ||
measure-testgrid-flakiness.sh | ||
README | ||
release_mod.sh | ||
release.sh | ||
sync_go_toolchain_directive.sh | ||
test_images.sh | ||
test_lib.sh | ||
test.sh | ||
update_dep.sh | ||
update_proto_annotations.sh | ||
updatebom.sh | ||
verify_genproto.sh | ||
verify_go_versions.sh | ||
verify_proto_annotations.sh |
scripts for etcd development