Fix assertion while running testShutdownWithRunningJobs
ClosedPublic

Authored by mwolff on Nov 19 2017, 5:28 PM.

Details

Summary

Don't assert the validity of the IndexedString (while calling toUrl
on it), in the JobPlan's updateReady callback while the core is
shutting down. This is potentially getting called when the database
has been shutdown, leaving an empty/invalid string behind.

Diff Detail

Repository
R32 KDevelop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mwolff created this revision.Nov 19 2017, 5:28 PM
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptNov 19 2017, 5:28 PM
brauch accepted this revision.Nov 19 2017, 5:45 PM
brauch added a subscriber: brauch.

LGTM

This revision is now accepted and ready to land.Nov 19 2017, 5:45 PM
This revision was automatically updated to reflect the committed changes.