Hi Phil,

On Tue Sep 17, 2024 at 7:25 PM CEST, Phil Wyett wrote:
5. Build Twice [sudo pbuilder build --twice <package>.dsc]: Issue

[----------] 2 tests from SocketStream
[ RUN      ] SocketStream.is_writable_UNIX
[       OK ] SocketStream.is_writable_UNIX (0 ms)
[ RUN      ] SocketStream.is_writable_INET
../test/test.cc:189: Failure
Expected equality of these values:
  0
  ::bind(s, reinterpret_cast<sockaddr *>(&addr), sizeof(addr))
    Which is: -1

../test/test.cc:199: Failure
Expected equality of these values:
  0
  connect(s, reinterpret_cast<sockaddr *>(&addr), sizeof(addr))
    Which is: -1

../test/test.cc:204: Failure
Expected: (disconnected_svr_sock) != (-1), actual: -1 vs -1

[  FAILED  ] SocketStream.is_writable_INET (100 ms)
[----------] 2 tests from SocketStream (100 ms total)

thanks for your tests, as always. I did not encounter this issue though, maybe this is an issue related to your test environment?

In any case, cpp-httplib's test suite is known to be flaky, and there's not much I can do about it. See <https://github.com/yhirose/cpp-httplib/issues/1199> and <https://bugs.debian.org/1041249>.

Flakyness shouldn't block this upload from getting into experimental, in my opinion.

Bye!

Attachment: signature.asc
Description: PGP signature

Reply via email to