Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

about test udp_multicast_join | udp_multicast_join6 not ok | not ok 180 - metrics_pool_events #4406

Closed
RageCPP opened this issue May 17, 2024 · 3 comments

Comments

@RageCPP
Copy link

RageCPP commented May 17, 2024

on my open suse 15.5 leap, I build libuv
this is build process

 1040  mkdir -p build
 1042  (cd build && cmake .. -DBUILD_TESTING=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/home/rage/code/chessmeta/src/oxygen/third/libuv)
 1043  cmake --build build -- -j$(nproc)
 1045  build/uv_run_tests_a

run test output

not ok 180 - metrics_pool_events
# timeout
# Output from process `metrics_pool_events`: (no output)
not ok 405 - udp_multicast_join
# timeout
# Output from process `udp_multicast_join`: (no output)
not ok 406 - udp_multicast_join6
# timeout
# Output from process `udp_multicast_join6`: (no output)
  • Version: libuv-1.48.0
  • Platform: Linux localhost 5.14.21-150500.55.59-default X32 build support #1 SMP PREEMPT_DYNAMIC Thu Apr 18 12:59:33 UTC 2024 (e8ae24a) x86_64 x86_64 x86_64 GNU/Linux
@RageCPP RageCPP changed the title about about test udp_multicast_join and udp_multicast_join6 not ok May 17, 2024
@santigimeno
Copy link
Member

Most of the time these are firewalld issues. Can you disable it and check whether those tests pass? Thanks

@RageCPP
Copy link
Author

RageCPP commented May 17, 2024

Most of the time these are firewalld issues. Can you disable it and check whether those tests pass? Thanks

thank you reply, you are right. but I find new failed test item

not ok 180 - metrics_pool_events
# timeout
# Output from process `metrics_pool_events`: (no output)

@RageCPP RageCPP changed the title about test udp_multicast_join and udp_multicast_join6 not ok about test udp_multicast_join | udp_multicast_join6 not ok | not ok 180 - metrics_pool_events May 17, 2024
@bnoordhuis
Copy link
Member

That's probably because one of the things the test does, is look up a non-existing domain name. Normally that should fail in milliseconds (upstream DNS server should reply with NXDOMAIN) but in some network environments, it takes ages.

I'm going to close this as it's almost certainly a problem with your local environment and not libuv, but if you want to get to the bottom of it, add a few printf statements to test/test-metrics.c

@bnoordhuis bnoordhuis closed this as not planned Won't fix, can't repro, duplicate, stale Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants