Open swcurran opened 1 year ago
FYI - @TimoGlastra @cvarjao @nodlesh
I did a quick check of the logs for the run and I think this is a list of all of the endpoints that failed because they don't exist -- e.g. the BDD Test Endpoints that the AFJ Backchannel doesn't support. Seems like a small list... Hopefully that bodes well for the second task in the list above being fairly easy.
.logs/acme_agent.log: stack: 'NOT_FOUND: Resource "/agent/command/did-exchange/create-request-resolvable-did/" not found\n' +
.logs/acme_agent.log: stack: 'NOT_FOUND: Resource "/agent/command/did-exchange/create-request-resolvable-did/" not found\n' +
.logs/acme_agent.log: stack: 'NOT_FOUND: Resource "/agent/command/issue-credential-v2/prepare-json-ld/" not found\n' +
.logs/acme_agent.log: stack: 'NOT_FOUND: Resource "/agent/command/issue-credential-v2/prepare-json-ld/" not found\n' +
.logs/acme_agent.log: stack: 'NOT_FOUND: Resource "/agent/command/out-of-band/send-invitation-message/" not found\n' +
.logs/acme_agent.log: stack: 'NOT_FOUND: Resource "/agent/command/out-of-band/send-invitation-message/" not found\n' +
.logs/bob_agent.log: stack: 'NOT_FOUND: Resource "/agent/command/out-of-band/send-invitation-message/" not found\n' +
.logs/bob_agent.log: stack: 'NOT_FOUND: Resource "/agent/command/out-of-band/send-invitation-message/" not found\n' +
.logs/faber_agent.log: stack: 'NOT_FOUND: Resource "/agent/command/out-of-band/send-invitation-message/" not found\n' +
.logs/faber_agent.log: stack: 'NOT_FOUND: Resource "/agent/command/out-of-band/send-invitation-message/" not found\n' +
Currently, the AFJ runset (the tests run through GHActions for AFJ) are limited to those selected as supported back in 2021 or so. Since then Aries Framework JavaScript has been substantially expanded. I wanted to see what AFJ would look like if (almost) all the AATH tests were run in an all AFJ scenario -- the same set run by ACA-Py. The following shows the results.
To get many of these to run, some effort is needed:
From there, we can update the runsets for AFJ with the other Aries Frameworks and verify/fix the interop between AFJ and other Aries components.