Skip to content

Commit 2f0cc1a

Browse files
committed
wip
1 parent 0b8d998 commit 2f0cc1a

6 files changed

Lines changed: 671 additions & 145 deletions

File tree

json-java21-schema/AGENTS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ IMPORTANT:
6464
- NEVER use System.out.println or e.printStackTrace().
6565
- ALWAYS use lamba based JUL logging.
6666
- NEVER filter logging output with head, tail, grep, etc. You shoould set the logging to the correct level of INFO, FINE, FINER, FINEST and run just the one test or method with the correct logging level to control token output.
67+
- ALWAYS add a INFO level logging line at the top of each `@Test` method so that we can log at INFO level and see which tests might hang forever.
68+
- You SHOULD run tests as `timeout 30 mvnd test ...` to ensure that no test can hang forever and the timeout should not be too long.
6769

6870
### Test Organization
6971

json-java21-schema/debug.java

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)