This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 97
Bad namespaced class names from apex-node break test retry logic #1362
Comments
@azlam-abdulsalam can you assign to me? created this for branch issue reference |
azlam-abdulsalam
added
bug
Something isn't working
and removed
analysis
To be decided on how to solution/fix
labels
Jul 19, 2023
Thanks for the detailed bug report @JonnyPower |
JonnyPower
added a commit
to Traction-Rec/sfpowerscripts
that referenced
this issue
Jul 21, 2023
5 tasks
JonnyPower
added a commit
to Traction-Rec/sfpowerscripts
that referenced
this issue
Jul 21, 2023
JonnyPower
added a commit
to Traction-Rec/sfpowerscripts
that referenced
this issue
Jul 21, 2023
azlam-abdulsalam
pushed a commit
that referenced
this issue
Jul 24, 2023
* fix(namespace): fix namespaces on reported class names Related to: #1362 * fix(apex-test): retry on Internal SF Error * fix(apex-test): update decision record
azlam-abdulsalam
pushed a commit
that referenced
this issue
Aug 11, 2023
* fix(namespace): fix namespaces on reported class names Related to: #1362 * fix(apex-test): retry on Internal SF Error * fix(apex-test): update decision record
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When using sfp apextests:trigger to run tests in a namespaced org, the test retry logic fails due to apex class full names being provided by upstream @salesforce/apex-node library (forcedotcom/salesforcedx-apex#296)
Waiting for an upstream fix in 4.x is problematic, so opening issue to track work with a fix within dx@scale rather than waiting for upstream fix.
To Reproduce
Steps to reproduce the behavior:
NS.NS__Foo
instead ofNS.Foo
)Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
namespace__classname
. They should benamespace.classname
forcedotcom/salesforcedx-apex#296 and Fixing Namespace for Async Tests forcedotcom/salesforcedx-apex#297The text was updated successfully, but these errors were encountered: