Skip to content

Commit 1f13033

Browse files
bzhangamIanHoang
authored andcommitted
Add how to fix stale config issue to DEVELOPER_GUIDE
Signed-off-by: Bo Zhang <[email protected]>
1 parent ed5d2c5 commit 1f13033

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

DEVELOPER_GUIDE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,16 @@ And we're done! You should be seeing the performance metrics soon enough!
172172
tail -f ~/.benchmark/logs/benchmark.log
173173
```
174174
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+
175185
## running tests
176186

177187
Once setup is complete, you may run the unit and integration tests.

0 commit comments

Comments
 (0)