iit2009060 opened a new pull request, #20703:
URL: https://github.com/apache/kafka/pull/20703
Skipping test if .git not found.
Test cases
1. Running from Kafka root directory:
- Finds .git immediately
- Schema file found at correct path
- Test runs successfully
2. Running from subdirectories (like generator/ or
generator/src/test/java/):
- Searches up directory tree
- Finds .git at Kafka root
- Uses root to build correct schema path
- Test runs successfully
3. Running from source release (no Git anywhere):
- Searches up entire directory tree to filesystem root
- Never finds .git
- Test skips gracefully with message
--
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]