Project

General

Profile

Actions

Bug #8574

closed

CI Build failure introduced by r41686

Added by luislavena (Luis Lavena) over 10 years ago. Updated over 10 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 2.1.0dev (2013-06-28 trunk 41688) [i386-mingw32]
[ruby-core:55683]

Description

=begin
Hello,

r41686 caused a failure in RubyInstaller CI for both x86 and x64:

http://ci.rubyinstaller.org/job/ruby-trunk-x64-test-all/1474/console
http://ci.rubyinstaller.org/job/ruby-trunk-x86-test-all/1675/console

  1. Failure:
    TestSocket_TCPSocket#test_initialize_failure [C:/Users/Worker/Jenkins/workspace/ruby-trunk-x86-build/test/socket/test_tcp.rb:24]:
    Expected /for\ "127.0.0.1"\ port\ 57239/ to match "Only one usage of each socket address (protocol/network address/port) is normally permitted. - connect(2) for "127.0.0.1" port 57238".

Seems the port is wrong by 1.

=end


Subtasks 1 (0 open1 closed)

Bug #8605: TestSocket_TCPSocket#test_initialize_failure fails on WindowsRejectedakr (Akira Tanaka)07/05/2013Actions
Actions #2

Updated by naruse (Yui NARUSE) over 10 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r41802.
Luis, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


Use server_port for Windows

fix r41686 [Bug #8574]

Actions

Also available in: Atom PDF

Like0
Like0Like0