You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of finalize_transaction, this set of commands is done for truncating the stack. However, following the stack, this should not have to be done unless the procedure is being executed with more elements than expected. If these commeands are commented out, execution will fail for multiple tests.
How should it be done?
Investigate why we are entering the procedure with more elements in the stack than expected.
When is this task done?
When we understand why this is happening and possibly have removed these extra commands.
What should be done?
As part of
finalize_transaction
, this set of commands is done for truncating the stack. However, following the stack, this should not have to be done unless the procedure is being executed with more elements than expected. If these commeands are commented out, execution will fail for multiple tests.How should it be done?
Investigate why we are entering the procedure with more elements in the stack than expected.
When is this task done?
When we understand why this is happening and possibly have removed these extra commands.
Additional context
#897 (comment)
The text was updated successfully, but these errors were encountered: