tests/integration-test.sh: allow overriding OCI_DELTA to test an alternative binary
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 92/100
Research direction
Start with tests/integration-test.sh and inspect the OCI_DELTA assignment and how the integration suite invokes the binary. Verify the suite still defaults to the local make build output and also uses an externally supplied OCI_DELTA; done means both execution paths work.
Written by the indexing model from the issue text.
Description
tests/integration-test.sh currently hardcodes:
OCI_DELTA="$PROJECT_DIR/oci-delta"
always testing a local make build output. For downstream QE processes (e.g. RHEL RC baseline testing), it's useful to run this same test suite against an already-built binary instead — for example the exact RPM shipped in a distro compose — to verify that specific build rather than a fresh git build.
Suggest making this overridable, defaulting to current behavior:
OCI_DELTA="${OCI_DELTA:-$PROJECT_DIR/oci-delta}"
- Dominant language
- Go
- Stars
- 21
- Forks
- 14
- Avg merge
- 6h 10m
- Merged PRs (30d)
- 9
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from containers/oci-delta
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
containers/oci-delta#66 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 78/100
containers/oci-delta#74 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
containers/oci-delta#38 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 64/100
containers/oci-delta#18 ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
containers/oci-delta#1 · 16 comments ·
All issues in containers/oci-delta
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 84/100
-
enhancement needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
kind/cleanup
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
kubernetes-sigs/kueue#15947 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
sympozium-ai/sympozium#627 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100