-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested
Description
Observed behavior
take a close look at the code, comparing java and js there is a difference in how the hookcontext is build/enriched with evalutation context.
In java the evaluation context is everytime updated, when it was changed (due to hooks, etc). in js it is only set a the beginning with the merged context, but does not update with the frozenContext from the beforehooks.
This leads to the problem that in the after, finally and error hooks the information in the hookcontext is not up to date.
Expected Behavior
We should solve this in a way that this is backwards compatible and we always have the full context available
Steps to reproduce
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingquestionFurther information is requestedFurther information is requested