Incorrect behaviors occur when you set the deploy_testing_rules_ind property to true and a test rule calls either the %ACTION_EXIT_QUEUE_RULES macro or the %ACTION_EXIT_AUTH_RULES macro.
If a deployed testing rule that calls the %ACTION_EXIT_QUEUE_RULES macro fires, it sets the rrf_exit_queue_rules_slot_id field to the slot_id of the testing rule.
If a deployed testing rule that calls the %ACTION_EXIT_AUTH_RULES macro fires, it sets the rrf_exit_rules_slot_id field to the slot_id of the testing rule.
The rrf_exit_queue_rules_slot_id and rrf_exit_rules_slot_id are fields in the transaction table in the Transaction Data Repository (TDR). These fields should never be set to the slot_id of a testing rule.