Skip to content

Commit 79a8244

Browse files
committed
docs: add TEST-NEEDS.md (CRG C)
1 parent 4b4b7c9 commit 79a8244

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

TEST-NEEDS.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# TEST-NEEDS.md — verisimdb-data
2+
3+
## CRG Grade: C — ACHIEVED 2026-04-04
4+
5+
## Current Test State
6+
7+
| Category | Count | Notes |
8+
|----------|-------|-------|
9+
| Zig FFI tests | 1 | `ffi/zig/test/integration_test.zig` |
10+
| Scorecard CI recipes | 1 | `recipes/recipe-scorecard-ci-tests.json` |
11+
| Scan definitions | 3 | Broad spectrum, proven repos, verified containers |
12+
13+
## What's Covered
14+
15+
- [x] Zig FFI integration tests
16+
- [x] Scorecard test recipes
17+
- [x] Scan specifications for verification
18+
19+
## Still Missing (for CRG B+)
20+
21+
- [ ] Data validation tests
22+
- [ ] Database query tests
23+
- [ ] Replication tests
24+
- [ ] Performance benchmarks
25+
- [ ] Data consistency tests
26+
27+
## Run Tests
28+
29+
```bash
30+
cd /var/mnt/eclipse/repos/verisimdb-data && cargo test
31+
```

0 commit comments

Comments
 (0)