[前][次][番号順一覧][スレッド一覧]

ruby-changes:53202

From: k0kubun <ko1@a...>
Date: Sun, 28 Oct 2018 16:45:04 +0900 (JST)
Subject: [ruby-changes:53202] k0kubun:r65417 (trunk): appveyor.yml: run test_open-uri separately

k0kubun	2018-10-28 16:44:59 +0900 (Sun, 28 Oct 2018)

  New Revision: 65417

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65417

  Log:
    appveyor.yml: run test_open-uri separately
    
    on msys2 because it sometimes crashes worker like
    https://ci.appveyor.com/project/ruby/ruby/builds/19853558/job/8v1ehnv40bggiode

  Modified files:
    trunk/appveyor.yml
Index: appveyor.yml
===================================================================
--- appveyor.yml	(revision 65416)
+++ appveyor.yml	(revision 65417)
@@ -136,7 +136,7 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L136
     - mingw32-make DESTDIR=../install install-nodoc
   test_script:
     - mingw32-make test
-    - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5 -j %JOBS% --exclude win32ole"
+    - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5 -j %JOBS% --exclude win32ole --exclude test_open-uri"
     # separately execute tests that may crash worker without -j.
-    - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5" TESTS="../ruby/test/win32ole"
+    - mingw32-make test-all TESTOPTS="--retry --job-status=normal --show-skip --subprocess-timeout-scale=1.5" TESTS="../ruby/test/win32ole ../test/open-uri/test_open-uri.rb"
     - mingw32-make test-spec MSPECOPT=-fs # not using `-j` because sometimes `mspec -j` silently dies on Windows

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]