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

ruby-changes:53108

From: k0kubun <ko1@a...>
Date: Tue, 23 Oct 2018 21:48:26 +0900 (JST)
Subject: [ruby-changes:53108] k0kubun:r65322 (trunk): appveyor.yml: separately execute problematic test case

k0kubun	2018-10-23 21:48:21 +0900 (Tue, 23 Oct 2018)

  New Revision: 65322

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

  Log:
    appveyor.yml: separately execute problematic test case
    
    that may crash worker like:
    https://ci.appveyor.com/project/ruby/ruby/builds/19706703/job/5dmi22mgua9r2qfu

  Modified files:
    trunk/appveyor.yml
Index: appveyor.yml
===================================================================
--- appveyor.yml	(revision 65321)
+++ appveyor.yml	(revision 65322)
@@ -92,9 +92,9 @@ for: https://github.com/ruby/ruby/blob/trunk/appveyor.yml#L92
     - set /a JOBS=%NUMBER_OF_PROCESSORS%
     - nmake -l "TESTOPTS=-v -q" btest
     - nmake -l "TESTOPTS=-v -q" test-basic
-    - nmake -l "TESTOPTS=-q -j%JOBS% --subprocess-timeout-scale=3.0 --exclude win32ole --exclude test_syntax --exclude test_open-uri" test-all
+    - nmake -l "TESTOPTS=-q -j%JOBS% --subprocess-timeout-scale=3.0 --exclude win32ole --exclude test_syntax --exclude test_open-uri --exclude test_bundled_ca" test-all
     # separately execute tests that may crash worker without -j.
-    - nmake -l "TESTOPTS=-q --subprocess-timeout-scale=3.0" test-all TESTS="../test/win32ole ../test/ruby/test_syntax.rb ../test/open-uri/test_open-uri.rb"
+    - nmake -l "TESTOPTS=-q --subprocess-timeout-scale=3.0" test-all TESTS="../test/win32ole ../test/ruby/test_syntax.rb ../test/open-uri/test_open-uri.rb ../test/rubygems/test_bundled_ca.rb"
     - nmake -l test-spec MSPECOPT=-fs
 -
   matrix:

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

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