Details
Description
There is a race condition in the free_mon_rs_resend.js test case where it enqueues RegisterCommand while a AsyncRegisterComplete sits in the queue. It then processes the RegisterCommand first which causes the test to fail since it expects two registers instead of one.