For this test environment, I have a virtual sequencer instantiating 2 sequencers The virtual sequence kicks off the sequences, one sequence per sequencer.
I noticed that if I add a pre_body (raise_objection) and post_body(drop_objection) for the sequences of the 2 sequencers, they dont do anything.
But if I add the pre_body and post_body for the virtual sequence.. that does make the objection_mechanism work.
Later I added the raise_objection and drop_objection within the body of one of the sequences of the 2 sequencers, the objection mechanism works.
Could I be doing something wrong, or this is how its suppose to work?