I discovered via fuzzing of another coin selection approach that at extremely high feerates SRD may find input sets that lead to transactions without change outputs. This is an unintended outcome since SRD is meant to always produce a transaction with a change output—we use other algorithms to specifically search for changeless solutions.
The issue occurs when the flat allowance of 50,000 ṩ for change is insufficient to pay for the creation of a change output with a non-dust amount, at and above 1,613 ṩ/vB. Increasing the change budget by change_fee makes SRD behave as expected at any feerates.
Note: The intermittent failures of test/functional/interface_usdt_mempool.py are a known issue: https://github.com/bitcoin/bitcoin/issues/27380