From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-5.5 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 954462021E for ; Fri, 11 Nov 2016 09:28:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756333AbcKKJ23 (ORCPT ); Fri, 11 Nov 2016 04:28:29 -0500 Received: from cloud.peff.net ([104.130.231.41]:41679 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756193AbcKKJ21 (ORCPT ); Fri, 11 Nov 2016 04:28:27 -0500 Received: (qmail 23246 invoked by uid 109); 11 Nov 2016 09:28:26 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.84) with SMTP; Fri, 11 Nov 2016 09:28:26 +0000 Received: (qmail 12753 invoked by uid 111); 11 Nov 2016 09:28:56 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) by peff.net (qpsmtpd/0.84) with SMTP; Fri, 11 Nov 2016 04:28:56 -0500 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Fri, 11 Nov 2016 04:28:25 -0500 Date: Fri, 11 Nov 2016 04:28:25 -0500 From: Jeff King To: Lars Schneider Cc: Junio C Hamano , Torsten =?utf-8?Q?B=C3=B6gershausen?= , git , Eric Sunshine , hvoigt@hvoigt.net Subject: Re: [PATCH v1 2/2] travis-ci: disable GIT_TEST_HTTPD for macOS Message-ID: <20161111092824.qqgrmhtkuw3wpbwa@sigill.intra.peff.net> References: <20161017002550.88782-1-larsxschneider@gmail.com> <20161017002550.88782-3-larsxschneider@gmail.com> <203BDCB2-1975-4590-B4B8-3C5E9D210430@gmail.com> <20161107212004.x4y7bcl2p4chfkm6@sigill.intra.peff.net> <20161110161012.jube4bwbww2wa2ew@sigill.intra.peff.net> <2088B631-4FE8-4232-9F3C-699122E6A7B0@gmail.com> <20161111084725.jkdsdt4yslzsuh6d@sigill.intra.peff.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Fri, Nov 11, 2016 at 10:13:44AM +0100, Lars Schneider wrote: > > If you did want to have a more real-world network-based test, I think > > the right solution is not for GitHub to set up a bunch of mock servers, > > but to design client-side tests that hit the _real_ GitHub (or GitLab, > > or whatever) and perform some basic operations. OTOH, people running > > "master" (or "next", etc) are doing that implicitly every day. > > That is actually a neat idea. We could setup a test repo on each of the major > Git hosting sites and then the TravisCI run could clone a repo and push > changes to it. That shouldn't take long and would probably be a good real > world test. > > The credentials of these repos could be stored encrypted in Travis CI [1]. > > Where would such a test repo live on github.com? On github.com/git or would > you prefer a separate organization? (no worries, I am not going to tackle this > anytime soon -- too many things in my backlog already). I think I'd prefer for it to live outside of the "git" organization entirely, if only because it's credentials will be necessarily less secure. It would be nice if people could point the suite at their own user/repo, too, so they can run it outside of travis. > BTW: I just noticed https://github.com/git/hello-world ... is this legitimate > or did someone hack github.com/git? :) Hmm. I wondered myself. There's no audit record of who created it, but the creation timestamp is from 2008-07-23, which predates a lot of the logging. So offhand, I'd say the likely explanation is "Scott Chacon experimenting". It's probably worth cleaning out now, though. -Peff