Re: [RFC PATCH] t5538: move http push tests out to t5542

2014-05-30 Thread Nix
On 30 May 2014, Junio C. Hamano said: > Nix writes: > >> (signed off with my work email address for paranoia's sake.) > > As long as your employer is fine with your patch contributed to us, My employer encourages it. > and assuming that the patch was done on your em

Re: [RFC PATCH] t5538: move http push tests out to t5542

2014-05-30 Thread Nix
On 30 May 2014, Jeff King said: > On Fri, May 30, 2014 at 11:29:10AM +0100, Nix wrote: > >> +test_expect_success 'push from shallow repo via http' ' >> +mv "$HTTPD_DOCUMENT_ROOT_PATH/repo.git" shallow-upstream.git && >> +git clone -

[RFC PATCH] t5538: move http push tests out to t5542

2014-05-30 Thread Nix
As 0232852b, but for the push tests instead: this avoids a start_httpd in the middle of the file, which fails under GIT_TEST_HTTPD=false. Signed-off-by: Nick Alcock --- On 30 May 2014, Jeff King said: > diff --git a/t/t5537-fetch-shallow.sh b/t/t5537-fetch-shallow.sh > index be951a4..a980574 1007

Re: git 2.0.0 PROFILE=BUILD check-phase problems with ./t5561-http-backend.sh; GIT_TEST_HTTPD=false problems with t5537-fetch-shallow.sh

2014-05-30 Thread Nix
On 30 May 2014, Jeff King told this: > On Thu, May 29, 2014 at 11:44:37PM +0100, Nix wrote: > >> I observe test failures with git 2.0.0 which are attributable to the >> change to run network tests by default. I'm lumping them both together >> into one report becaus

git 2.0.0 PROFILE=BUILD check-phase problems with ./t5561-http-backend.sh; GIT_TEST_HTTPD=false problems with t5537-fetch-shallow.sh

2014-05-29 Thread Nix
I observe test failures with git 2.0.0 which are attributable to the change to run network tests by default. I'm lumping them both together into one report because I'm lazy and I've blown too much time on this already. I've got Apache 2.2.24 on this box, and t5551-http-fetch-smart.sh fails in a pe