Closed sylvlecl closed 1 year ago
Please check if the PR fulfills these requirements (please use '[x]' to check the checkboxes, or submit the PR and then click the checkboxes)
'[x]'
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Bugfix
What is the current behavior? (You can also link to an open issue here)
The cassandra implementation of AFS does not store correctly the node version, but 0 instead. This was not covered by unit tests.
What is the new behavior (if this is a feature change)?
Version is correctly stored and retrieved.
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
100.0% Coverage 0.0% Duplication
Please check if the PR fulfills these requirements (please use
'[x]'
to check the checkboxes, or submit the PR and then click the checkboxes)What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Bugfix
What is the current behavior? (You can also link to an open issue here)
The cassandra implementation of AFS does not store correctly the node version, but 0 instead. This was not covered by unit tests.
What is the new behavior (if this is a feature change)?
Version is correctly stored and retrieved.