| Summary: | Tests timeout due to unspecified program | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] Akonadi | Reporter: | Petr <phodina> |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
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.