ganto/copr-lxc4

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

Closed this issue · 1 comments

ganto commented

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 commented

Disabled the test via ea54947

The aarch64 and x86_64 builds are fine now