Bug 459578 - Tests timeout due to unspecified program
Summary: Tests timeout due to unspecified program
Status: REPORTED
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-23 19:32 UTC by Petr
Modified: 2022-09-23 19:32 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 Petr 2022-09-23 19:32:31 UTC
SUMMARY
***
Hello,
I'm trying to run the tests on akonadi 22.08.1

Unfortunately there is set of tests that just times out.
***


STEPS TO REPRODUCE
1.  Enable tests for akonadi package
2. guix build akonadi
3. Wait for the package to build and the tests to run

OBSERVED RESULT

57/97 Test #57: akonadi-sqlite-testenvironmenttest ..........***Timeout 1500.10 sec
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/guix-build-akonadi-22.08.1.drv-0/runtime-nixbld'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/guix-build-akonadi-22.08.1.drv-0/runtime-nixbld'
org.kde.pim.akonaditest: Started akonadi daemon with pid: 10283
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/aktestrunner-10281/tmp/runtime-nixbld'
kf.crash: Could not find drkonqi in search paths: ("/tmp/guix-build-akonadi-22.08.1.drv-0/build/bin", "/gnu/store/w66rzihchl7n9d1zpr2qvgiyd58zr2pp-qtbase-5.15.5/lib/qt5/libexec", "/gnu/store/rgk4shf5ji6njl2s8i8c2b815hpipl4d-kcrash-5.98.0/lib/libexec")
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/aktestrunner-10281/tmp/runtime-nixbld'
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
org.kde.pim.akonadicontrol: ProcessControl: Application "" stopped unexpectedly ( "No program defined" )
org.kde.pim.akonadicontrol: ProcessControl: Unable to start application '' (No program defined)

EXPECTED RESULT

Well the tests should be run.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma:  Guix akonadi-22.08.1

ADDITIONAL INFORMATION
I've added the bin path in the package build to the PATH variable but it still fails as no program is defined. Could you suggest a fix in order to run the tests? I'm using sqlite3 as DB backend.