Closed ff137 closed 2 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
K8s Test Coverage
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
1070 | 4 :zzz: | 0 :x: | 0 :fire: | 5m 6s :stopwatch: |
K8s Regression Test Coverage
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
1070 | 36 :zzz: | 0 :x: | 0 :fire: | 7m 7s :stopwatch: |
app/tests/e2e/test_wallet_dids.py::test_list_dids
compares the list_dids HTTP response to a direct call of the method. When tests are run in parallel withpytest-xdist
, the results can mismatch if another did was created in the interim. Instead of removing the assertion, we now compare a filtered result.Resolves #978
Edit: includes additional sleep of 1s added to
app/tests/e2e/verifier/test_saving_of_presentation_exchange_records
(known bug - it can take a moment for auto-delete of exchange records to take place), which sporadically came up.