From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: filenotify-tests.el failing inside Docker debian:stretch Date: Wed, 02 Jan 2019 14:19:11 +0000 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: <877efpbo90.fsf@gmx.de> <87r2dvsbfe.fsf@gmx.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1546438721 25870 195.159.176.226 (2 Jan 2019 14:18:41 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 2 Jan 2019 14:18:41 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 02 15:18:37 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gehLx-0006el-7U for ged-emacs-devel@m.gmane.org; Wed, 02 Jan 2019 15:18:37 +0100 Original-Received: from localhost ([127.0.0.1]:45110 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gehO3-0005PB-HF for ged-emacs-devel@m.gmane.org; Wed, 02 Jan 2019 09:20:47 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:51615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gehMo-0005J1-VH for emacs-devel@gnu.org; Wed, 02 Jan 2019 09:19:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gehMk-0007x6-RO for emacs-devel@gnu.org; Wed, 02 Jan 2019 09:19:30 -0500 Original-Received: from [195.159.176.226] (port=38946 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gehMk-0007v9-JD for emacs-devel@gnu.org; Wed, 02 Jan 2019 09:19:26 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gehKU-00050e-BW for emacs-devel@gnu.org; Wed, 02 Jan 2019 15:17:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 16 Original-X-Complaints-To: usenet@blaine.gmane.org X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Copies-To: never Cancel-Lock: sha1:WV8HyxP4VU9cr1RjuH7IxxOv43s= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:232083 Archived-At: On Wed, 02 Jan 2019 09:36:53 +0100 Michael Albinus wrote: MA> Since these are automated tests, they could be more expensive. On hydra, MA> it is MA> make check-expensive EMACS_HYDRA_CI=1 TEST_BACKTRACE_LINE_LENGTH=150 TEST_LOAD_EL=no SUMMARIZE_TESTS=25 I'd start with full testing, this is a dedicated machine for running tests and emacs.git doesn't have too many commits per day. We can improve later as follows (all controlled via .gitlab-ci.yml): * don't test scratch branches * test master and release branches fully (expensive checks) * test other branches quickly Ted