Backport #7320
closedBackport #7285: some failures on RubyInstaller CI
Unable to run tests for different builds due fixed port for Net::HTTP*
Description
Hello,
Please backport r36491 and r36877 to solve connect(2) errors caused by parallel builds executed in RubyInstaller's CI system:
http://ci.rubyinstaller.org/view/All/job/ruby-1_9_3-x86-test-all/lastFailedBuild/console
These revisions correspond to Issues #6766 and #6959 respectively.
Find attached a patch of the backports (sorry, there was no associated ChangeLog to them)
Files
Updated by luislavena (Luis Lavena) almost 12 years ago
Hello Nakamura-san,
Can these revisions be backported? This is causing parallel builds on RubyInstaller worker to report random failures:
http://ci.rubyinstaller.org/job/ruby-1_9_3-x64-test-all/18/console
http://ci.rubyinstaller.org/job/ruby-1_9_3-x86-test-all/55/console
Thank you.
Updated by usa (Usaku NAKAMURA) almost 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r37659.
Luis, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
merge revision(s) 36491,36877: [Backport #7320]
Use 0 for webrick's port and get the actual port. [Bug #6766]