Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: Add rotate log with DID operations CLI test #1393

Merged
merged 1 commit into from
Jul 11, 2022

Conversation

sandrask
Copy link
Contributor

@sandrask sandrask commented Jul 5, 2022

Add new tests that will:

  1. create did, rotate log, update did and check for updated did in rotated log
  2. create, update, recover and deactivate did after log rotation and check existence in rotated log

Closes #1391

Signed-off-by: Sandra Vrtikapa sandra.vrtikapa@securekey.com

Add new tests that will:
1. create did, rotate log, update did and check for updated did in rotated log
2. create, update, recover and deactivate did after log rotation and check existence in rotated log

Closes trustbloc#1391

Signed-off-by: Sandra Vrtikapa <sandra.vrtikapa@securekey.com>
@cla-bot cla-bot bot added the cla-signed label Jul 5, 2022
@codecov
Copy link

codecov bot commented Jul 5, 2022

Codecov Report

Merging #1393 (2783ea0) into main (2e6f73f) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1393      +/-   ##
==========================================
- Coverage   87.99%   87.98%   -0.02%     
==========================================
  Files         205      205              
  Lines       19094    19094              
==========================================
- Hits        16802    16799       -3     
- Misses       1473     1475       +2     
- Partials      819      820       +1     
Impacted Files Coverage Δ
pkg/config/client/client.go 89.18% <ø> (ø)
pkg/vct/proofmonitoring/monitoring.go 84.07% <0.00%> (-2.66%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2e6f73f...2783ea0. Read the comment docs.

@sandrask sandrask merged commit 1f324bd into trustbloc:main Jul 11, 2022
@sandrask sandrask linked an issue Jul 13, 2022 that may be closed by this pull request
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add rotate log with DID operations CLI test
3 participants