You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test that if you do some changes on a file and save the file, and then the file gets changed on disk via some other program, we (as before) automatically update to show the disk content, but (unlike before) the undo stack is maintained.
Some edge cases:
a large (log-style) file with a program that logs to it every N seconds. Please check that we don't run OOM due to the undo stack.
a change on disk that is large (goes from a file to an empty file, goes from an empty file to a file with 20MB, etc.)
The text was updated successfully, but these errors were encountered:
Test plan item for #2908 (PR #29655)
Complexity: 3
Test that if you do some changes on a file and save the file, and then the file gets changed on disk via some other program, we (as before) automatically update to show the disk content, but (unlike before) the undo stack is maintained.
Some edge cases:
The text was updated successfully, but these errors were encountered: