Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include Call Chaining information on failures #71

Closed
baubakg opened this issue Oct 31, 2023 · 0 comments
Closed

Include Call Chaining information on failures #71

baubakg opened this issue Oct 31, 2023 · 0 comments
Labels
enhancement New feature or request feedback Ideas Ideas coiming from sessions
Milestone

Comments

@baubakg
Copy link
Member

baubakg commented Oct 31, 2023

If we have a set of calls
A, B, C

If there is a failure in A, we need to know the results of A, B at least that they were successfully executed. Ideally we should return the results so that we can reproduce whatever happened in C

example:

{
	"callContent": {
					"call1" : {
						"class": "com.adobe.campaign.tests.bridge.testdata.one.SimpleStaticMethods", 
            "method": "methodReturningMap", 
            "args": []
					},
          "addComment": {
            "class": "com.adobe.campaign.tests.bridge.testdata.one.SimpleStaticMethods", 
            "method": "methodThrowsException"
          }
	}
        
}
@baubakg baubakg added the enhancement New feature or request label Oct 31, 2023
@baubakg baubakg added this to the 2.11.15 milestone Oct 31, 2023
@baubakg baubakg added the feedback Ideas Ideas coiming from sessions label Nov 20, 2023
baubakg added a commit that referenced this issue Mar 17, 2024
@baubakg baubakg closed this as completed Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feedback Ideas Ideas coiming from sessions
Projects
None yet
Development

No branches or pull requests

1 participant