[csw-maintainers] Test errors on current*

Dagobert Michelsen dam at opencsw.org
Sun Jul 17 16:18:44 CEST 2011


Hi Rupert,

Am 17.07.2011 um 11:12 schrieb rupert THURNER:
> haha ... unstable seems to well deserve its name :)
> 
> There were 7 failures:
> 1) test_serf_connection_request_create: test/test_context.c:166: expected <0> but was <124>
> 2) test_serf_connection_priority_request_create: test/test_context.c:265: expected <0> but was <124>
> 3) test_serf_closed_connection: test/test_context.c:404: expected <0> but was <124>
> 4) test_serf_setup_proxy: test/test_context.c:505: expected <0> but was <124>
> 5) test_keepalive_limit_one_by_one: test/test_context.c:656: expected <0> but was <124>
> 6) test_keepalive_limit_one_by_one_and_burst: test/test_context.c:810: expected <0> but was <124>
> 7) test_serf_progress_callback: test/test_context.c:932: expected <0> but was <124>

This was due to missing ipv6 on loopback interfaces:

9120:   so_socket(PF_INET6, SOCK_STREAM, IPPROTO_IP, "", 1) = 10
9120:   fcntl(10, F_GETFD, 0x00000002)                  = 0
9120:   fcntl(10, F_SETFD, 0x00000001)                  = 0
9120:   fcntl(10, F_GETFL, 0x00000000)                  = 2
9120:   fcntl(10, F_SETFL, 0x00000082)                  = 0
9120:   setsockopt(10, SOL_SOCKET, SO_REUSEADDR, 0xFFBFF864, 4, 1) = 0
9120:   bind(10, 0x00059EA0, 16, 3)                     Err#124 EAFNOSUPPORT


Fixed now. Investigating further.


Best regards

  -- Dago


More information about the maintainers mailing list