This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug testsuite/21211] New: testsuite stalls on server tests in parallel testing mode


https://sourceware.org/bugzilla/show_bug.cgi?id=21211

            Bug ID: 21211
           Summary: testsuite stalls on server tests in parallel testing
                    mode
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
          Assignee: systemtap at sourceware dot org
          Reporter: mcermak at redhat dot com
  Target Milestone: ---

I've run the testsuite in parallel mode couple times (make -j5
installcheck-parallel) on various arches/rhel releases and in many cases I
observed a hang in server tests.  Something like this (observed after couple of
hours after executing the testsuite):

=======
# pwd
/root/build/testsuite/artifacts
# for i in `find . -type f -name '*.log'`; do grep -q 'testcase.*completed
in.*seconds' $i || echo $i; done
./systemtap.server/server/server.log
./systemtap.server/server_req_size/server.log
./systemtap.server/server_concurrency/server.log
# 
=======

In most cases, 'make' sits waiting at a pipe read, and no 'stap' process seems
to be running - except one of the testing boxes, where I additionally saw this:

=======
# ps ax | fgrep stap
  801 pts/0    Sl+    0:01 /usr/local/libexec/systemtap/stap-serverd
--log=/root/build/testsuite/artifacts/systemtap.server/server/server.log
17456 pts/1    S+     0:00 fgrep stap
#
=======

-- 
You are receiving this mail because:
You are the assignee for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]