-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor changessincev2 test to be os-aware
Summary: # Context We are introducing EdenFS notifications to support scalable and ergonomic file system notifications for EdenFS mounts. # This Diff Refactor the changes_test integration test to more cleanly separate windows and *NIx code pathways # Technical Details Extract most of of the Windows specific things into a subclass. There's now 3 test classes, Common, Windows, and Nix. OS specific things will go into the respective categories # Discussion Points Reviewed By: jdelliot Differential Revision: D66827581 fbshipit-source-id: 938c413f9034cde509a9e429819d31c8b759486d
- Loading branch information
1 parent
1788f4c
commit d50b916
Showing
1 changed file
with
125 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters