Commit Graph

5 Commits

Author SHA1 Message Date
Muir Manders
047722dec9 networkdoctor: add stub CLI "debugnetworkdoctor" command
Summary: Doesn't do anything yet, but will by my entrypoint for functionally testing the network doctor logic.

Reviewed By: DurhamG

Differential Revision: D34649742

fbshipit-source-id: 0b33e5ecf68291c2d8696a5a3a9c08afb7531cfa
2022-03-17 11:11:53 -07:00
Muir Manders
9900466f64 networkdoctor: add basic dns/tcp host check
Summary: Start things off with a basic DNS and TCP connectivity test. This will be one of the building blocks to diagnosing network problems.

Reviewed By: DurhamG

Differential Revision: D34649750

fbshipit-source-id: 87945ec5622869eb8cb0295de14181d95a00ed8e
2022-03-17 11:11:53 -07:00
Vinnie Magro
a7ef45aa73 switch to 0.11.6
Summary:
lei2022 needs this, but my patch was specifically for 0.11.4 and the
maintainer still hasn't acknowledged the pr

Reviewed By: lei2022

Differential Revision: D34643727

fbshipit-source-id: 0e3581788755053dec0f9ee97586fca6415e0cb2
2022-03-04 15:51:42 -08:00
Jan Mazur
61cc77b16c patched mysql_async v0.27.1 with features passed to mio (#24)
Summary:
Pull Request resolved: https://github.com/facebook/fb303/pull/24

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

Pull Request resolved: https://github.com/facebookexperimental/rust-shed/pull/30

mysql_async 0.27.1 by itself doesn't enable necessary features on mio. Let's add it as a dummy dependency so we can enable these features manually.
This results in edenfs, eden_scm and mononoke builds fail on GH:

https://github.com/facebookexperimental/eden/runs/5221114887?check_suite_focus=true
https://github.com/facebookexperimental/eden/runs/5221114892?check_suite_focus=true
https://github.com/facebookexperimental/eden/runs/5221114891?check_suite_focus=true
https://github.com/facebookexperimental/eden/runs/5221114960?check_suite_focus=true

Reviewed By: ahornby

Differential Revision: D34309906

fbshipit-source-id: 14b4cae6028a2c065400eb7bc6aec657b1b87de2
2022-02-20 15:22:57 -08:00
Alex Hornby
f628e4793f remove generated thrift code and fix external CI (#26)
Summary:
Pull Request resolved: https://github.com/facebookexperimental/rust-shed/pull/26

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

No need for the checked in generated code anymore

Successful external CI Linux run on Git Hub PR: https://github.com/facebookexperimental/eden/runs/5130405984?check_suite_focus=true

Mac PR run fails with a SSL cert issue, will look separately

Reviewed By: chadaustin, mitrandir77

Differential Revision: D33840545

fbshipit-source-id: eafc2a0e2191d438fd828adeebc2e318d319025f
2022-02-09 12:21:32 -08:00