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

Intermittent 307 errors #50

Closed ryjones closed 4 years ago

ryjones commented 4 years ago

Describe the bug After the fix(#49) for 309 errors (#45), unit tests return 307 errors sometimes.

To Reproduce Steps to reproduce the behavior:

  1. run this script in a loop overnight
  2. see these logs

There were 40 runs. Six failed.

failed % grep Hyperledger.Indy.IndyException * | grep -v 307 | wc -l 0

Expected behavior No 307s

Desktop (please complete the following information):

commit 9930a529f4e9d424125a01ae04903512fbffa0f7 (HEAD, origin/master, origin/HEAD) Author: Tomislav Markovski tmarkovski@gmail.com Date: Mon Jan 20 20:50:46 2020 -0500

Lookup service with resilience logic, enabled manually (#49)

Signed-off-by: Tomislav Markovski <tmarkovski@gmail.com>
ryjones commented 4 years ago

Here is what I found: if I run docker system prune -a --volumes -f after each iteration, I don't get these 307s.

ryjones commented 4 years ago
% echo `grep Passed *log | wc -l ` `grep Passed *log | grep -v 158 | wc -l`
67 0
% grep FAIL *log                                                           
%