You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPER_GUIDE.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,16 @@ And we're done! You should be seeing the performance metrics soon enough!
172
172
tail -f ~/.benchmark/logs/benchmark.log
173
173
```
174
174
175
+
If you run into below error:
176
+
```json
177
+
[ERROR] ❌ Cannot run. Error in test run orchestrator (No value for mandatory configuration: section='reporting', key='datastore.type')
178
+
```
179
+
This normally happens because you are using the old config cached in `~/.benchmark` and `~/.osb`. You can remove them to force using the latest config.
180
+
```json
181
+
rm -rf ~/.benchmark
182
+
rm -rf ~/.osb
183
+
```
184
+
175
185
## running tests
176
186
177
187
Once setup is complete, you may run the unit and integration tests.
0 commit comments