Commit 8303c90
Merge #1589
1589: Update to jorm 0.8.18 r=piotr-iohk a=piotr-iohk
# Issue Number
I figured I'll update...
# Overview
- 5100dbd
Bump jormungandr.nix
- ab1ac1b
arbitrary blocks
# Comments
There are two cases failing, I don't quite understand yet why... cannot reproduce locally:
```
Failures:
test/integration/Test/Integration/Jormungandr/Scenario/API/StakePools.hs:506:17:
1) API Specifications, STAKE_POOLS_JOIN/QUIT_02 - Passphrase must have appropriate length, Join: passphrase is too short: expected at least 10 characters
expected: Status {statusCode = 400, statusMessage = "Bad Request"}
but got: Status {statusCode = 403, statusMessage = "Forbidden"}
from the following response: Left (DecodeFailure "Error in $: parsing Cardano.Wallet.Api.Types.ApiTransaction(ApiTransaction) failed, key \"id\" not found: Response {responseStatus = Status {statusCode = 403, statusMessage = \"Forbidden\"}, responseVersion = HTTP/1.1, responseHeaders = [(\"Transfer-Encoding\",\"chunked\"),(\"Date\",\"Wed, 22 Apr 2020 15:08:08 GMT\"),(\"Server\",\"Warp/3.3.5\")], responseBody = \"{\\\"code\\\":\\\"cannot_cover_fee\\\",\\\"message\\\":\\\"I'm unable to select enough coins to pay for a delegation certificate. I need: 56 Lovelace.\\\"}\", responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose}")
To rerun use: --match "/API Specifications/STAKE_POOLS_JOIN/QUIT_02 - Passphrase must have appropriate length/Join: passphrase is too short: expected at least 10 characters/"
test/integration/Test/Integration/Jormungandr/Scenario/API/StakePools.hs:506:17:
2) API Specifications, STAKE_POOLS_JOIN/QUIT_02 - Passphrase must have appropriate length, Quit: passphrase is too short: expected at least 10 characters
expected: Status {statusCode = 400, statusMessage = "Bad Request"}
but got: Status {statusCode = 403, statusMessage = "Forbidden"}
from the following response: Left (DecodeFailure "Error in $: parsing Cardano.Wallet.Api.Types.ApiTransaction(ApiTransaction) failed, key \"id\" not found: Response {responseStatus = Status {statusCode = 403, statusMessage = \"Forbidden\"}, responseVersion = HTTP/1.1, responseHeaders = [(\"Transfer-Encoding\",\"chunked\"),(\"Date\",\"Wed, 22 Apr 2020 15:08:08 GMT\"),(\"Server\",\"Warp/3.3.5\")], responseBody = \"{\\\"code\\\":\\\"not_delegating_to\\\",\\\"message\\\":\\\"It seems that you're trying to retire from delegation although you're not even delegating, nor won't be in an immediate future.\\\"}\", responseCookieJar = CJ {expose = []}, responseClose' = ResponseClose}")
```
Co-authored-by: Piotr Stachyra <piotr.stachyra@iohk.io>File tree
102 files changed
+54
-30
lines changed- lib/jormungandr/test
- data/block0s
- integration/Test/Integration/Jormungandr/Scenario/API
- nix
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
102 files changed
+54
-30
lines changedBinary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments