Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

fix: merge didcomm v2/v1 handling #636

Merged
merged 2 commits into from
Feb 28, 2022
Merged

fix: merge didcomm v2/v1 handling #636

merged 2 commits into from
Feb 28, 2022

Conversation

Moopli
Copy link
Contributor

@Moopli Moopli commented Feb 25, 2022

No description provided.

Signed-off-by: Firas Qutishat <firas.qutishat@securekey.com>
@codecov
Copy link

codecov bot commented Feb 25, 2022

Codecov Report

Merging #636 (71cc3fd) into main (4dcd666) will increase coverage by 0.15%.
The diff coverage is 92.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #636      +/-   ##
==========================================
+ Coverage   87.55%   87.70%   +0.15%     
==========================================
  Files          28       29       +1     
  Lines        4244     4296      +52     
==========================================
+ Hits         3716     3768      +52     
  Misses        308      308              
  Partials      220      220              
Impacted Files Coverage Δ
pkg/route/service.go 93.30% <91.66%> (+2.49%) ⬆️
pkg/restapi/issuer/operation/operations.go 88.54% <100.00%> (+0.01%) ⬆️
pkg/restapi/rp/operation/operations.go 84.92% <100.00%> (+0.01%) ⬆️
cmd/adapter-rest/startcmd/start.go 82.90% <0.00%> (-0.59%) ⬇️
pkg/memcmdescriptor/provider.go 100.00% <0.00%> (ø)

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 4dcd666...71cc3fd. Read the comment docs.

@Moopli Moopli force-pushed the pr-634 branch 3 times, most recently from c11c467 to 2b91546 Compare February 28, 2022 17:06
Signed-off-by: Filip Burlacu <filip.burlacu@securekey.com>
@fqutishat fqutishat merged commit 03c5c78 into trustbloc:main Feb 28, 2022
@@ -16,6 +16,6 @@ echo "Running adapter integration tests with tag=$TAGS"
go test -count=1 -v -cover . -p 1 -timeout=40m $TAGS

echo "Running adapter didcomm v2 integration tests"
AGENT_KEY_TYPE=ecdsap256ieee1363 AGENT_KEY_AGREEMENT_TYPE=p256kw USE_DIDCOMM_V2=true AGENT_MEDIA_TYPE_PROFILES=didcomm/v2 go test -count=1 -v -cover . -p 1 -timeout=40m -run waci_didcommv2
go test -count=1 -v -cover . -p 1 -timeout=40m -run waci_didcommv2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Moopli Do we need to run this separately now that we have merged both into one ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'd need to modify the tests to clear connection data from the containers, it's just simpler to start them fresh

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants