sapling/eden/integration/hg
Durham Goode ddaf5d2e0e Enable resume-update test on Windows
Summary: This test was disabled due to a test failure. Turns out the Windows implementation just considers certain files as being conflicts. Doing 'hg update --clean' fix it, and still satisfies the criteria of not needing to reclone.

Reviewed By: xavierd

Differential Revision: D37936355

fbshipit-source-id: ece36afad210f4a11964969dcc7a48f4c961de53
2022-07-21 15:11:37 -07:00
..
lib apply import merging for fbcode (4 of 11) 2022-05-15 12:53:03 -07:00
absorb_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
add_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
CMakeLists.txt service: implement streamChangesSince 2022-05-06 21:15:55 -07:00
commit_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
copy_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
debug_clear_local_caches_test.py Add annotations to eden 2022-02-14 12:17:43 -08:00
debug_get_parents.py apply import merging for fbcode (4 of 11) 2022-05-15 12:53:03 -07:00
debug_hg_dirstate_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
diff_test.py Add annotations to eden 2022-02-14 12:17:43 -08:00
doctor_test.py apply import merging for fbcode (4 of 11) 2022-05-15 12:53:03 -07:00
eden_journal_test.py service: collect streaming time of streamChangesSince 2022-06-17 17:35:43 -07:00
files_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
fold_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
graft_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
grep_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
histedit_test.py add github actions for EdenFS on linux and fix Eden SCM Mac build (#106) 2022-02-14 11:56:53 -08:00
journal_test.py apply import merging for fbcode (4 of 11) 2022-05-15 12:53:03 -07:00
merge_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
move_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
negative_caching_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
non_eden_operation_test.py Add annotations to eden 2022-02-14 12:17:43 -08:00
post_clone_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
pull_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
README.md move integration tests to eden/integration 2017-01-31 14:41:14 -08:00
rebase_test.py add github actions for EdenFS on linux and fix Eden SCM Mac build (#106) 2022-02-14 11:56:53 -08:00
revert_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
rm_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
rollback_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
sparse_test.py sparse: allow running "sparse explain" in EdenFS repos 2022-04-12 09:32:03 -07:00
split_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
status_deadlock_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
status_test.py integration: rename get_thrift_client to get_thrift_client_legacy 2022-04-22 18:22:42 -07:00
storage_engine_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
symlink_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
uncommit_test.py inodes: use new SNAPSHOT format 2022-04-19 17:33:45 -07:00
undo_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
update_test.py Enable resume-update test on Windows 2022-07-21 15:11:37 -07:00

Integration tests in this directory are specific to the Eden extension for Mercurial.

Most tests will want to subclass HgExtensionTestBase.