Changes between Initial Version and Version 1 of Ticket #64906, comment 18


Ignore:
Timestamp:
Apr 16, 2022, 6:16:37 AM (2 years ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64906, comment 18

    initial v1  
    141141
    142142Developer sampler also specifies library, libSystem.B.dylib.
     143
     144P. S. Interrupting it gave this:
     145
     146{{{
     147237) Error:
     148TestSocket#test_accept_loop_with_unix:
     149ArgumentError: too long unix socket path (111 bytes given but 104 bytes max)
     150    /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_lang_ruby31/ruby31/work/ruby-3.1.1/.ext/common/socket.rb:1116:in `unix'
     151    /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_lang_ruby31/ruby31/work/ruby-3.1.1/.ext/common/socket.rb:1116:in `unix_server_socket'
     152    /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_lang_ruby31/ruby31/work/ruby-3.1.1/test/socket/test_socket.rb:259:in `block in test_accept_loop_with_unix'
     153    /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_lang_ruby31/ruby31/work/ruby-3.1.1/lib/tmpdir.rb:96:in `mktmpdir'
     154    /opt/local/var/macports/build/_opt_PPCSnowLeopardPorts_lang_ruby31/ruby31/work/ruby-3.1.1/test/socket/test_socket.rb:253:in `test_accept_loop_with_unix'
     155
     156Finished tests in 4677.087692s, 4.4857 tests/s, 585.4192 assertions/s.
     15720980 tests, 2738057 assertions, 205 failures, 32 errors, 59 skips
     158gmake: *** [uncommon.mk:821: yes-test-all] Error 1
     159
     160}}}
     161
     162There are quite a number of these too long unix socket path (111 bytes given but 104 bytes max) errors. Should be fixable, for example: https://github.com/deployphp/deployer/pull/1940/commits/abb6c91232ca24cc025fa0a3ca7d0e3ec5c7ee58