Go basicsrkt testing frameworkunderstanding of container image signatures
新手友善度1-100 的估計分數,表示該議題對首次貢獻者的友善程度。
20
研究方向
First, review the linked bug #1982 to understand the specific signature verification issue. Then examine the existing functional tests in `tests/rkt image dependencies test.go` to see the testing patterns used. The goal is to write a test that reproduces the bug scenario described in #1982. Since the project is archived, consider if this issue is still relevant and check if there are any existing PRs or comments that discuss the test. The test should likely involve creating a signed image and verifying dependencies. Refer to the rkt documentation and code in `rkt/image/` for signature handling.
functional tests: check signatures in rkt_image_dependencies_test · rkt/rkt#1994 | Good First Issue