feat(p7-07): defer all 249 filestore tests — FileStore implementation is a stub

All methods on JetStreamFileStore throw NotImplementedException (session 18
placeholder). Marked all 249 unit_tests (IDs 351–599) for server/filestore_test.go
as deferred in porting.db. No test file created; tests will be written once the
FileStore implementation is ported. All 701 existing unit tests continue to pass.
This commit is contained in:
Joseph Doherty
2026-02-26 19:40:05 -05:00
parent 0950580967
commit 6e90eea736
3 changed files with 42 additions and 3 deletions

Binary file not shown.

View File

@@ -1,6 +1,6 @@
# NATS .NET Porting Status Report
Generated: 2026-02-27 00:35:59 UTC
Generated: 2026-02-27 00:40:06 UTC
## Modules (12 total)
@@ -22,9 +22,9 @@ Generated: 2026-02-27 00:35:59 UTC
| Status | Count |
|--------|-------|
| complete | 252 |
| deferred | 235 |
| deferred | 484 |
| n_a | 187 |
| not_started | 2469 |
| not_started | 2220 |
| verified | 114 |
## Library Mappings (36 total)

39
reports/report_0950580.md Normal file
View File

@@ -0,0 +1,39 @@
# NATS .NET Porting Status Report
Generated: 2026-02-27 00:40:06 UTC
## Modules (12 total)
| Status | Count |
|--------|-------|
| not_started | 1 |
| verified | 11 |
## Features (3673 total)
| Status | Count |
|--------|-------|
| complete | 3368 |
| n_a | 26 |
| verified | 279 |
## Unit Tests (3257 total)
| Status | Count |
|--------|-------|
| complete | 252 |
| deferred | 484 |
| n_a | 187 |
| not_started | 2220 |
| verified | 114 |
## Library Mappings (36 total)
| Status | Count |
|--------|-------|
| mapped | 36 |
## Overall Progress
**4237/6942 items complete (61.0%)**