stellar / system-test

Home of the stellar/stellar-system-test docker image for e2e system testing
1 stars 5 forks source link

Always send in system-tests #102

Closed leighmcculloch closed 3 months ago

leighmcculloch commented 3 months ago

What

Always send invocations in system-tests with the CLI.

Why

The system-tests assume that transactions are always being sent, however the CLI no longer always sends transactions to the network.

We probably want to add tests to the system-tests relating to those non-sent situations, but for the moment this change is just addressing maintaining the same behavior for the existing tests.

Related: