Skip to content

Commit

Permalink
Uncomment cucumber tests
Browse files Browse the repository at this point in the history
Just uncommenting some sections of cucumber tests commented for debugging.
  • Loading branch information
philipr-za committed Oct 5, 2021
1 parent 9de7049 commit 8ed96ab
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
Empty file removed integration_tests/cucumber-js
Empty file.
10 changes: 5 additions & 5 deletions integration_tests/features/WalletRoutingMechanism.feature
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Scenario Outline: Wallets transacting via specified routing mechanism only
Examples:
| NumBaseNodes | NumWallets | Mechanism |
| 5 | 5 | DirectAndStoreAndForward |
# | 5 | 5 | DirectOnly |
| 5 | 5 | DirectOnly |

# @long-running
# Examples:
# | NumBaseNodes | NumWallets | Mechanism |
# | 5 | 5 | StoreAndForwardOnly |
@long-running
Examples:
| NumBaseNodes | NumWallets | Mechanism |
| 5 | 5 | StoreAndForwardOnly |
26 changes: 13 additions & 13 deletions integration_tests/features/WalletTransactions.feature
Original file line number Diff line number Diff line change
Expand Up @@ -162,19 +162,19 @@ Feature: Wallet Transactions
When I merge mine 10 blocks via PROXY
Then all nodes are at height 10
Then I wait for wallet WALLET_A to have at least 10000000000 uT
# Then I have wallet WALLET_B connected to all seed nodes
# And I send 100000 uT from wallet WALLET_A to wallet WALLET_B at fee 100
# And I send 100000 uT from wallet WALLET_A to wallet WALLET_B at fee 100
# And I send 100000 uT from wallet WALLET_A to wallet WALLET_B at fee 100
# And I send 100000 uT from wallet WALLET_A to wallet WALLET_B at fee 100
# And I send 100000 uT from wallet WALLET_A to wallet WALLET_B at fee 100
# When wallet WALLET_A detects all transactions are at least Broadcast
# Then I merge mine 5 blocks via PROXY
# Then all nodes are at height 15
# Then I wait for wallet WALLET_B to have at least 500000 uT
# Then I check if wallet WALLET_B has 5 transactions
# Then I restart wallet WALLET_B
# Then I check if wallet WALLET_B has 5 transactions
Then I have wallet WALLET_B connected to all seed nodes
And I send 100000 uT from wallet WALLET_A to wallet WALLET_B at fee 100
And I send 100000 uT from wallet WALLET_A to wallet WALLET_B at fee 100
And I send 100000 uT from wallet WALLET_A to wallet WALLET_B at fee 100
And I send 100000 uT from wallet WALLET_A to wallet WALLET_B at fee 100
And I send 100000 uT from wallet WALLET_A to wallet WALLET_B at fee 100
When wallet WALLET_A detects all transactions are at least Broadcast
Then I merge mine 5 blocks via PROXY
Then all nodes are at height 15
Then I wait for wallet WALLET_B to have at least 500000 uT
Then I check if wallet WALLET_B has 5 transactions
Then I restart wallet WALLET_B
Then I check if wallet WALLET_B has 5 transactions

# runs 8mins on circle ci
@critical @long-running
Expand Down
Empty file.

0 comments on commit 8ed96ab

Please sign in to comment.