This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/main by this push:
new dced4254c2 [MINOR] docs(AI): Clarify Java test class naming in
AGENTS.md (#9309)
dced4254c2 is described below
commit dced4254c21e61cc793c5e7cd8fbd2f54443f35c
Author: FANNG <[email protected]>
AuthorDate: Mon Dec 1 15:04:01 2025 +0900
[MINOR] docs(AI): Clarify Java test class naming in AGENTS.md (#9309)
### What changes were proposed in this pull request?
Clarify Java test class naming in AGENTS.md
### Why are the changes needed?
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
using AI tools
---
AGENTS.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/AGENTS.md b/AGENTS.md
index 4496f55dd8..66458e0d75 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -300,6 +300,7 @@ The project uses custom CI Docker images:
- **Cleanup**: Ensure tests clean up resources (temp files, Docker containers)
- **Isolation**: Tests should not depend on execution order
- **Assertions**: Use meaningful assertion messages
+- **Naming**: Use the `TestXxx` prefix for Java test classes (for example,
`TestCatalogService`), not the `XxxTest` suffix
### Documentation Standards