Skip to content

Commit

Permalink
GH-1091 Attempt to make interrupt of trx more common
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Jan 15, 2025
1 parent dfea280 commit c9d4276
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/nodeos_high_transaction_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@
nonProdNodes.append(node)
else:
prodNodes.append(node)
if not args.send_duplicates:
# want to test sending to a node that is configured as a producer but not producing
nonProdNodes.append(cluster.biosNode)
nonProdNodeCount = len(nonProdNodes)

# *** delegate bandwidth to accounts ***
Expand Down

0 comments on commit c9d4276

Please sign in to comment.