Skip to content

0.6.1: test suite runs forever #70

@kloczek

Description

@kloczek

I found that test suite is stuck and cannot finish.
Part of the ps auxwf output

tkloczko 2428744  0.0  0.0   3088  2596 pts/5    S+   11:51   0:00  |                                   |           \_ /usr/bin/make -O -j48 V=1 VERBOSE=1 check
tkloczko 2429196  0.0  0.0   3088  2496 pts/5    S+   11:51   0:00  |                                   |               \_ /usr/bin/make check-TESTS
tkloczko 2429202  0.0  0.0   3960  3084 pts/5    S+   11:51   0:00  |                                   |                   \_ /bin/sh -c set +e; bases='t/test_control.log t/run_test_queue.sh.log t/run_test_fstrm_io_file.sh.log t/run_test_fstrm_io_unix.sh.log t/run_test_fstrm_io_tcp.sh.log t/test_writer_hello.log t/test_file_hello.log t/program_tests/test_fstrm_dump.sh.log t/program_tests/test_fstrm_replay.sh.log'; bases=`for i in $bases; do echo $i; done | sed 's/\.log$//'`; bases=`echo $bases`; \ log_list=`for i in $bases; do echo $i.log; done`; \ trs_list=`for i in $bases; do echo $i.trs; done`; \ log_list=`echo $log_list`; trs_list=`echo $trs_list`; \ /usr/bin/make  test-suite.log TEST_LOGS="$log_list"; \ exit $?;
tkloczko 2429211  0.0  0.0   3220  2712 pts/5    S+   11:51   0:00  |                                   |                       \_ /usr/bin/make test-suite.log TEST_LOGS=t/test_control.log t/run_test_queue.sh.log t/run_test_fstrm_io_file.sh.log t/run_test_fstrm_io_unix.sh.log t/run_test_fstrm_io_tcp.sh.log t/test_writer_hello.log t/test_file_hello.log t/program_tests/test_fstrm_dump.sh.log t/program_tests/test_fstrm_replay.sh.log
tkloczko 2429213  0.0  0.0   3960  3140 pts/5    S+   11:51   0:00  |                                   |                           \_ /bin/sh ./build-aux/test-driver --test-name t/run_test_queue.sh --log-file t/run_test_queue.sh.log --trs-file t/run_test_queue.sh.trs --color-tests no --enable-hard-errors yes --expect-failure no -- valgrind -q --error-exitcode=1 --leak-check=full --trace-children=yes --trace-children-skip=/usr/*,/bin/* ./t/run_test_queue.sh
tkloczko 2429275  0.0  0.0  84732 41116 pts/5    S+   11:51   0:00  |                                   |                               \_ valgrind -q --error-exitcode=1 --leak-check=full --trace-children=yes --trace-children-skip=/usr/*,/bin/* ./t/run_test_queue.sh
tkloczko 2429310  100  0.0 104560 43980 pts/5    Sl+  11:51  49:52  |                                   |                                   \_ valgrind -q --error-exitcode=1 --leak-check=full --trace-children=yes --trace-children-skip=/usr/*,/bin/* ./t/test_queue spin 128 1

I'm not sure what I can try to do to diagnose that issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions