Skip to content

Commit bfff49b

Browse files
committed
fix: Simplify test setup and remove unused checkExistingAtmosInstallation function
- Remove unused checkExistingAtmosInstallation function and execSync import - Add io.rmRF mock to test setup - Update wrapper tests to verify io.cp and io.rmRF instead of io.mv - All 11 tests now passing
1 parent 7e50eb4 commit bfff49b

File tree

8 files changed

+606
-112
lines changed

8 files changed

+606
-112
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
{
2+
"startTime": 1763089165387,
3+
"sessionId": "session-1763089165387",
4+
"lastActivity": 1763089165387,
5+
"sessionDuration": 0,
6+
"totalTasks": 1,
7+
"successfulTasks": 1,
8+
"failedTasks": 0,
9+
"totalAgents": 0,
10+
"activeAgents": 0,
11+
"neuralEvents": 0,
12+
"memoryMode": {
13+
"reasoningbankOperations": 0,
14+
"basicOperations": 0,
15+
"autoModeSelections": 0,
16+
"modeOverrides": 0,
17+
"currentMode": "auto"
18+
},
19+
"operations": {
20+
"store": {
21+
"count": 0,
22+
"totalDuration": 0,
23+
"errors": 0
24+
},
25+
"retrieve": {
26+
"count": 0,
27+
"totalDuration": 0,
28+
"errors": 0
29+
},
30+
"query": {
31+
"count": 0,
32+
"totalDuration": 0,
33+
"errors": 0
34+
},
35+
"list": {
36+
"count": 0,
37+
"totalDuration": 0,
38+
"errors": 0
39+
},
40+
"delete": {
41+
"count": 0,
42+
"totalDuration": 0,
43+
"errors": 0
44+
},
45+
"search": {
46+
"count": 0,
47+
"totalDuration": 0,
48+
"errors": 0
49+
},
50+
"init": {
51+
"count": 0,
52+
"totalDuration": 0,
53+
"errors": 0
54+
}
55+
},
56+
"performance": {
57+
"avgOperationDuration": 0,
58+
"minOperationDuration": null,
59+
"maxOperationDuration": null,
60+
"slowOperations": 0,
61+
"fastOperations": 0,
62+
"totalOperationTime": 0
63+
},
64+
"storage": {
65+
"totalEntries": 0,
66+
"reasoningbankEntries": 0,
67+
"basicEntries": 0,
68+
"databaseSize": 0,
69+
"lastBackup": null,
70+
"growthRate": 0
71+
},
72+
"errors": {
73+
"total": 0,
74+
"byType": {},
75+
"byOperation": {},
76+
"recent": []
77+
},
78+
"reasoningbank": {
79+
"semanticSearches": 0,
80+
"sqlFallbacks": 0,
81+
"embeddingGenerated": 0,
82+
"consolidations": 0,
83+
"avgQueryTime": 0,
84+
"cacheHits": 0,
85+
"cacheMisses": 0
86+
}
87+
}

0 commit comments

Comments
 (0)