hyperledger-archives / aries-framework-dotnet

Aries Framework .NET for building multiplatform SSI services
https://wiki.hyperledger.org/display/aries
Apache License 2.0
84 stars 74 forks source link

Update azure-pipelines.yml for Azure Pipelines #34

Closed ryjones closed 4 years ago

ryjones commented 4 years ago

Signed-off-by: Ry Jones ry@linux.com

Short description of what this resolves:

I took the exact line used in the travis file and put it in a script for Azure. There are a bunch of tests that fail - take a look at this if you want to see what I'm hitting.

Changes proposed in this pull request:

-

-

Fixes: #

tmarkovski commented 4 years ago

All unit tests that fail have the same exception Hyperledger.Indy.IndyException : An unmapped error with the code '307' was returned by the SDK. which is error code for Ledger Timeout. It appears that the Docker Compose built and ran the Indy Node image, but somehow it wasn't accessible to the test runner image.

An issue I ran into previously with Azure Pipelines was that agent image size maxed out at 2GB or 10GB, I can't find the exact link to this, which is why we're running them on Travis, where the limit was higher. We probably can get around this by running the tests inside the same container as Indy Node.