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

raft test fails on Fedora <=32: "test_uv_init.c:156: assertion failed" #8

Closed
ganto opened this issue Oct 20, 2020 · 1 comment
Closed

Comments

@ganto
Copy link
Owner

ganto commented Oct 20, 2020

On the x86_64/aarch64/armhfp architectures of Fedora 31/32 the raft test suite fails with:

===================================
   raft 0.9.24: ./test-suite.log
===================================
# TOTAL: 5
# PASS:  4
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0
.. contents:: :depth: 2
FAIL: test/integration/uv
=========================
Running test suite with seed 0x06f4451d...
init/dirTooLong                                             [ OK    ] [ 0.00002815 / 0.00001289 CPU ]
init/oom                                                    
  heap-fault-delay=1, heap-fault-repeat=1                   [ ERROR ]
Error: test/integration/test_uv_init.c:156: assertion failed: _rv == 1 (0 == 1)
Error: child killed by signal 6 (Aborted)
@ganto ganto changed the title raft test fails on Fedora <=32: "test_uv_init.c:156: assertion failed: _rv == 1 (0 == 1)" raft test fails on Fedora <=32: "test_uv_init.c:156: assertion failed" Oct 20, 2020
@ganto
Copy link
Owner Author

ganto commented Oct 21, 2020

Disabled the test via ea54947

The aarch64 and x86_64 builds are fine now

@ganto ganto closed this as completed Oct 21, 2020
ganto added a commit to ganto/raft that referenced this issue Oct 21, 2020
The RPM package build in COPR is being executed on a tmpfs which
always results in a failure of this test:

init/oom
  heap-fault-delay=1, heap-fault-repeat=1                   [ ERROR ]
Error: test/integration/test_uv_init.c:156: assertion failed: _rv == 1 (0 == 1)

Instead only for certain architectures we always skip this test.
For more informations see ganto/copr-lxc4#8
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

1 participant