[PendingFileQueueTest] Verify delete + create actually works
ClosedPublic

Authored by bruns on Jun 14 2019, 8:38 PM.

Details

Summary

A create event should not be merged with a immediately preceding
delete event. Test if the new file is signaled even if the process timer
has not fired in the mean time.

This mimics the following real behavior:

  1. touch testfile; sleep ...
  2. rm testfile; touch testfile

Verifies the changes from D21709 (first part)

Test Plan

ctest -R pendingfilequeue

Diff Detail

Repository
R293 Baloo
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
bruns created this revision.Jun 14 2019, 8:38 PM
Restricted Application added projects: Frameworks, Baloo. · View Herald TranscriptJun 14 2019, 8:38 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
bruns requested review of this revision.Jun 14 2019, 8:38 PM
ngraham accepted this revision.Jun 14 2019, 10:13 PM
This revision is now accepted and ready to land.Jun 14 2019, 10:13 PM
This revision was automatically updated to reflect the committed changes.