Bug 441030

Summary: 21.08.0: test suite is blocking
Product: [Frameworks and Libraries] kidentitymanagement Reporter: kloczek <kloczko.tomasz>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed In:

Description kloczek 2021-08-16 07:23:32 UTC
+ cd kidentitymanagement-21.08.0
+ xvfb-run -a /usr/bin/make -O -j1 V=1 VERBOSE=1 -C x86_64-redhat-linux-gnu test ARGS=--output-on-failure
make: Entering directory '/home/tkloczko/rpmbuild/BUILD/kidentitymanagement-21.08.0/x86_64-redhat-linux-gnu'
Running tests...
/usr/bin/ctest --force-new-ctest-process --output-on-failure
Test project /home/tkloczko/rpmbuild/BUILD/kidentitymanagement-21.08.0/x86_64-redhat-linux-gnu
    Start 1: appstreamtest
1/3 Test #1: appstreamtest ....................   Passed    0.02 sec
    Start 2: kpimidentity-identitytest
2/3 Test #2: kpimidentity-identitytest ........   Passed    0.06 sec
    Start 3: kpimidentity-signaturetest


strace on signaturetest process shows: only

[tkloczko@barrel SPECS]$ strace -p 2733181
strace: Process 2733181 attached
restart_syscall(<... resuming interrupted read ...>) = 0
poll([{fd=6, events=POLLIN}], 1, 9980)  = 0 (Timeout)
poll([{fd=6, events=POLLIN}], 1, 9990)  = 0 (Timeout)
poll([{fd=6, events=POLLIN}], 1, 9989)  = 0 (Timeout)
poll([{fd=6, events=POLLIN}], 1, -1
Comment 1 kloczek 2021-12-11 14:38:03 UTC
Just tested 21.12.0 and looks like issue has been resolved.

Thank you.