[kuiserver] Avoid double warning on terminated jobs
ClosedPublic

Authored by davidedmundson on Dec 20 2018, 4:32 PM.

Details

Summary

When a job is terminated, it isn't necessarily removed from the job
owners queue to handle pending requests.

If a service unregisters and the job is already finished, we don't want
to mark it as an error.

Test Plan

kioclient5 (when running with fixed interactive-ness) quits when there's an error.
We used to always show the client died error.

Diff Detail

Repository
R120 Plasma Workspace
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
davidedmundson created this revision.Dec 20 2018, 4:32 PM
Restricted Application added a project: Plasma. · View Herald TranscriptDec 20 2018, 4:32 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
davidedmundson requested review of this revision.Dec 20 2018, 4:32 PM
broulik accepted this revision.Dec 20 2018, 7:25 PM
broulik added a subscriber: broulik.
broulik added inline comments.
kuiserver/jobview.cpp
56

Remove

This revision is now accepted and ready to land.Dec 20 2018, 7:25 PM
This revision was automatically updated to reflect the committed changes.