sapling/eden/integration/hg
Xavier Deguillard d4c8c764ac integration: rename get_thrift_client to get_thrift_client_legacy
Summary:
This makes it consistent with the naming in the CLI, and will allow introducing
a get_thrift_client for streaming APIs.

Reviewed By: genevievehelsel

Differential Revision: D35767106

fbshipit-source-id: deb45090875b0366111e16e27abba22858b8f370
2022-04-22 18:22:42 -07:00
..
lib Add annotations to eden 2022-02-14 12:17:43 -08: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 fs: fix license header 2022-01-04 15:00:07 -08: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 integration: rename get_thrift_client to get_thrift_client_legacy 2022-04-22 18:22:42 -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 integration: rename get_thrift_client to get_thrift_client_legacy 2022-04-22 18:22:42 -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 fs: fix license header 2022-01-04 15:00:07 -08: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 integration: rename get_thrift_client to get_thrift_client_legacy 2022-04-22 18:22:42 -07:00

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

Most tests will want to subclass HgExtensionTestBase.