Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor test for 1004 regression #1010

Merged
merged 2 commits into from
Nov 12, 2019

Conversation

piotr-iohk
Copy link
Contributor

Issue Number

#1004

Overview

Comments

@@ -141,7 +142,8 @@ data TestCase a = TestCase
spec :: forall t n. (n ~ 'Testnet) => SpecWith (Context t)
spec = do
it "Regression #1004 -\
\ Incorrect transaction amount reported on pending txs" $ \ctx -> do
\ Transaction to self shows only fees as a tx amount\
\ while both, pending and in_ledger" $ \ctx -> do
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

, expectListItemFieldBetween 0 amount (feeMin, feeMax)
, expectListItemFieldEqual 0 direction Outgoing
, expectListItemFieldEqual 0 status InLedger
]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@KtorZ
Copy link
Member

KtorZ commented Nov 12, 2019

bors r+

iohk-bors bot added a commit that referenced this pull request Nov 12, 2019
1003: Attempt to fix intermittent startup issues with Jörmungandr r=KtorZ a=KtorZ

# Issue Number

<!-- Put here a reference to the issue this PR relates to and which requirements it tackles -->

#931 

# Overview

<!-- Detail in a few bullet points the work accomplished in this PR -->

- [x] I have increased the epoch length to give Jörmungandr more time to start before an epoch changes. 

- [x] I have also changed some hard-coded `/` path separator to use the platform-agnostic version `</>`. 

# Comments

<!-- Additional comments or screenshots to attach if any -->

Not sure if this will help, but we can try 🤷‍♂️ 

<!-- 
Don't forget to:

 ✓ Self-review your changes to make sure nothing unexpected slipped through
 ✓ Assign yourself to the PR
 ✓ Assign one or several reviewer(s)
 ✓ Once created, link this PR to its corresponding ticket
 ✓ Acknowledge any changes required to the Wiki
-->


1010: Refactor test for 1004 regression r=KtorZ a=piotr-iohk

# Issue Number

#1004

# Overview

<!-- Detail in a few bullet points the work accomplished in this PR -->

- [ ] I have refactored the script testing #1004 to make it more clear (it was not clear to me until I figured that it is a tx to self address). Added clearer description and additional check for _in_ledger_ tx
- [ ] updated `start_node` script


# Comments

<!-- Additional comments or screenshots to attach if any -->

<!-- 
Don't forget to:

 ✓ Self-review your changes to make sure nothing unexpected slipped through
 ✓ Assign yourself to the PR
 ✓ Assign one or several reviewer(s)
 ✓ Once created, link this PR to its corresponding ticket
 ✓ Acknowledge any changes required to the Wiki
-->


Co-authored-by: KtorZ <matthias.benkort@gmail.com>
Co-authored-by: Piotr Stachyra <piotr.stachyra@iohk.io>
@iohk-bors iohk-bors bot merged commit 84631fa into master Nov 12, 2019
@iohk-bors
Copy link
Contributor

iohk-bors bot commented Nov 12, 2019

Build succeeded

@KtorZ KtorZ deleted the piotr/refactor-test-for-1004-regression branch November 12, 2019 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants