Skip to content

Instantly share code, notes, and snippets.

@rngadam
Created July 26, 2024 11:40
Show Gist options
  • Save rngadam/0274c806f309e9df2ef27bded7f8988c to your computer and use it in GitHub Desktop.
Save rngadam/0274c806f309e9df2ef27bded7f8988c to your computer and use it in GitHub Desktop.

from https://github.com/hyperledger/aries-agent-test-harness/

https://aries-interop.info/ indicates 100% pass for acapy vs acapy

However I've not been able to elicit a 100% successful run

acapy vs javascript

Example given in the README.md is:

./manage run -d acapy -b javascript -t @AcceptanceTest -t ~@wip

No features passed:

0 features passed, 11 failed, 4 skipped
6 scenarios passed, 96 failed, 58 skipped
122 steps passed, 96 failed, 1165 skipped, 0 undefined
Took 6m10.117s

acapy vs acapy

Running acapy vs acapy:

./manage run -d acapy -b acapy -t @AcceptanceTest -t ~@wip

Tests failures:

1 feature passed, 10 failed, 4 skipped
6 scenarios passed, 96 failed, 58 skipped
118 steps passed, 96 failed, 1169 skipped, 0 undefined
Took 1m22.052s

logs:

Want to see the scrolling container logs? Run "./manage logs"

./manage runset acapy

./manage runset acapy

(misnamed agent image?):

Starting Acme Agent using acapy-main-agent-backchannel ...
Unable to find image 'acapy-main-agent-backchannel:latest' locally
docker: Error response from daemon: pull access denied for acapy-main-agent-backchannel, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
Starting Bob Agent using acapy-main-agent-backchannel ...
Unable to find image 'acapy-main-agent-backchannel:latest' locally
docker: Error response from daemon: pull access denied for acapy-main-agent-backchannel, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
Starting Faber Agent using acapy-main-agent-backchannel ...
Unable to find image 'acapy-main-agent-backchannel:latest' locally
docker: Error response from daemon: pull access denied for acapy-main-agent-backchannel, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.
Starting Mallory Agent using acapy-main-agent-backchannel ...
Unable to find image 'acapy-main-agent-backchannel:latest' locally
docker: Error response from daemon: pull access denied for acapy-main-agent-backchannel, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.
See 'docker run --help'.

all tests failed:

0 features passed, 11 failed, 4 skipped
0 scenarios passed, 92 failed, 68 skipped
65 steps passed, 92 failed, 1226 skipped, 0 undefined

versions

$ git rev-parse --short HEAD
c37c2cf
$ docker --version
Docker version 26.0.0, build 2ae903e
$ uname -a
Darwin rngadam-mac 21.6.0 Darwin Kernel Version 21.6.0: Wed Apr 24 06:02:02 PDT 2024; root:xnu-8020.240.18.708.4~1/RELEASE_X86_64 x86_64
$ python3 --version
Python 3.12.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment