unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: Toon Claes <toon@iotcl.com>
Cc: Ted Zlatanov <tzz@lifelogs.com>,
	Michael Albinus <michael.albinus@gmx.de>,
	emacs-devel@gnu.org
Subject: Re: EMBA (Emacs Gitlab CI build server) is now *public* available
Date: Tue, 05 Feb 2019 13:50:57 +0100	[thread overview]
Message-ID: <m2imxy8klq.fsf@gmail.com> (raw)
In-Reply-To: <87muni8r1y.fsf_-_@iotcl.com> (Toon Claes's message of "Wed, 30 Jan 2019 09:53:29 +0100")


[-- Attachment #1.1: Type: text/plain, Size: 472 bytes --]

Toon Claes <toon@iotcl.com> writes:

> We have made emba.gnu.org *public* available. So it's no longer needed
> to log in to see the project or CI results.
>
> The failed builds are mailed to emacs-buildstatus, so you can follow that
> mailing list if you want to get notified about failures.

I should join that list.

Given the recent build failures, Iʼm guessing that server doesnʼt have
IPv6 enabled at all? In which case I plan to push the following:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-Fix-network-stream-tests.patch --]
[-- Type: text/x-patch, Size: 1640 bytes --]

From 450f455620a926064f5322af64c3c7b439fd0fae Mon Sep 17 00:00:00 2001
From: Robert Pluim <rpluim@gmail.com>
Date: Tue, 5 Feb 2019 13:47:27 +0100
Subject: [PATCH] Fix network stream tests
To: emacs-devel@gnu.org

* test/lisp/net/network-stream-tests.el
(make-ipv6-tcp-server-with-unspecified-port): Skip if IPv6 is not available.
(make-ipv6-tcp-server-with-specified-port): Likewise.
(echo-server-with-local-ipv6): Likewise.
---
 test/lisp/net/network-stream-tests.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/lisp/net/network-stream-tests.el b/test/lisp/net/network-stream-tests.el
index 6151c3064c..b8b0a8fd82 100644
--- a/test/lisp/net/network-stream-tests.el
+++ b/test/lisp/net/network-stream-tests.el
@@ -72,6 +72,7 @@
     (delete-process server)))
 
 (ert-deftest make-ipv6-tcp-server-with-unspecified-port ()
+  (skip-unless (featurep 'make-network-process '(:family ipv6)))
   (let ((server
          (make-network-process
           :name "server"
@@ -86,6 +87,7 @@
     (delete-process server)))
 
 (ert-deftest make-ipv6-tcp-server-with-specified-port ()
+  (skip-unless (featurep 'make-network-process '(:family ipv6)))
   (let ((server
          (make-network-process
           :name "server"
@@ -171,6 +173,7 @@ server-process-filter
     (delete-process server)))
 
 (ert-deftest echo-server-with-local-ipv6 ()
+  (skip-unless (featurep 'make-network-process '(:family ipv6)))
   (let* ((server (make-server 'local 'ipv6))
          (port (aref (process-contact server :local) 8))
          (proc (make-network-process :name "foo"
-- 
2.20.1.142.g77556354bb


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

  parent reply	other threads:[~2019-02-05 12:50 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-31 16:29 EMBA (Emacs Gitlab CI build server) is now available Ted Zlatanov
2018-12-31 17:54 ` Michael Albinus
2018-12-31 18:05   ` Ted Zlatanov
2019-01-01 12:08     ` Michael Albinus
2019-01-01 14:56       ` Ted Zlatanov
2019-01-01 16:51         ` Michael Albinus
2019-01-02 15:05           ` Justin Joseph Kaipada
2019-01-02 15:17             ` Michael Albinus
2019-01-04 11:52 ` Michael Albinus
2019-01-05  8:01   ` Toon Claes
2019-01-30  8:53     ` EMBA (Emacs Gitlab CI build server) is now *public* available Toon Claes
2019-01-30  9:46       ` Robert Pluim
2019-01-30 10:00         ` Michael Albinus
2019-01-30 11:23           ` Toon Claes
2019-01-30 12:13             ` Michael Albinus
2019-01-30 20:39               ` Ted Zlatanov
2019-02-05 12:50       ` Robert Pluim [this message]
2019-02-05 12:55         ` Michael Albinus
2019-02-05 14:58           ` Robert Pluim
2019-02-05 15:42             ` Ted Zlatanov
2019-02-05 15:50               ` Robert Pluim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2imxy8klq.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=michael.albinus@gmx.de \
    --cc=toon@iotcl.com \
    --cc=tzz@lifelogs.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).