[PendingFileQueueTest] Verify create + delete do not emit extra events
ClosedPublic

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

Details

Summary

When a file has been deleted, a modified event should never be emitted.

This mimics the following real behavior:

  1. touch testfile; touch testfile; sleep 5; rm testfile

Verifies the changes from D21709 (second part)

Depends on D21807

Test Plan

ctest -R pendingfilequeue

Diff Detail

Repository
R293 Baloo
Branch
create_delete
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 12833
Build 12851: arc lint + arc unit
bruns created this revision.Jun 14 2019, 8:39 PM
Restricted Application added projects: Frameworks, Baloo. · View Herald TranscriptJun 14 2019, 8:39 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
bruns requested review of this revision.Jun 14 2019, 8:39 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.