Closed mfiedorowicz closed 3 months ago
Go test coverage | STATUS | ELAPSED | PACKAGE | COVER | PASS | FAIL | SKIP |
---|---|---|---|---|---|---|---|
🟢 PASS | 1.20s | github.com/netboxlabs/diode/diode-server/ingester | 6.7% | 9 | 0 | 0 | |
🟢 PASS | 0.01s | github.com/netboxlabs/diode/diode-server/netbox | 0.0% | 0 | 0 | 0 | |
🟢 PASS | 1.42s | github.com/netboxlabs/diode/diode-server/netboxdiodeplugin | 9.9% | 34 | 0 | 0 | |
🟢 PASS | 1.42s | github.com/netboxlabs/diode/diode-server/reconciler | 11.2% | 27 | 0 | 0 | |
🟢 PASS | 1.29s | github.com/netboxlabs/diode/diode-server/reconciler/changeset | 81.7% | 58 | 0 | 0 | |
🟢 PASS | 1.02s | github.com/netboxlabs/diode/diode-server/server | 85.7% | 14 | 0 | 0 | |
🟢 PASS | 1.01s | github.com/netboxlabs/diode/diode-server/version | 100.0% | 1 | 0 | 0 |
Total coverage: 83.9%
:tada: This PR is included in version 0.5.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 0.5.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Setting append only file directory to
/data
to match mounted volume so data is loaded between docker compose down and up.Also setting snapshotting to 60s for at least 1 write operation.