Bug 441030 - 21.08.0: test suite is blocking
Summary: 21.08.0: test suite is blocking
Status: RESOLVED FIXED
Alias: None
Product: kidentitymanagement
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-16 07:23 UTC by kloczek
Modified: 2021-12-11 14:38 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.