emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 879d9ce: * test/lisp/net/tramp-tests.el


From: Michael Albinus
Subject: [Emacs-diffs] master 879d9ce: * test/lisp/net/tramp-tests.el
Date: Wed, 30 Jan 2019 03:28:56 -0500 (EST)

branch: master
commit 879d9ce713cb43eadf5bc273619c5bf827bf041c
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * test/lisp/net/tramp-tests.el
    
    (tramp-test43-asynchronous-requests): Tag it :unstable also for
    emba.  Adapt `accept-process-output' arguments.
---
 test/lisp/net/tramp-tests.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index c52f009..92ad41b 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -5215,11 +5215,11 @@ Such requests could arrive from timers, process filters 
and
 process sentinels.  They shall not disturb each other."
   ;; The test fails from time to time, w/o a reproducible pattern.  So
   ;; we mark it as unstable.
+  :tags '(:expensive-test :unstable)
   ;; Recent investigations have uncovered a race condition in
   ;; `accept-process-output'.  Let's check on emba, whether this has
   ;; been solved.
-  :tags
-  (if (getenv "EMACS_EMBA_CI") '(:expensive-test) '(:expensive-test :unstable))
+  ;; (if (getenv "EMACS_EMBA_CI") '(:expensive-test) '(:expensive-test 
:unstable))
   (skip-unless (tramp--test-enabled))
   (skip-unless (tramp--test-sh-p))
 
@@ -5229,7 +5229,6 @@ process sentinels.  They shall not disturb each other."
   ;; infrequently hangs for hours until killed by the infrastructure.
   (with-timeout (300 (tramp--test-timeout-handler))
     (define-key special-event-map [sigusr1] 'tramp--test-timeout-handler)
-    (tramp--test-instrument-test-case (if (getenv "EMACS_HYDRA_CI") 10 0)
     (let* (;; For the watchdog.
           (default-directory (expand-file-name temporary-file-directory))
           (watchdog



reply via email to

[Prev in Thread] Current Thread [Next in Thread]