lfs-test-server icon indicating copy to clipboard operation
lfs-test-server copied to clipboard

Test Server does not allow for testing Batch API

Open jwittner opened this issue 9 years ago • 4 comments

As far as I can tell, the lfs-test-server doesn't implement the batch API, so there's no way to use the tool to test the full git-lfs apis available to the client.

jwittner avatar Oct 21 '15 20:10 jwittner

The test server should implement the batch api. Is something not working the way you're expecting?

rubyist avatar Oct 21 '15 22:10 rubyist

I am watching the logs from the server and never seeing calls to POST /objects/batch. I am on git-lfs v1.0.0. My server source is off the latest master.

jwittner avatar Oct 21 '15 22:10 jwittner

Can you paste the output of git lfs env from your repo?

rubyist avatar Oct 22 '15 00:10 rubyist

I cleaned out my server/dir info.

Endpoint=http:/ (auth=basic) LocalWorkingDir= LocalGitDir= LocalGitStorageDir= LocalMediaDir= TempDir= ConcurrentTransfers=3 BatchTransfer=true git config filter.lfs.smudge = "git-lfs smudge %f" git config filter.lfs.clean = "git-lfs clean %f"

jwittner avatar Oct 22 '15 01:10 jwittner