Skip to content

Fix issue with provider server unit tests #9

Fix issue with provider server unit tests

Fix issue with provider server unit tests #9

Triggered via push November 22, 2023 09:16
Status Failure
Total duration 2m 8s
Artifacts
shellcheck
11s
shellcheck
verify code spellings
12s
verify code spellings
commitlint
15s
commitlint
Matrix: go test
Matrix: golangci-lint
Matrix: verify generated changes
Fit to window
Zoom out
Zoom in

Annotations

1 error
commitlint
You have commit messages with errors ⧗ input: Bug 2241872: Fix for metrics exporter pod going in crashbacklloop and fix for go lint issue Signed-off-by: rchikatw <[email protected]> ✖ header must not be longer than 72 characters, current length is 91 [header-max-length] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: store client information on storageconsumer status - adds new fields to existing RPC message - these fields are updated in status of corresponding storageconsumer CRs - the status will be helpful for exporting new metrics Signed-off-by: Leela Venkaiah G <[email protected]> ✖ body's lines must not be longer than 72 characters [body-max-line-length] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: export storageconsumer data as metrics and alerts - encode the versions from storageconsumer CR status to comparable numbers - export these numbers are metrics - create alerts for version incompatbility and client checkin via heartbeats Signed-off-by: Leela Venkaiah G <[email protected]> ✖ body's lines must not be longer than 72 characters [body-max-line-length] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint ⧗ input: storageclassrequest: check for existing CephBlockPool for given consumer/profile Prior to this, a new CephBlockPool would be created for every new StorageClassRequest. This change allows the reconciler to use an existing CephBlockPool if the StorageClassRequest is from the same StorageConsumer with the same StorageProfile. Signed-off-by: Jose A. Rivera <[email protected]> ✖ header must not be longer than 72 characters, current length is 80 [header-max-length] ✖ found 1 problems, 0 warnings ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint