You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce the problem described in #538 with upstream network we need to have a test case that will send multiple concurrent transaction with enabled upstream node.
Implementation
We already have a test TestCompleteMultipleQueuedTransactions in TransactionsTestSuite but it uses local ethereum node. Implementation should reuse this test but with enabled upstream node. For an example see TestCallRPCSendTransactionUpstream.
Acceptance Criteria
Test that is based on TestCompleteMultipleQueuedTransactions uses upstream node for sending transactions.
The text was updated successfully, but these errors were encountered:
Problem
To reproduce the problem described in #538 with upstream network we need to have a test case that will send multiple concurrent transaction with enabled upstream node.
Implementation
We already have a test TestCompleteMultipleQueuedTransactions in TransactionsTestSuite but it uses local ethereum node. Implementation should reuse this test but with enabled upstream node. For an example see TestCallRPCSendTransactionUpstream.
Acceptance Criteria
Test that is based on TestCompleteMultipleQueuedTransactions uses upstream node for sending transactions.
The text was updated successfully, but these errors were encountered: