bruns created this revision.
bruns added reviewers: Baloo, ngraham, astippich, poboiko.
Herald added projects: Frameworks, Baloo.
Herald added a subscriber: kde-frameworks-devel.
bruns requested review of this revision.

REVISION 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 <https://phabricator.kde.org/D21709> (first 
part)

TEST PLAN
  ctest -R pendingfilequeue

REPOSITORY
  R293 Baloo

BRANCH
  fix_races

REVISION DETAIL
  https://phabricator.kde.org/D21807

AFFECTED FILES
  autotests/unit/file/pendingfilequeuetest.cpp

To: bruns, #baloo, ngraham, astippich, poboiko
Cc: kde-frameworks-devel, LeGast00n, domson, ashaposhnikov, michaelh, 
astippich, spoorun, ngraham, bruns, abrahams

Reply via email to