bneradt commented on code in PR #12812: URL: https://github.com/apache/trafficserver/pull/12812#discussion_r2695435372
########## .claude/CLAUDE.md: ########## @@ -94,13 +100,9 @@ For example, to run `cache-auth.test.py`: ./autest.sh --sandbox /tmp/sbcursor --clean=none -f cache-auth ``` -The CI system publishes the following docker image in which the CI runs autests: - -``` -ci.trafficserver.apache.org/ats/fedora:43 -``` - -The fedora version is updated regularly to the latest fedora release. +Most end-to-end test coverage is in `tests/gold_tests/`. The CI system uses the +Docker image `ci.trafficserver.apache.org/ats/fedora:43` (Fedora version updated +regularly). Review Comment: Let's tell it to see doc/developer-guide/testing/autests.en.rst for information about the tests. ########## .claude/CLAUDE.md: ########## @@ -53,6 +53,12 @@ cmake --build build -t traffic_server cmake --build build -t format # Format code before committing ``` +### Key CMake Options +- `BUILD_EXPERIMENTAL_PLUGINS=ON` - Enable experimental plugins +- `ENABLE_QUICHE=ON` - QUIC/HTTP3 support +- `ENABLE_CRIPTS=ON` - Cripts scripting API +- `BUILD_REGRESSION_TESTING=ON` - Enable test suite Review Comment: asan is common too: ``` - `ENABLE_ASAN=ON` - Configure ASan instrumentation. ########## .gitignore: ########## @@ -210,4 +210,5 @@ tests/gold_tests/tls/ssl-post src/iocore/cache/test_* src/iocore/cache/unit_tests/var/trafficserver/cache.db -.claude/settings.local.json +.claude/* +!.claude/CLAUDE.md Review Comment: While we're at it, can you also please add .cursor: ``` .cursor/ ``` We might as well ignore all of that as well so people can plop down theirs easily. People can explicitly add/modify if they want. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
