DescriptionFiles.app: Reland r261616: Add a test to rename a file.
Previous patch was reverted because of flakiness.
The main reason of the flakiness is a race like followings:
1. After renaming, Files.app commit the new file name previsionally.
2. Test regards as the rename was done and starts the next rename.
3. Previous rename was actually done in a file system and the file list
is updated. It cancels the second rename.
This patches add a marker for previsionally commitment, and let the test wait
until the marker is removed.
Previously reverted CL: crrev.com/221673002
BUG=345062
TEST=run the test.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262912
Patch Set 1 #
Total comments: 20
Patch Set 2 : Fixed. #Patch Set 3 : Fixed. #Patch Set 4 : Fix a test. #
Messages
Total messages: 13 (0 generated)
|