-
Notifications
You must be signed in to change notification settings - Fork 26
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
Modify apex-node to include new test setup fields and data structure #378
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CristiCanizales please add a test to cover the sobject describe logic and its affect on queries that are modified based on those results.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@CristiCanizales one more change. Its on me I mislead you on are call.
What does this PR do?
Adds new type TestResultRaw to apex-node. This type will be the internal representation of test results in a form that follows the structure of data queried from SOQL (pretty much same as TestResult is now). The new type will need new summary section field testSetupTime as a number.
What issues does this PR fix or reference?
@W-15923080@
Functionality After
TestResultRaw
is used as the internal data structure for accumulating test resultsTestResultRaw
transform toTestResult
will not propagate any of the new test setup data to the API caller.Extra: