This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch ai-code/flight-sql
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/ai-code/flight-sql by this
push:
new 93676df81ca update IT user and password rule
93676df81ca is described below
commit 93676df81ca75d6454ef873a08754e02082fe080
Author: JackieTien97 <[email protected]>
AuthorDate: Mon Feb 23 17:53:05 2026 +0800
update IT user and password rule
---
AGENTS.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/AGENTS.md b/AGENTS.md
index f6c5fa6a2aa..3acdbf4da47 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -105,6 +105,10 @@ mvn spotless:apply -P with-integration-tests
mvn checkstyle:check -P with-integration-tests
```
+# Integration Test Rules
+
+- When writing integration tests, always use `SessionConfig.DEFAULT_USER` and
`SessionConfig.DEFAULT_PASSWORD` for the user and password instead of
hardcoding values.
+
# Build Commands
```bash