Skip to content
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

GitLabIntegrationTest.testLfs fails with GitLab 13.7+ #365

Closed
slonopotamus opened this issue Jan 29, 2021 · 1 comment · Fixed by git-as-svn/git-lfs-java#86
Closed

GitLabIntegrationTest.testLfs fails with GitLab 13.7+ #365

slonopotamus opened this issue Jan 29, 2021 · 1 comment · Fixed by git-as-svn/git-lfs-java#86
Labels
bug gitlab GitLab integration lfs LFS support

Comments

@slonopotamus
Copy link
Collaborator

https://github.com/bozaro/git-as-svn/runs/1792413180?check_suite_focus=true#step:5:2021

Gradle suite > Gradle test > svnserver.ext.gitlab.GitLabIntegrationTest > testLfs FAILED
    org.apache.http.client.ClientProtocolException
        at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:187)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
        at ru.bozaro.gitlfs.client.internal.HttpClientExecutor.executeMethod(HttpClientExecutor.java:27)
        at ru.bozaro.gitlfs.client.Client.doRequest(Client.java:117)
        at ru.bozaro.gitlfs.client.Client.putObject(Client.java:215)
        at svnserver.ext.gitlfs.storage.network.LfsHttpWriter.finish(LfsHttpWriter.java:72)
        at svnserver.ext.gitlfs.storage.local.LfsLocalStorageTest.checkLfs(LfsLocalStorageTest.java:188)
        at svnserver.ext.gitlfs.storage.local.LfsLocalStorageTest.checkLfs(LfsLocalStorageTest.java:145)
        at svnserver.ext.gitlab.GitLabIntegrationTest.testLfs(GitLabIntegrationTest.java:198)

        Caused by:
        org.apache.http.ProtocolException: Transfer-encoding header already present
            at org.apache.http.protocol.RequestContent.process(RequestContent.java:94)
            at org.apache.http.protocol.ImmutableHttpProcessor.process(ImmutableHttpProcessor.java:133)
            at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
            at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
            at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
            at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
            ... 9 more
@slonopotamus slonopotamus added bug gitlab GitLab integration labels Jan 29, 2021
@slonopotamus
Copy link
Collaborator Author

@slonopotamus slonopotamus added the lfs LFS support label Jan 30, 2021
@slonopotamus slonopotamus reopened this Jan 30, 2021
slonopotamus added a commit to slonopotamus/git-as-svn that referenced this issue Jan 30, 2021
slonopotamus added a commit to slonopotamus/git-as-svn that referenced this issue Jan 30, 2021
slonopotamus added a commit to slonopotamus/git-as-svn that referenced this issue Jan 30, 2021
slonopotamus added a commit to slonopotamus/git-as-svn that referenced this issue Jan 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug gitlab GitLab integration lfs LFS support
Projects
None yet
1 participant