Compatibility Testing for Fuchsia is a mechanism to freeze artifacts on release branches and then thaw those artifacts for testing in CI/CQ.
This is commonly used to detect compatibility changes between the Fuchsia platform surface represented by the release branch and that represented by the current state of the Fuchsia source repository.
To learn how it works, and to get started on adding CTF tests for your area, please see the links below.
Getting started
- Read the user guide for the latest guidance on using CTF.
Contributing to CTF
- To learn how to add a test to CTF, read the contributing guide.
- For examples, see the Rust echo test, the C++ echo test and the complete set of tests in //sdk/ctf/tests.
Documentation
- For the background, motivation and goals of CTF, see the CTF overview.
- For frequently asked questions, see the FAQ.