In reply to Nagarjuna Chary:
It would really help to show a complete example showing the behavior you are seeing.
Your driver is taking all of the sequence_items from the sequencer and storing them in a queue in the driver. I’m guessing that when your sequence has completed generating all of the sequence_items, your test ends immediately and the driver never has a chance to actually drive any transactions.