-
Notifications
You must be signed in to change notification settings - Fork 18.1k
cmd/go: test sums of zip files created in direct mode #35290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Change https://golang.org/cl/204643 mentions this issue: |
Updates #35290 Change-Id: I09cad17f09e78c2bf6a9de98b01f13ed383ca006 Reviewed-on: https://go-review.googlesource.com/c/go/+/204643 Run-TryBot: Jay Conrod <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]>
Change https://golang.org/cl/204838 mentions this issue: |
Change https://golang.org/cl/204917 mentions this issue: |
zip.Create is now used to filter and translate zip files from VCS tools. zip.Unzip is now used instead of Unzip. Fixes #35290 Change-Id: I4aa41b2e96bf147c09db43d1d189b8393cafb06f Reviewed-on: https://go-review.googlesource.com/c/go/+/204917 Run-TryBot: Jay Conrod <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]>
Change https://golang.org/cl/218917 mentions this issue: |
Change https://golang.org/cl/220640 mentions this issue: |
This function is apparently unused since CL 204917. Updates #35290 Updates #37397 Change-Id: Id7f5f5d5176fdbd1c5c6227e81d0854ceafc3f12 Reviewed-on: https://go-review.googlesource.com/c/go/+/220640 Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Jay Conrod <[email protected]>
* gitlab.com/yumeko/MumbleEmu: the go-import tag now points to gitlab.com/yumeko/mumbleemu, but the module path hasn't changed in go.mod. * github.com/openshift/api: tag v3.9.0 was deleted. * github.com/AlexStocks/log4go: tag v1.0.5 was deleted. * github.com/belogik/goes: repository is no longer available. * llvm.org/llvm: server times out and disconnects after 30-40 mins. Also, fix a typo in an error message. With these versions removed, zip_sum_test passes. Updates #35290 Change-Id: Id3bdb8675a5582f88a6ff4c12dd7d1abe31aa56f Reviewed-on: https://go-review.googlesource.com/c/go/+/218917 Run-TryBot: Jay Conrod <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]>
We currently have minimal test coverage on code that creates module zip files from repositories.
We should have a test that fails if the sum changes for a zip created for a given module path and version.
The test should also alert us when the SHA-256 sum of the created zip file changes. These sums don't need to be stable; only content sums must not change. However, we should be aware of accidental changes to the way zip files are built.
The text was updated successfully, but these errors were encountered: