test(interop): cross-implementation interop lanes vs tusd, tus-js, tus-py - #8
Merged
Conversation
- our server/client, tusd, tus-js-client, tus-py-client pairings - each lane covers only features the counterpart implements - local-only; missing prerequisites skip, wired via make interop
- add make interop to the testing commands - pairing table with covered features and prerequisites
- fetch_tusd.sh downloads the host OS/arch tusd from GitHub releases - make interop uses PATH tusd, else fetches; skips if unavailable
- empty-file, metadata roundtrip, small-chunk, resume, deferred-length - single-byte and exact-chunk boundaries; unicode filename download - tus-js-client mjs gains empty/metadata/smallchunk/resume modes - each added only where the counterpart supports it
injaeryou
force-pushed
the
test/ecosystem-interop
branch
from
July 22, 2026 10:31
da45e08 to
99fed78
Compare
injaeryou
force-pushed
the
feat/proxy-location
branch
from
July 22, 2026 10:31
a384143 to
dd699a5
Compare
injaeryou
force-pushed
the
test/ecosystem-interop
branch
from
July 22, 2026 10:40
99fed78 to
eb1be4f
Compare
injaeryou
force-pushed
the
feat/proxy-location
branch
from
July 22, 2026 10:40
dd699a5 to
b2ec7dc
Compare
injaeryou
force-pushed
the
test/ecosystem-interop
branch
from
July 22, 2026 10:50
eb1be4f to
81f30e0
Compare
injaeryou
force-pushed
the
feat/proxy-location
branch
from
July 22, 2026 10:50
b2ec7dc to
7070638
Compare
injaeryou
force-pushed
the
test/ecosystem-interop
branch
from
July 22, 2026 11:03
81f30e0 to
425d7d5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Reproducible interop suite (
make interop), 4 local lanes. Stacked onfeat/proxy-location.Test Plan
make interopTest Result
Checklist
type(scope): ...)pytest -vpasses locallyruff check/ruff format --check/ty check resumable_uploadcleanTUS_COMPLIANCE.mdupdated