sapling/eden/integration/hg
Alex Hornby 96bef26081 add github actions for EdenFS on linux and fix Eden SCM Mac build (#106)
Summary:
Pull Request resolved: https://github.com/facebookexperimental/eden/pull/106

Pull Request resolved: https://github.com/facebookexperimental/eden/pull/107

Summary

* Add EdenFS builds on external CI now EdenSCM is good

* Mac builds on github actions by using brew for system dependencies

To make this work had to fix some path ordering issues with install directories for Linux and Mac, and generalise the homebrew path fixups we were doing for bison to all the used homebrew packages.

Previously Installed packages were being added after system paths, so our own installed thing might be ignored. On github these meant system python 3.9 was being used for hg tests rather than our specified 3.8 (this showed we have some test fails on python 3.9 with "SystemError: deallocated bytearray object has exported buffers", that are beyond the scope of this diff to fix)

Also needed to include the getdeps generated python into the generated edenscmdeps3.zip archive setup.py produces otherwise EdenFS tests failed to import thrift.Thrift

Eden tests are hanging when run externally about half way through, so disable them on github actions for now as this PR is already fairly large. They work when run locally on an internal devserver, so probably some bit of environment necessary is not defined in the test runner

Reviewed By: chadaustin

Differential Revision: D34116505

fbshipit-source-id: d0d628db5daabc28d0bd8997cd5c1bc885ed1e73
2022-02-14 11:56:53 -08:00
..
lib add github actions for EdenFS on linux and fix Eden SCM Mac build (#106) 2022-02-14 11:56:53 -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 fs: fix license header 2022-01-04 15:00:07 -08:00
debug_get_parents.py fs: fix license header 2022-01-04 15:00:07 -08:00
debug_hg_dirstate_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
diff_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
doctor_test.py fs: fix license header 2022-01-04 15:00:07 -08: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 github actions for EdenFS on linux and fix Eden SCM Mac build (#106) 2022-02-14 11:56:53 -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 fs: fix license header 2022-01-04 15:00:07 -08: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 fs: fix license header 2022-01-04 15:00:07 -08: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
undo_test.py fs: fix license header 2022-01-04 15:00:07 -08:00
update_test.py add github actions for EdenFS on linux and fix Eden SCM Mac build (#106) 2022-02-14 11:56:53 -08:00

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

Most tests will want to subclass HgExtensionTestBase.