diff options
| author | Michael Albinus | 2017-08-02 10:59:57 +0200 |
|---|---|---|
| committer | Michael Albinus | 2017-08-02 10:59:57 +0200 |
| commit | 4207733f4aefd17fd06e7820775d4c2359daba87 (patch) | |
| tree | 65ab5491888da42c744f75a7c643e806febe3568 | |
| parent | ae055834a99b26bf46180b6c78fe7ca24b7c8194 (diff) | |
| download | emacs-4207733f4aefd17fd06e7820775d4c2359daba87.tar.gz emacs-4207733f4aefd17fd06e7820775d4c2359daba87.zip | |
; Extend traces in tramp-test36-asynchronous-requests for hydra
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index d76629038f5..50dfd6fac2e 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el | |||
| @@ -3804,6 +3804,7 @@ process sentinels. They shall not disturb each other." | |||
| 3804 | ;; seconds, and we send a SIGUSR1 signal after 300 seconds. | 3804 | ;; seconds, and we send a SIGUSR1 signal after 300 seconds. |
| 3805 | (with-timeout (300 (tramp--test-timeout-handler)) | 3805 | (with-timeout (300 (tramp--test-timeout-handler)) |
| 3806 | (define-key special-event-map [sigusr1] 'tramp--test-timeout-handler) | 3806 | (define-key special-event-map [sigusr1] 'tramp--test-timeout-handler) |
| 3807 | (tramp--test-instrument-test-case (if (getenv "EMACS_HYDRA_CI") 10 0) | ||
| 3807 | (let* ((watchdog | 3808 | (let* ((watchdog |
| 3808 | (start-process | 3809 | (start-process |
| 3809 | "*watchdog*" nil shell-file-name shell-command-switch | 3810 | "*watchdog*" nil shell-file-name shell-command-switch |
| @@ -3917,10 +3918,9 @@ process sentinels. They shall not disturb each other." | |||
| 3917 | ;; Give the watchdog a chance. | 3918 | ;; Give the watchdog a chance. |
| 3918 | (read-event nil nil 0.01) | 3919 | (read-event nil nil 0.01) |
| 3919 | ;; Regular operation post process action. | 3920 | ;; Regular operation post process action. |
| 3920 | (tramp--test-instrument-test-case 10 | 3921 | (if (= count 2) |
| 3921 | (if (= count 2) | 3922 | (should-not (file-attributes file)) |
| 3922 | (should-not (file-attributes file)) | 3923 | (should (file-attributes file))) |
| 3923 | (should (file-attributes file)))) | ||
| 3924 | (tramp--test-message | 3924 | (tramp--test-message |
| 3925 | "Stop action %d %s %s" count buf (current-time-string)) | 3925 | "Stop action %d %s %s" count buf (current-time-string)) |
| 3926 | (process-put proc 'bar (1+ count)) | 3926 | (process-put proc 'bar (1+ count)) |
| @@ -3945,7 +3945,7 @@ process sentinels. They shall not disturb each other." | |||
| 3945 | (ignore-errors (delete-process (get-buffer-process buf))) | 3945 | (ignore-errors (delete-process (get-buffer-process buf))) |
| 3946 | (ignore-errors (kill-buffer buf))) | 3946 | (ignore-errors (kill-buffer buf))) |
| 3947 | (ignore-errors (cancel-timer timer)) | 3947 | (ignore-errors (cancel-timer timer)) |
| 3948 | (ignore-errors (delete-directory tmp-name 'recursive)))))) | 3948 | (ignore-errors (delete-directory tmp-name 'recursive))))))) |
| 3949 | 3949 | ||
| 3950 | (ert-deftest tramp-test37-recursive-load () | 3950 | (ert-deftest tramp-test37-recursive-load () |
| 3951 | "Check that Tramp does not fail due to recursive load." | 3951 | "Check that Tramp does not fail due to recursive load." |