feat: Complete test suite alignment with soft delete
- Update tests to expect soft delete by default behavior - Add documentation (CHANGELOG.md, MIGRATION.md) - Fix statistics tests to handle existing data - Verify both soft and hard delete work correctly - 12/15 storage tests now passing (2 statistics issues remain)
This commit is contained in:
parent
f317b29231
commit
6b4b67a339
9 changed files with 104 additions and 5 deletions
18
brainy-data/_system/statistics.json
Normal file
18
brainy-data/_system/statistics.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"nounCount": {
|
||||
"default": 0
|
||||
},
|
||||
"verbCount": {},
|
||||
"metadataCount": {
|
||||
"default": 0
|
||||
},
|
||||
"hnswIndexSize": 1,
|
||||
"lastUpdated": "2025-08-19T01:13:31.471Z",
|
||||
"serviceActivity": {
|
||||
"default": {
|
||||
"firstActivity": "2025-08-19T01:13:26.462Z",
|
||||
"lastActivity": "2025-08-19T01:13:26.467Z",
|
||||
"totalOperations": 4
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue