ruby-changes:52859
From: k0kubun <ko1@a...>
Date: Sun, 14 Oct 2018 10:24:27 +0900 (JST)
Subject: [ruby-changes:52859] k0kubun:r65071 (trunk): appveyor.yml: test open-uri separately
k0kubun 2018-10-14 10:24:21 +0900 (Sun, 14 Oct 2018) New Revision: 65071 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65071 Log: appveyor.yml: test open-uri separately This randomly crashes test worker https://ci.appveyor.com/project/ruby/ruby/builds/19488746/job/pf1c78dlh8lqcj06 and running it without -j is suggested. Modified files: trunk/appveyor.yml Index: appveyor.yml =================================================================== --- appveyor.yml (revision 65070) +++ appveyor.yml (revision 65071) @@ -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=1.5 --exclude win32ole --exclude test_syntax" test-all RUBY_FORCE_TEST_JIT=1 + - nmake -l "TESTOPTS=-q -j%JOBS% --subprocess-timeout-scale=1.5 --exclude win32ole --exclude test_syntax --exclude test_open-uri" test-all RUBY_FORCE_TEST_JIT=1 # separately execute tests that may crash worker without -j. - - nmake -l "TESTOPTS=-q --subprocess-timeout-scale=1.5" test-all TESTS="../test/win32ole ../test/ruby/test_syntax.rb" + - nmake -l "TESTOPTS=-q --subprocess-timeout-scale=1.5" test-all TESTS="../test/win32ole ../test/ruby/test_syntax.rb ../test/open-uri/test_open-uri.rb" - nmake -l test-spec - matrix: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/